You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: save user announcements to local storage and last fetched block (#685)
* feat: set the last fetched block as the start block
* feat: handle caching user announcements and latest fetched block
* feat: show user announcements if there are any
* fix: handle watching/loading announcements
* fix: parse out lastFetchedBlock and fix user announcement loading logic
* chore: log
* feat: handle block data caching
* feat: show most recent block data if exists
* fix: type check
* feat: handle user announcements already present and sign language
* feat: only show fetching when no user announcements
* feat: fetching latest from last fetched block component
* feat: fetching latest translation for cn
* feat: clear local storage button and functionality
* fix: start block handling logic
* feat: dedupe user announcements
* fix: logic
* fix: minimize debugging logs on userAnnouncement changes
* feat: handle scanning latest announcements from last fetched block
* feat: sort by timestamp explicitly
* feat: no loading sequence when there are announcements
* fix: need sig lately verbiage
* fix: add need sig lately to cn
* fix: little more mb
* fix: no withdraw verbiage on need-sig-lately
* feat: handle need sig
* Update frontend/src/i18n/locales/en-US.json
Co-authored-by: Gary Ghayrat <[email protected]>
* feat: handle sign button instead of needs sig
* Update frontend/src/i18n/locales/zh-CN.json
Co-authored-by: Gary Ghayrat <[email protected]>
* fix: move local storage clear button above lang
* fix: spacing more uniform
* fix: use computed ref as param, and set setIsInWithdrawFlow to false on mount
* feat: sign and withdraw
* fix: contract periphery tests (#688)
* fix: explicitly sort the tokens by addr
* fix: use vm.computeCreateAddress
* fix: mirror test sender params
* fix: use actual owner
* fix: add back gnosis
* Remove all reference to INFURA_ID (#687)
---------
Co-authored-by: John Feras <[email protected]>
* fix: use balanceIndex to ensure that the correct balance is fetched from the stealthBalances array
* fix: dedupe by tx hash and receiver instead of just tx hash
* fix: include receiver to derive isWithdrawn
* fix: img
---------
Co-authored-by: Gary Ghayrat <[email protected]>
Co-authored-by: John Feras <[email protected]>
0 commit comments