zjb0807

Results 46 issues of zjb0807

- [x] ACA 0x0000000000000000000100000000000000000000 - [x] AUSD 0x0000000000000000000100000000000000000001 - [x] DOT 0x0000000000000000000100000000000000000002 - [x] LDOT 0x0000000000000000000100000000000000000003 - [x] LCDOT 0x000000000000000000040000000000000000000d - [x] TAI_DOT 0x0000000000000000000300000000000000000000 - [x] EVM 0x0000000000000000000000000000000000000800 - [x]...

add an issue to update this later _Originally posted by @xlc in https://github.com/AcalaNetwork/Acala/pull/2273#discussion_r926379933_

https://github.com/AcalaNetwork/Acala/blob/42f41c8a2050862d7ad172907e95ebdae129a68e/modules/evm/src/lib.rs#L1780-L1825

C6-evm

https://github.com/rust-ethereum/ethabi/blob/master/ethabi/src/decoder.rs#L34-L40 We can use `ethabi::decode` to improve getting the input data. _Originally posted by @zjb0807 in https://github.com/AcalaNetwork/Acala/pull/2196#discussion_r897382007_

C6-evm

https://github.com/AcalaNetwork/Acala/blob/d6ad56e209b0c4c08736492d3bc8410deb0c6573/runtime/karura/src/benchmarking/honzon_bridge.rs#L26-L35

C5-misc

Now the field is taken by fixed length, and each byte should be checked https://github.com/AcalaNetwork/Acala/blob/42f41c8a2050862d7ad172907e95ebdae129a68e/runtime/common/src/precompile/input.rs#L124-L140

- [ ] ensure there have enough ACA/AUSD/LCDOT/DOT [23M5ttkmR6KcoTAAE6gcmibnKFtVaTP5yxnY8HF1BmrJ2A1i](https://acala.subscan.io/account/23M5ttkmR6KcoTAAE6gcmibnKFtVaTP5yxnY8HF1BmrJ2A1i) - [ ] ensure trading pair is enbled. - [ ] AUSD, ACA - [ ] LCDOT, AUSD, ACA - [...

https://github.com/rust-blockchain/evm/blob/2ebb88320a1f951ed637339d57d31a533c9fa59e/Cargo.toml#L37 https://github.com/rust-blockchain/evm/blob/2ebb88320a1f951ed637339d57d31a533c9fa59e/runtime/Cargo.toml#L20 https://github.com/rust-blockchain/evm/blob/master/gasometer/Cargo.toml#L25

T1-feature
C6-evm

There have 3 txs which `id` in `retrieve_txs` not the same as `tx_log_entry` in `retrieve_outputs`. retrieve_txs: ``` { "amount_credited": "199900000000", "amount_debited": "0", "confirmation_ts": "2020-03-05T08:32:55.781432900Z", "confirmed": true, "creation_ts": "2020-03-05T05:22:25.710891752Z", "fee": null,...