joshieDo
|
92e726921a
|
chore: add celo chain (#1932)
* add celo chain
* add missing chain case
* clippy & fmt
|
2022-12-07 21:37:11 -08:00 |
Dan Cline
|
80d887b67e
|
docs: update MRSV to 1.64 (#1926)
* IntoFuture was implemented in #1826, which means the MSRV should now
be 1.64
|
2022-12-05 22:04:48 -08:00 |
Georgios Konstantopoulos
|
3e29aaa82d
|
(cargo-release) version 1.0.2
|
2022-11-27 12:27:57 -08:00 |
dependabot[bot]
|
fa96f4ef10
|
chore(deps): bump serde-aux from 4.1.0 to 4.1.2 (#1874)
Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/vityafx/serde-aux/releases)
- [Commits](https://github.com/vityafx/serde-aux/commits)
---
updated-dependencies:
- dependency-name: serde-aux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-22 13:16:48 -08:00 |
dependabot[bot]
|
0e51835a33
|
chore(deps): bump reqwest from 0.11.12 to 0.11.13 (#1866)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.12...v0.11.13)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-16 20:40:09 -08:00 |
dependabot[bot]
|
8de8a29dc2
|
chore(deps): bump serde-aux from 4.0.0 to 4.1.0 (#1846)
Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/vityafx/serde-aux/releases)
- [Commits](https://github.com/vityafx/serde-aux/commits)
---
updated-dependencies:
- dependency-name: serde-aux
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-09 14:52:55 -08:00 |
DaniPopes
|
fb88215a87
|
fix: rustdoc errors (#1808)
* fix: rustdoc warnings
* fix: partially re-run abigen for multicall_contract
* fix
* fix test
* fix: rustdoc nightly warnings
|
2022-11-07 15:43:23 -08:00 |
DaniPopes
|
debd6fec3d
|
chore: clippy (#1812)
* chore: clippy
* fmt
|
2022-11-07 15:43:11 -08:00 |
Alejandro Banzas
|
50c7ff1d8e
|
adding chiado support (#1811)
|
2022-10-31 09:01:34 -07:00 |
Georgios Konstantopoulos
|
87b10bdf24
|
Revert "chore: disable dev deps for release"
This reverts commit d8a1be6fb1 .
|
2022-10-25 11:12:50 -07:00 |
Georgios Konstantopoulos
|
d8a1be6fb1
|
chore: disable dev deps for release
|
2022-10-25 11:04:28 -07:00 |
Georgios Konstantopoulos
|
de02d08ff7
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:01 -07:00 |
Georgios Konstantopoulos
|
ab24c5558a
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
79024ebbe9
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
Matthias Seitz
|
676f039230
|
chore(clippy): make clippy happy (#1778)
|
2022-10-11 10:49:05 -07:00 |
dependabot[bot]
|
7439dea0bb
|
chore(deps): bump tracing from 0.1.36 to 0.1.37 (#1766)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-07 10:03:01 -07:00 |
DaniPopes
|
d2c9db5ae9
|
fix(core, etherscan): RawAbi and Abi (#1757)
|
2022-09-29 11:15:04 -07:00 |
DaniPopes
|
62beb6cf53
|
feat(etherscan): parse SourceCode field (#1747)
* wip
* feat(etherscan): parse SourceCode field
* feat: add project builder method
* chore: dependencies
* docs
* refactor: impls
* refactor: create verify submodule
* refactor: use untagged enum
* test: add more assertions
* docs
* feat: add more utility methods
* feat: deserialize ABI and improve SourceCode deserialization
* fix: lookup_compiler_version
* refactor: source tree methods
* docs
* chore: add solc feature
* fix: test
* chore: use only optional dependency
* chore: re-add dev-dependency
|
2022-09-29 08:07:50 -07:00 |
DaniPopes
|
5c762c44d7
|
fmt: all (#1751)
* fmt: all
* fmt: eol
|
2022-09-28 11:58:26 -07:00 |
Matthias Seitz
|
d655d22125
|
feat: add arbitrum-goerli (#1734)
|
2022-09-24 12:39:35 -07:00 |
dependabot[bot]
|
5bca54c41d
|
chore(deps): bump reqwest from 0.11.11 to 0.11.12 (#1724)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.11...v0.11.12)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-21 09:57:31 -07:00 |
Matthias Seitz
|
fa55ee8c3f
|
chore: add cloudflare test case (#1721)
|
2022-09-19 10:51:24 -07:00 |
DaniPopes
|
3926749213
|
docs: add MSRV (#1712)
|
2022-09-18 08:45:45 -07:00 |
dependabot[bot]
|
74272ca3f5
|
chore(deps): bump semver from 1.0.13 to 1.0.14 (#1708)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.13...1.0.14)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-16 14:46:01 -07:00 |
Matthias Seitz
|
63f1742357
|
feat(etherscan): add blocked by cloudflare error (#1703)
|
2022-09-15 12:44:52 -07:00 |
Matthias Seitz
|
6b4007f619
|
chore(etherscan): log response data on error (#1698)
|
2022-09-14 09:43:10 -07:00 |
dependabot[bot]
|
8c3e9985d5
|
chore(deps): bump serde-aux from 3.1.0 to 4.0.0 (#1673)
Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/vityafx/serde-aux/releases)
- [Commits](https://github.com/vityafx/serde-aux/commits)
---
updated-dependencies:
- dependency-name: serde-aux
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-06 09:08:16 -07:00 |
Matthias Seitz
|
6a86d4ff22
|
chore(clippy): make clippy happy (#1659)
|
2022-09-04 10:57:52 -07:00 |
Danilo Tuler
|
ea8bcd11be
|
feat: add support for Optimism Goerli (#1641)
|
2022-08-30 09:45:43 -07: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 |
Bjerg
|
92b51b6d9f
|
fix: sanitize absolute paths from etherscan (#1603)
|
2022-08-17 14:15:00 -07:00 |
Matthias Seitz
|
1af17deeb5
|
feat(etherscan): add invalid api key error type (#1600)
|
2022-08-15 10:30:30 -07:00 |
Matthias Seitz
|
8105d8be9b
|
chore(etherscan): add set cache helper (#1589)
|
2022-08-11 16:43:46 -07:00 |
dependabot[bot]
|
bfb60b7d87
|
chore(deps): bump serial_test from 0.8.0 to 0.9.0 (#1587)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-11 10:28:24 -07:00 |
Matthias Seitz
|
922b23fad6
|
feat: add etherscan urls function (#1582)
|
2022-08-09 14:50:18 -07:00 |
Matthias Seitz
|
45f8c2e9ae
|
chore: add aurora etherscan endpoints (#1572)
|
2022-08-08 10:30:23 -07:00 |
dependabot[bot]
|
ffa7a166eb
|
chore(deps): bump semver from 1.0.12 to 1.0.13 (#1561)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.12...1.0.13)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-04 10:04:05 -07:00 |
dependabot[bot]
|
aa213a58ee
|
chore(deps): bump tracing from 0.1.35 to 0.1.36 (#1543)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-31 21:14:35 -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 |
Marcelo Fornet
|
c7563a5f64
|
Add support to Aurora network (#1535)
* Add support to Aurora network
Documentation about aurora chain:
https://doc.aurora.dev/getting-started/network-endpoints
* Update changelog
* Format code using rustfmt.toml
|
2022-07-30 12:42:04 -07:00 |
Matthias Seitz
|
1f69ec7679
|
revert: add back dev-deps (#1532)
* Revert "disable dev deps"
This reverts commit 97bdcb9d82 .
* fix: add back removed dev-deps
|
2022-07-28 17:36:22 -07:00 |
Georgios Konstantopoulos
|
1ef7735e3d
|
MBlockerge branch 'master' of github.com:gakonst/ethers-rs
|
2022-07-28 11:45:59 -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 |
Georgios Konstantopoulos
|
2ef60411ea
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:50 -07:00 |
Georgios Konstantopoulos
|
de2ed3391d
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:49 -07:00 |
Georgios Konstantopoulos
|
97bdcb9d82
|
disable dev deps
|
2022-07-28 10:57:38 -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 |
sea-edge
|
7566c3d71e
|
For fix test code, Added morden to chainid as a Mock-like value. (#1472)
|
2022-07-10 14:28:39 -07:00 |