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 |
|
Adam Uhlíř
|
5295bd5b01
|
fix: revert bee env. variable names and add default rpc var (#545)
|
2022-09-15 14:29:19 +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 |
|
Vojtech Simetka
|
6bfe97be5d
|
feat: log errorss to consolve when showing error notification (#489)
|
2022-07-25 07:26:01 +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 |
|
Vojtech Simetka
|
f238c43307
|
fix: replace feather icons with remix icons on swarm button (#414)
* fix: replace feather icons with remix icons on swarm button
* fix: remove feather icons package (#415)
* fix: remove all feather icons and replace with remix icons
* fix: few stray weird icons
|
2022-06-20 23:37:59 +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
|
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 |
|