DaniPopes
|
da743fc8b2
|
ci/test: improve CI jobs and tests (#2189)
* ci: move to scripts directory
* nits
* ci: improve main CI jobs
* fix: install script
* fix
* fix: use curl for windows installation
* fix: wasm typo
* tests: move to single binary
* chore: clippy
* chore: clippy
* chore: clippy
* fix: test command
* fix: quote tests
* update script
* fix: action exclude
* fix: dev deps
* fix: only run wasm in own job
* ci: add aarch64 targets
* test: rm useless test
* ci: update security audit
* ci: add deny CI
* chore: rm unused audit.toml
* chore: update geth.rs
* ci: remove unusable targets
* fix: install script path
* fix: wasm
* improve script
* fix: failing ci
* fix: contract tests
* ci: improve install script
* update middleware tests
* move integration etherscan tests to tests/ dir
* fix: eip2930 access_list field name
* add pendingtransaction must_use
* add random anvil comment
* ci: add miri job
* ci: simplify
* fixci
* Revert "add pendingtransaction must_use"
This reverts commit 770b21b4a3 .
* fix: macos script
* fix: use curl in script
* unused ci
* update script
* fix wasm
* rm_miri
* fix: signer test
* fix: wasm ci
* fix: ipc test
* fix: live celo tests
* fix: abi online source test
* fix: windows paths in test
* chore: update serial_test
* ci: run live tests separately
* fix: provider tests
* fix: unused var
* fix: feature
* fix merge
* fix: etherscan key tests
* ci: rm duplicate audit
* fix: split etherscan test ci
* fix: etherscan test
* fix: generate multiple unused ports
* fix: source test
* fix: udeps
* rm unused
|
2023-02-28 17:26:27 -07:00 |
Georgios Konstantopoulos
|
f2099a8eaa
|
chore: fix clippy (#2059)
|
2023-01-16 18:11:27 -08:00 |
Peter Davies
|
801a638a89
|
etherscan: fix deserializing contract creation NormalTransaction objects (#2029)
* etherscan: fix deserializing contract creation NormalTransaction objects
* Improve tests
|
2023-01-09 07:12:33 +02:00 |
DaniPopes
|
debd6fec3d
|
chore: clippy (#1812)
* chore: clippy
* fmt
|
2022-11-07 15:43:11 -08:00 |
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 |