dependabot[bot]
|
140b90d9b4
|
chore(deps): bump bytes from 1.2.0 to 1.2.1 (#1542)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/commits)
---
updated-dependencies:
- dependency-name: bytes
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:44 -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
|
bad81a90d6
|
fix: add missing moonbase fromstr (#1531)
|
2022-07-30 12:42:16 -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 |
Matthias Seitz
|
2a14e5510d
|
chore(clippy): make clippy happy (#1525)
|
2022-07-28 11:06:15 -07:00 |
Georgios Konstantopoulos
|
842c321678
|
(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 |
Matthias Seitz
|
61821cc665
|
fix: make compatible with edition2018 (#1522)
|
2022-07-27 14:36:21 -07:00 |
Matthias Seitz
|
3d76ce816a
|
feat: add support for EIP-712 typed data (#1510)
* feat: add support for typeddata
* change eip712 trait
* feat: impl eip712 trait
* chore(clippy): make clippy happy
* better numeric parsing
* fix: fix a bunch of encoding bugs
* Update ethers-core/Cargo.toml
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-07-27 13:56:02 -07:00 |
Matthias Seitz
|
77033a9acd
|
fix: deserialize sealfields with default (#1520)
* test: add block deserialize test null sealfields
* fix: use default or non helper
|
2022-07-27 13:38:42 -07:00 |
dependabot[bot]
|
7a71173ca3
|
chore(deps): bump fastrlp from 0.1.2 to 0.1.3 (#1505)
Bumps [fastrlp](https://github.com/vorot93/fastrlp) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/vorot93/fastrlp/releases)
- [Commits](https://github.com/vorot93/fastrlp/commits)
---
updated-dependencies:
- dependency-name: fastrlp
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-26 08:31:45 -07:00 |
dependabot[bot]
|
c334332952
|
chore(deps): bump proc-macro2 from 1.0.40 to 1.0.42 (#1513)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.42.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.40...1.0.42)
---
updated-dependencies:
- dependency-name: proc-macro2
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-26 08:29:49 -07:00 |
Matthias Seitz
|
6b713958d1
|
feat: bump abi/token tuple limit (#1506)
|
2022-07-26 08:27:19 -07:00 |
wren
|
cb7e586645
|
feat(debug_traceTransaction): initial commit (#1469)
* feat(debug_traceTransaction): initial commit
* chore(changelog): updated changelog
* feat(debug_traceTransaction): type adjusments
* feat(debug_traceTransaction): type adjusments
* Update ethers-providers/src/provider.rs
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
* Update ethers-providers/src/provider.rs
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
* chore(format): cargo +nightly fmt
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-07-24 14:46:38 -07:00 |
Matthias Seitz
|
a5c326162a
|
fix: use correct model for txpool_content endpoint (#1501)
* fix: use correct model for txpool_content endpoint
* chore: update CHANGELOG
* update failing tests
* Update ethers-providers/tests/txpool.rs
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-07-24 03:21:09 +02:00 |
Matthias Seitz
|
a958b4fd28
|
fix(eip712): improve argument parsing (#1485)
* fix(eip712): improve argument parsing
* use reexported serde_json
* chore: rustfmt
* fix: add missing salt
|
2022-07-20 00:09:11 -07:00 |
Matthias Seitz
|
1d4f3efe8a
|
chore: add Anvil::at and anvil example (#1486)
|
2022-07-20 00:08:25 -07:00 |
dependabot[bot]
|
9e586cd9f6
|
chore(deps): bump bytes from 1.1.0 to 1.2.0 (#1488)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0)
---
updated-dependencies:
- dependency-name: bytes
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-20 00:08:00 -07:00 |
Matthias Seitz
|
ba00f549dd
|
fix: parse constructor as function (#1479)
* fix: parse constructor as function
* parse constructor separatly
|
2022-07-14 12:15:15 -07: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 |
Matthias Seitz
|
1ff4be74f9
|
feat: add --fork-block-number setter for anvil bindings (#1468)
|
2022-07-09 15:19:57 -07:00 |
Matthias Seitz
|
0b88e4246d
|
deps: bump crypto deps (#1465)
|
2022-07-06 14:11:23 -07:00 |
Dan Cline
|
bc9d4b48b6
|
impl fastrlp traits for AccessList (#1456)
* impl fastrlp traits for AccessListItem
* impl Hash for AccessListItem
* impl Hash for AccessList
|
2022-07-06 11:44:07 -07:00 |
dependabot[bot]
|
dc01d0c9ed
|
chore(deps): bump once_cell from 1.12.0 to 1.13.0 (#1453)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.13.0)
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-05 08:54:50 -07:00 |
Dan Cline
|
b232afaabc
|
Implement fastrlp traits for Bytes (#1443)
* implement fastrlp traits for Bytes
* cargo fmt
* bump fastrlp to 0.1.2
|
2022-07-04 11:47:00 -07:00 |
Dan Cline
|
c077a633c1
|
impl fastrlp traits for Signature (#1444)
|
2022-07-04 11:13:30 -07:00 |
Matthias Seitz
|
1992c9176a
|
feat(core): impl Ord for receipt (#1434)
|
2022-06-30 09:20:33 -07:00 |
Matthias Seitz
|
7e85b33167
|
chore: add gas_mut function (#1427)
|
2022-06-29 08:54:07 -07:00 |
Matthias Seitz
|
f5793525f2
|
feat: capture unknown fields (#1423)
* feat(core): add OtherFields type
* feat: capture unknown fields
* chore: update CHANGELOG
* test: update tests
* docs: fix doc tests
* fix: make docs compile on stable
|
2022-06-28 15:18:15 -07:00 |
Matthias Seitz
|
7c6462be02
|
chore(core): convenience impls for Bytes (#1421)
* chore(core): convenience impls for Bytes
* update asserts
|
2022-06-28 09:30:59 -07:00 |
dependabot[bot]
|
6c89311b33
|
chore(deps): bump cargo_metadata from 0.14.2 to 0.15.0 (#1410)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.14.2 to 0.15.0.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/commits)
---
updated-dependencies:
- dependency-name: cargo_metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-26 23:19:23 -07:00 |
Matthias Seitz
|
659ac061b2
|
refactor(abigen): replace ethabi::Reader (#1417)
* feat: add human readable function parser
* clippy fix
* revert bad clippy
* refactor(abigen): replace ethabi::Reader
* fix: add token to tuple token parsing
|
2022-06-26 17:26:43 -07:00 |
h00p30
|
94c7559ab5
|
TypedTransaction methods into builder style (#1414)
|
2022-06-25 20:44:55 -04:00 |
Matthias Seitz
|
c7e1237a6b
|
fix: add missing chain id match arms (#1411)
|
2022-06-23 11:02:52 -04:00 |
Julian Popescu
|
ec379da527
|
Use H64 for Block Nonce (#1396)
* Use H64 for Block Nonce
Signed-off-by: Julian Popescu <hi@julian.dev>
* Update changelog
Signed-off-by: Julian Popescu <hi@julian.dev>
|
2022-06-23 11:02:29 -04:00 |
Matthias Seitz
|
1ce2310874
|
feat: add evmos support (#1398)
|
2022-06-22 13:09:05 -04:00 |
Matthias Seitz
|
c2f5a87b63
|
chore: add moonbase chain id (#1397)
|
2022-06-21 13:44:42 -04:00 |
dependabot[bot]
|
809e20e3f3
|
chore(deps): bump syn from 1.0.96 to 1.0.98 (#1392)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.96 to 1.0.98.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.96...1.0.98)
---
updated-dependencies:
- dependency-name: syn
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>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-06-20 10:53:59 -07:00 |
dependabot[bot]
|
c36ec33b24
|
chore(deps): bump proc-macro2 from 1.0.39 to 1.0.40 (#1393)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40)
---
updated-dependencies:
- dependency-name: proc-macro2
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-06-20 10:52:37 -07:00 |
Matthias Seitz
|
69095c15cf
|
feat: add eth filter deserialization and matching (#1389)
* feat: add eth filter deserialization and matching
* chore: rustfmt
* extend test
* add missing conversion
|
2022-06-17 09:34:16 -07:00 |
Matthias Seitz
|
cce841f21c
|
test: add tx roundtrip test (#1383)
|
2022-06-15 11:41:29 -07:00 |
Genysys
|
8a59c17eb1
|
chore: bump ethabi version (#1381)
|
2022-06-15 11:18:25 -07:00 |
Georgios Konstantopoulos
|
e991148790
|
Revert "release: disable dev deps"
This reverts commit b3159507a8 .
|
2022-06-14 14:23:10 +03:00 |
Georgios Konstantopoulos
|
b3159507a8
|
release: disable dev deps
|
2022-06-14 14:15:25 +03:00 |
Georgios Konstantopoulos
|
ed6c3f8413
|
(cargo-release) version 0.13.0
|
2022-06-14 13:59:11 +03:00 |
Georgios Konstantopoulos
|
89f86d801e
|
(cargo-release) version 0.13.0
|
2022-06-14 13:59:11 +03:00 |