alpha-wallet-ios
alpha-wallet-ios copied to clipboard
An advanced Ethereum/EVM mobile wallet
Added Support for PHI Smart Chain v2 Chain ID 144 https://chainlist.org/chain/144
Contains 2 commits: * 1st commit contains the changes for this PR * 2nd commit is to show how many files and changes are needed to add a basic chain...
Closes #5402
https://stackoverflow.com/questions/70287369/dont-forget-to-include-the-crash-report-log-file-under-diagnosticreports-direct
Was this what #5417 was trying to fix? :)
I've pushed a branch to https://github.com/AlphaWallet/alpha-wallet-ios/tree/try-retry which modifies `RetryPublisherTests.testRetryWithRandomDelay`. Try running just that test case: ``` 2022-09-20 15:44:48.666034+0800 AlphaWallet[31013:44728174] xxx in deferred which will return the future from: testRetryWithRandomDelay() 2022-09-20...
Check Slack - [ ] Update - [ ] Create Android issue
Closes #4890
Two major upgrades: 1. Allow users to select from exchanges via Settings. The available exchanges are available via `/tools`. In Android, we copied and saved locally + modified to add...
Why: Speeds up and simplifies balance query for ERC721. First detect the ERC721Enumerable interface in your Token interface check: ERC721Enumerable Interface hash: ```0x780e9d63``` Then using this contract call: ```function tokenOfOwnerByIndex(address...