Ferenc Sárai
fff94d9071
fix(rpc): ensure 0x prefix for recipient in sendBzzTransaction and add tests ( #722 )
...
* fix(rpc): ensure 0x prefixed recipient in sendBzzTransaction and add tests
* fix(tests): move rpc spec to tests/unit after rebase to master
2026-03-05 10:28:29 +01:00
Bálint Ujvári
519c411db0
feat: sync and update with all changes from fork ( #720 )
...
* feat: sync and update with all changes from fork
* refactor: extract clipboard copy logic into custom hook
* fix: correct spelling of DEFAULT_REFRESH_FREQUENCY_MS in Stamps and WalletBalance providers
* refactor(ui-tests): replace fixed sleeps with condition-based waits
* fix: handle null values for size and granteeCount in infoGroups
* fix(lint): add newline at end of file in useClipboardCopy hook
* fix(ui-tests): page.goto URL
* refactor: update import paths for useClipboardCopy
---------
Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com >
2026-03-02 11:34:39 +01:00
Ferenc Sárai
9e1036ac29
fix: link_randomuuid_cache ( #718 )
...
* fix: [SPDV-828] use react router link instead of href
* fix: auto import issue
* fix: replace randomuuid with getRandomValues=
* fix: reset FM states if state is invalid
* fix: use no-cache for stamp fetch
* fix: clear cache and reload message
* fix: shallReset flag
* fix: identify browser platform and set help url accordingly
* fix: edge browser detection
* fix: use fallback chrome and verify for safari
---------
Co-authored-by: Nandor Komlodi <nandor.komlodi@gmail.com >
Co-authored-by: Balint Ujvari <balint.ujvari@solarpunk.buzz >
2026-02-17 17:19:10 +01:00
Bálint Ujvári
0d5138f5bc
Fix: file-manager and swarm-desktop bugs ( #714 )
...
- drive capacity display with stamp polling
- download/upload progress handling
- overlay and tooltip issues
- FileMaganger readme
- ultra-light mode handling
- account feed view page
- download media files
- remove not found syncing link
- fix ultra light node wallet page
- tooltip issues
---------
Co-authored-by: Andrei Mitrea <andrei.mitrea.hq@gmail.com >
Co-authored-by: nidishk <nidishkrishnan45@gmail.com >
Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com >
Co-authored-by: Nándor Komlódi <nandor.komlodi@gmail.com >
Co-authored-by: rolandlor <33499567+rolandlor@users.noreply.github.com >
2026-01-26 12:57:14 +01:00
Cafe137
096522aa8a
fix: put back external wallet balance context ( #704 )
...
* fix: put back external wallet balance context
* fix: include top up index page
* fix: include gift code index page
* fix: add BalanceProvider
2025-11-13 19:00:35 +01:00
Cafe137
1249c0df71
feat: bee-js revamp ( #690 )
...
* chore: initial commit
* refactor: remove unnecessary wrappers
* style: add missing newline
* chore: bump bee-js
* chore: ignore any cast in fdp
* fix: remove cid import
* fix: make TextEncoder and TextDecoder available in jest
* refactor: dedupe stamp ttl second conversion
* refactor: use convenience methods from bee-js
* feat: update to bee-js for restored ens support
* fix: bump bee-js to get download fix
* fix: resolve feed before downloading reference
* fix: fix token displays
* fix: fix token input modal error message
* refactor: remove wallet balance provider
* chore: remove dead code
* refactor: upcoming bee js 0.15.0 (#692 )
* chore: initial commit
* fix: do not break page when duration seconds is 0
* ci: remove cache
* chore: upgrade bee-js
* feat: bee-js and bee v2.6 compatibility
* chore: switch upcoming/bee-js to ethersphere/bee-js
2025-07-16 17:10:14 +02:00
Levente Kiss
bcd3d50b42
feat: vod display ( #686 )
...
* feat: preview for html5 supported videos
* fix: handle out of limit tags
* feat: support preview on the donwload screen
* refactor: rework meta and preview handling to be more general
* fix: missing meta
* fix: do not allow maybe or probably types
* fix: make the media check more strict
---------
Co-authored-by: Levente Kiss <levente.kiss@solarpunk.bzz >
2025-02-12 11:35:46 +01:00
Cafe137
63f338075b
fix: explicitly define type 0 transaction ( #674 )
2024-10-03 15:27:17 +02:00
Cafe137
01b1b39c42
feat: clarify labels and syncing ( #670 )
2024-07-17 19:30:21 +02:00
Cafe137
8558860f0a
feat: polish app ( #669 )
2024-07-17 15:49:22 +02:00
Cafe137
8cbd812a2c
feat: merge api ( #658 )
2024-06-04 00:07:01 +02:00
Levente Kiss
5871223203
feat: display effective capacity ( #643 )
...
* feat: add stamp effective volume display (#636 )
* refactor: make it cleaner (#636 )
---------
Co-authored-by: Levente Kiss <levente.kiss@solarpunk.bzz >
2024-01-08 22:54:32 +01:00
Cafe137
080d9f2c2a
refactor: clean up postage stamp screens ( #642 )
...
* refactor: clean up postage stamp screens
* fix: add immutable flag
2023-12-04 22:28:44 +01:00
rolandlor
4f9abc614e
feat: update postage stamp creation screen ( #641 )
...
* style: UI changes for postage stamp
* feat: New postage stamp standard page
---------
Co-authored-by: Seres Roland <seresroland@Seres-MBP.home >
2023-12-04 22:01:51 +01:00
rampall
bce93ce3cd
fix: update swap-endpoint to blockchain-rpc-endpoint ( #628 )
2023-10-18 15:42:06 +02:00
Cafe137
055a3002b3
feat: add stamp dilute and topup ( #619 )
...
* feat: add stamp dilute and topup
* fix: remove any
* chore: bump bee-js
* chore: remove obsolete workaround
2023-08-12 00:41:10 +02:00
Cafe137
665ae063fa
fix: handle auth and server error during swap ( #593 )
...
* fix: change execution order for light node upgrade
* refactor: grab new configuration from post config request
* fix: only print successful light node upgrade when it really happens
* fix: log full desktop side swap error (#596 )
* refactor: try to make the auth error in swap nicer
* refactor: make error instruction consistent
* fix: avoid overwriting daiToSwap when it is set manually
2022-12-01 12:36:15 +01:00
Cafe137
4e564dd5c0
feat: add prerequisite checks before swap ( #588 )
...
* feat: add prerequisite checks before swap
* fix: add missing authentication on desktop config call
* refactor(wip): introduce swap error
* refactor: use wrapWithSwapError
* fix: log originalError instead of error
* fix: show snackbar when error is unexpected
2022-11-23 14:20:55 +01:00
Cafe137
ec8fdf0315
fix: always consider user input when performing swap ( #572 )
...
* fix: always consider user input when performing swap
* refactor: extract decimal places constants
* refactor: extract minimumOptimalValue
* fix: handle bzz precision and tweak message
2022-11-09 14:21:34 +01:00
Adam Uhlíř
c0456a3bf6
fix: stamp purchasing ( #551 )
2022-09-15 17:02:11 +02:00
Adam Uhlíř
e2dd077118
fix: rpc endpoint setting ultra-light mode logic ( #547 )
2022-09-15 14:42:53 +02:00
Adam Uhlíř
0c262a4811
refactor: remove env. variables from the component ( #529 )
2022-09-08 08:51:55 +02:00
Adam Uhlíř
0260df61de
fix: remove sentry ( #520 )
2022-08-08 18:19:38 +02:00
Vojtech Simetka
72488fd5a3
chore: update to use bee-js 5.0.0 and support bee 1.7.0 ( #503 )
...
* chore: update to use bee-js 5.0.0 and support bee 1.7.0
* fix: store reference to feed manifest correctly
* fix: set waitForUsable to false (#507 )
Co-authored-by: Cafe137 <77121044+Cafe137@users.noreply.github.com >
2022-08-01 16:21:52 +02:00
Vojtech Simetka
408b565935
feat: make blockchain JSON RPC configurable from settings ( #494 )
...
* feat: make blockchain JSON RPC configurable from settings
* chore: expose the settings directly
* feat: restart bee node when blockchain RPC changes, add notification and error logging
2022-07-27 08:45:03 +02:00
Cafe137
f82444f212
fix: handle unicode filename and website uploads ( #491 )
...
* fix: print meaningful error message for invalid filenames
* fix: handle unicode dirnames and filenames
* chore: revert custom error message
2022-07-26 13:13:25 +02:00
Vojtech Simetka
fd11f0166d
feat: add wallet endpoint and display blockchain name ( #492 )
2022-07-26 10:18:27 +02:00
Cafe137
186d0352cf
fix: correct website upload path ( #483 )
...
* test(wip): add ui tests
* fix: correct website upload path
* fix: use includes
* test: rewrite ui tests
* build: remove concurrently
* ci: run puppeteer in headless
* test: add regression tests
* test: add website regression 03 test
* test: add react test website
* chore: revert newlines
Co-authored-by: Cafe137 <aron@aronsoos.com >
2022-07-25 11:24:32 +02:00
Cafe137
477c2385b1
fix: refresh balance after dai tx ( #470 )
2022-07-05 15:24:18 +02:00
Cafe137
56457eb9b9
fix: refresh dai after spending gas ( #468 )
2022-07-05 14:01:49 +02:00
Cafe137
a9a5d76e45
feat: add real price calculation to swap page ( #459 )
2022-07-04 15:38:55 +02:00
Cafe137
eb51dbb090
fix: remove expired stamps ( #463 )
...
* fix: increase waitUntilStampUsable timeout
* fix: wait for stamp to exist after buying
2022-07-04 15:28:43 +02:00
Vojtech Simetka
7225c5ca11
feat: transfer everything out of the gift wallet ( #456 )
...
* feat: transfer everything out of the gift wallet
* refactor: extract bzz token address into variable
2022-06-29 22:32:16 +02:00
Vojtech Simetka
2a5c598ece
feat: reduce the minimal dai amount for the topup ( #444 )
2022-06-28 11:01:57 +02:00
Vojtech Simetka
2e0eeb7a1b
fix: provider is by default null and account page redirect to provider setup ( #437 )
2022-06-24 14:03:37 +02:00
Adam Uhlíř
8f4a4ebaa9
feat: version check and info ( #425 )
2022-06-21 15:47:26 +02:00
Adam Uhlíř
7c39e2741c
fix: sentry trace only Bee Desktop API ( #421 )
2022-06-21 12:15:16 +02:00
Adam Uhlíř
b3028d7893
feat: sentry feedback form ( #388 )
2022-06-20 11:39:22 +02:00
Adam Uhlíř
e9666639b2
feat: sentry proxy ( #399 )
...
* feat: sentry proxy
* refactor: extracting init
2022-06-20 11:05:03 +02:00
Vojtech Simetka
80d684c1e5
fix: all wallet flows to use ethers ( #395 )
...
* fix: all wallet flows to use only ethers libraries
* feat: remove ethereumjs-wallet
* fix: remove the buggy `/wallet` bee call and use provider
2022-06-18 21:50:51 +02:00
Cafe137
41432bc346
feat: add account tabs ( #378 )
...
* feat: add account tabs
* chore: bump
* refactor: change network tab for old accounting
* feat: new fonts and text transformation, chequebook tab
* feat: polishing
2022-06-17 11:39:56 +02:00
Adam Uhlíř
109e07b097
feat: sentry integration ( #385 )
...
* feat: sentry support
* ci: depscheck
2022-06-16 20:32:53 +02:00
Adam Uhlíř
2edf99c323
chore: deps and react-script update ( #383 )
...
* chore: deps and react-script update
* ci: bump node version to 18
* ci: depscheck
* docs: mention minimal npm required version
* chore: feedback
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz >
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz >
2022-06-15 12:20:36 +02:00
Cafe137
a768b4ea06
feat: add light node upgrade top up methods ( #372 )
...
* feat: add top up
* chore: remove console.log
* build: add pseudo-missing dependency
* feat: add missing top up components
* fix: crypto route
* feat(wip): add gift wallet logic
* fix: fix gift wallet flows
* feat: simplify flow without fund step
* feat: add loading screens
* fix: remove alert
* fix: prepend http if needed
* fix: fix bug that was reintroduced with merge
* refactor: rename minusEther to minusBaseUnits
* fix: remove unused setStartedAt
* build: remove unused dependency
2022-06-02 09:28:43 +02:00
Vojtech Simetka
5917a13317
feat: recognize ens domains ( #351 )
...
* feat: recognize ens domains
* refactor: added ens recognition and more tests
* fix: validation mechanism to accept ENS and CIDs
* feat: support non-ascii characters for ENS
* fix: asset summary component to support ENS issue
2022-05-31 13:37:37 +02:00
Vojtech Simetka
86978b7e99
fix: nested directory upload preserves the directory structure ( #365 )
2022-05-16 10:39:00 +02:00
Vojtech Simetka
07561aaed2
fix: connection health indicator values to reflect the current network conditions ( #353 )
...
* fix: connection health indicator values to reflect the current network conditions
* fix: remove depth check as it seems the depth is always 0
* Revert "fix: remove depth check as it seems the depth is always 0"
This reverts commit 363ead8fba9bc79266abdf2d8c3f540d75da5b48.
* fix: updated the values according to the bee team advice
2022-05-03 18:07:37 +02:00
Vojtech Simetka
1e2face10e
feat: wait for postage stamp to be usable when bying it ( #352 )
...
* feat: wait for postage stamp to be usable when bying it
* refactor: simplified the waitUntilStampUsable function
2022-04-29 13:42:29 +02:00
Vojtech Simetka
87b0b71cc6
feat: add bee-desktop settings capabilities ( #323 )
...
* refactor: make the config readonly and extract endpoint calls to hook (+2 squashed commits)
Squashed commits:
[91ffe45] feat: add swap-endpoint
[e1d0c3a] feat: add bee-desktop settings capabilities
* feat: use the request mechanism that uses the bee-desktop API key
* fix: properly reset the error or on error set the config to null
2022-04-29 09:30:46 +02:00
Vojtech Simetka
3784b29f14
feat: support for bzz.link cids when downloading files ( #350 )
...
* feat: detect and extract bzz.link cids into hash when downloading files
* test: add quite thorough testsuite
2022-04-25 20:38:36 +05:00