For transaction API: GET /api/tx/info or /api/tx/info/{address}
Description
Description
Revisions and Commits
Revisions and Commits
R11 Ethereum Web Wallet | |||
R11:4affd9ad6dce add UserAccount | |||
R11:3fce2c05bea5 merge Account and AccountTxSync | |||
R11:9304e422afe4 add balance sync and update syncer | |||
R11:b94593a34828 add tx syncer, tx UI, and reduce output data of /tx/info |
Related Objects
Related Objects
- Mentioned In
- T50: Transaction API
Event Timeline
Comment Actions
- Use account nonce (transaction count) for synchronization
- Traverse blocks backward
- Binary lookup nonce to search for blocks containing transactions
Comment Actions
- Account nonce is only useful to sync sending transactions
- Traverse blocks forward instead of backward
- Use a initialization block number setting, defaults to current block (do not sync backward)