Jacob
|
b71e6ad00b
|
ethers-etherscan: derive debug, clone and copy (#1634)
* ethers-etherscan: derive debug, clone and copy
Derive Debug, Clone and Copy on all appropriate Structs and Enums.
* Update changelog
|
2022-08-24 12:50:29 -07:00 |
Jacob
|
ff66008cbe
|
Fix 'get_transactions' response. (#1632)
* Fix 'get_transactions' response.
* Add some explanation to GenesisOption.
* One-line-ifying
* Update changelog
|
2022-08-23 09:17:00 -07:00 |
Matthias Seitz
|
c75608eda1
|
ci: rm pinned nightly (#1541)
* ci: rm pinned nightly
* chore(clippy): make clippy happy
|
2022-07-31 19:00:31 -07:00 |
Matthias Seitz
|
81a2a5ed68
|
fix(etherscan): support stringified numbers in response (#1524)
* fix(etherscan): support stringified numbers in response
* feat: add helper function
* improve string parsing
* chore(clippy): make clippy happy
|
2022-07-28 11:06:56 -07:00 |
Hari
|
3766c2b47c
|
feat(etherscan): erc1155 token transfer events endpoint (#1503)
Added the function `get_erc1155_transfer_events` and the corresponding struct `ERC1155TokenTransferEvent`.
|
2022-07-26 08:28:09 -07:00 |
Matthias Seitz
|
12292dd920
|
test: add avalanche test (#1494)
|
2022-07-24 03:19:19 +02:00 |
Matthias Seitz
|
3d4feccabf
|
fix(core): check against ethers internal crate names (#1060)
* fix(core): check against ethers internal crate names
* fix: add import back
|
2022-03-17 15:14:53 -07:00 |
Tomas Tauber
|
e7befcaaa0
|
feat(etherscan): account endpoints (#939)
* feat(etherscan): account endpoints
* a more restricted normal transaction response
* doc fix
* extended restricted types to other functions
|
2022-02-26 16:35:43 +02:00 |