Hwee-Boon Yar
68bfabd58c
[Explorer] Log rate limited blockscan API calls
1 year ago
Hwee-Boon Yar
1300babdd4
Merge pull request #6976 from AlphaWallet/delay-etherscan-calls-rate-limit
...
[Explorer] Apply a (0) delay to transaction fetching calls to Blockscout to avoid being rate limited. Set to 0 (no delay) because we don't get rate limited like with Etherscan, but adding this for consistency and future
1 year ago
Hwee-Boon Yar
adf012288e
[Explorer] Apply a (0) delay to transaction fetching calls to Blockscout to avoid being rate limited. Set to 0 (no delay) because we don't get rate limited like with Etherscan, but adding this for consistency and future
1 year ago
Hwee-Boon Yar
237d68e6f7
[Explorer] Apply a delay to transaction fetching calls to Etherscan to avoid being rate limited
1 year ago
Hwee-Boon Yar
1b648e24d4
Merge pull request #6975 from AlphaWallet/fix-declaration-blockchain-explorer-method-supported
...
Fix: declaration for which etherscan/blockchain explorer support which "methods" (e.g. like fetching token1155tx)
1 year ago
Hwee-Boon Yar
759f418197
Fix: declaration for which etherscan/blockchain explorer support which "methods" (e.g. like fetching token1155tx)
1 year ago
Hwee-Boon Yar
c5e4fde7b0
Merge pull request #6974 from AlphaWallet/longer-fresh-fetch-older-transactions
...
Set a much longer refresh interval for fetching older transactions (though it doesn't seem to fetch more than once because of an unrelated bug)
1 year ago
Hwee-Boon Yar
ca6f33ac09
Set a much longer refresh interval for fetching older transactions (though it doesn't seem to fetch more than once because of an unrelated bug)
1 year ago
Hwee-Boon Yar
6e6401400f
Merge pull request #6973 from AlphaWallet/remove-default-refresh-fetching
...
Remove default refresh interval (=0) for fetching. It's not used and too easy to fallback to
1 year ago
Hwee-Boon Yar
00fe5a83fd
Remove default refresh interval (=0) for fetching. It's not used and too easy to fallback to
1 year ago
Hwee-Boon Yar
a4b241e084
Remove default refresh interval (=0) for auto=detecting tokens. It's not used and too easy to fallback to
1 year ago
Hwee-Boon Yar
9a2ca9a372
Merge pull request #6972 from AlphaWallet/reenable-separate-token-detection
...
Enable separate tokens detection again
1 year ago
Hwee-Boon Yar
14cf1e0000
Enable separate tokens detection again
1 year ago
Hwee-Boon Yar
8afd0f173a
Merge pull request #6971 from AlphaWallet/update-blockchain-explorer-urls-301
...
[Explorer] Update blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
cbf0f7ac99
[Explorer] Update blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
8de535d736
Merge pull request #6970 from AlphaWallet/log-more-explorer-errors
...
[Explorer] Log more explorer API access errors to help identify errors better
1 year ago
Hwee-Boon Yar
99164f8f4b
[Explorer] Log more explorer API access errors to help identify errors better
1 year ago
Hwee-Boon Yar
7600c965dd
Merge pull request #6969 from AlphaWallet/tweak-fix-blockscout-fetching
...
Fix and tweak transactions fetching, especially with Blockscout explorer API
1 year ago
Hwee-Boon Yar
13f3313ab9
Fix and tweak transactions fetching, especially with Blockscout explorer API
1 year ago
Hwee-Boon Yar
ff0a402f56
Merge pull request #6968 from AlphaWallet/update-optimistic-explorer-web-url-301
...
Update Optimistic testnet blockchain explorer web URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
d0e77c100a
Update Optimistic testnet blockchain explorer web URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
b5fb784e41
Merge pull request #6967 from AlphaWallet/update-arbitrum-testnet-explorer-url-301
...
[Explorer] Update Arbitrum testnet blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
3c53e10509
[Explorer] Update Arbitrum testnet blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
f07e433ab1
Merge pull request #6966 from AlphaWallet/update-optimistic-explorer-url-301
...
[Explorer] Update Optimistic blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
4af624a822
[Explorer] Update Optimistic blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
1b4e771458
Merge pull request #6965 from AlphaWallet/fix-optimistic-etherscan-key
...
[Explorer] Fix API key for Optimistic etherscan
1 year ago
Hwee-Boon Yar
01a4e84abd
[Explorer] Fix API key for Optimistic etherscan
1 year ago
Hwee-Boon Yar
2c6b42ecb8
Merge pull request #6964 from AlphaWallet/update-gnosis-explorer-url-301
...
Update Gnosis blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
75ab469c9f
Update Gnosis blockchain explorer URLs reflecting 301 result
1 year ago
Hwee-Boon Yar
c374420b10
Merge pull request #6963 from AlphaWallet/fix-sepolia-default-testnet
...
[RPC] Fix: Sepolia was meant to be one of default testnets
1 year ago
Hwee-Boon Yar
94f24a41ab
[RPC] Fix: Sepolia was meant to be one of default testnets
1 year ago
Hwee-Boon Yar
c9630b0ab0
Merge pull request #6961 from AlphaWallet/reduce-eth_blockNumber
...
[RPC] Reduce eth_blockNumber calls by sharing and caching with hardcoded average blocktimes
1 year ago
Hwee-Boon Yar
180459f6b9
[RPC] Reduce eth_blockNumber calls by sharing and caching with hardcoded average blocktimes
1 year ago
Hwee-Boon Yar
bbfe156d03
Merge pull request #6960 from AlphaWallet/log-wallet-tab-refresh
...
[Log] Log when the Wallet tab UI is updated
1 year ago
Hwee-Boon Yar
7f056e663a
[Log] Log when the Wallet tab UI is updated
1 year ago
Hwee-Boon Yar
47f2b91284
Merge pull request #6959 from AlphaWallet/check-token1155tx-support-before-call
...
Check properly for .token1155tx support for Sepolia (it doesn't support it)
1 year ago
Hwee-Boon Yar
6fe43b7dc0
Check properly for .token1155tx support for Sepolia (it doesn't support it)
1 year ago
Hwee-Boon Yar
52da8a6eea
Set names for providers for easier debugging
1 year ago
Hwee-Boon Yar
49d4ac60ca
Merge pull request #6958 from AlphaWallet/attestation-defensive-check-in-magiclinks-for-a-attestation-parameter-instead-of-only-checking-for-ticket
...
[Attestation] Defensive check in MagicLinks for a "attestation" parameter instead of only checking for "ticket"
1 year ago
Hwee-Boon Yar
d09a5a7032
[Attestation] Defensive check in MagicLinks for a "attestation" parameter instead of only checking for "ticket"
1 year ago
Hwee-Boon Yar
d88103954f
Merge pull request #6957 from AlphaWallet/add-development-flag-to-import-attestations-even-if-recipient-doesnt-match
...
Add development flag to import attestations even if recipient doesn't match
1 year ago
Hwee-Boon Yar
5bc741ce62
Add development flag to import attestations even if recipient doesn't match
1 year ago
Hwee-Boon Yar
8cb67a24d4
Merge pull request #6956 from AlphaWallet/add-support-newer-attestation-message-version
...
[Attestation] Support newer message version #6954
1 year ago
Hwee-Boon Yar
4600f5dec4
[Attestation] Support newer message version #6954
1 year ago
Hwee-Boon Yar
23c4ae6003
Add logging
1 year ago
Hwee-Boon Yar
8f48260cc6
Merge pull request #6955 from AlphaWallet/hardcoded-token-for-smart-layer-pass-attestation
...
Hardcoded token for Smart Layer Pass attestation
1 year ago
Hwee-Boon Yar
4c509b9887
Hardcoded token for Smart Layer Pass attestation
1 year ago
Hwee-Boon Yar
268f3753cb
Merge pull request #6953 from AlphaWallet/fix-transaction-fetching-and-token-autodetectio
...
Fix transaction fetching and token autodetection
1 year ago
Hwee-Boon Yar
22f1d92632
Fix transaction fetching and token autodetection
1 year ago
Hwee-Boon Yar
2691104da8
Merge pull request #6952 from AlphaWallet/improve-wallet-tab-state
...
Fix/improve Wallet tab state management so more view state is stored in a single object and kept in sync. This reduces crashes and bugs
1 year ago