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
|
9ec8d9cdad
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
ab24c5558a
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
e34c487a85
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
aac5fab028
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
fc54d8f11e
|
(cargo-release) version 1.0.0
|
2022-10-25 11:03:00 -07:00 |
Georgios Konstantopoulos
|
f27078b317
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
Georgios Konstantopoulos
|
16a207b0bd
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
Georgios Konstantopoulos
|
79024ebbe9
|
(cargo-release) version 1.0.0
|
2022-10-25 11:02:59 -07:00 |
Todsaporn Banjerdkit
|
84c1c3f2cd
|
docs: fix typo annonated to annotated (#1790)
|
2022-10-17 06:59:03 -07:00 |
Matthias Seitz
|
ef22e05a9a
|
fix(abigen): remove trailing test,script markers (#1776)
|
2022-10-11 10:48:30 -07:00 |
Matthias Seitz
|
12548b5abf
|
fix: skip json abi formatting (#1777)
|
2022-10-11 08:10:31 -07:00 |
DaniPopes
|
d2c9db5ae9
|
fix(core, etherscan): RawAbi and Abi (#1757)
|
2022-09-29 11:15:04 -07:00 |
DaniPopes
|
5c762c44d7
|
fmt: all (#1751)
* fmt: all
* fmt: eol
|
2022-09-28 11:58:26 -07:00 |
DaniPopes
|
0734fce48c
|
fix(contract, signers): cyclic deps (#1730)
* fix(signers): cyclic deps
* fix(contract): cyclic deps
* fix: feature
|
2022-09-24 12:41:04 -07:00 |
DaniPopes
|
4ed46089d8
|
contract: return `Arc<M>` instead of `&M` (#1731)
* return Arc<M> instead of &M
* docs
|
2022-09-24 12:40:08 -07:00 |
DaniPopes
|
733c5d3dfd
|
fix(contract): relax Middleware trait bound for getters (#1728)
* wip
* fix(contract): relax Middleware trait bound for getters
* chore: clippy
* move
* fix: multicall
|
2022-09-23 17:32:24 -07:00 |
dependabot[bot]
|
139b4ae818
|
chore(deps): bump once_cell from 1.14.0 to 1.15.0 (#1725)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.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.14.0...v1.15.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>
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:22 -07:00 |
DaniPopes
|
db75e3628e
|
feat(core): add utility methods to NameOrAddress (#1720)
* feat: NameOrAddress impls
* feat: add to_addr to TypedTransaction
* fix: use NameOrAddress for ens
* chore: clippy
* dont clone
|
2022-09-19 10:51:04 -07:00 |
DaniPopes
|
3926749213
|
docs: add MSRV (#1712)
|
2022-09-18 08:45:45 -07:00 |
DaniPopes
|
c341f31fc4
|
chore: add abigen to default features (#1684)
* chore: add abigen to default features
* docs: update CHANGELOG.md
|
2022-09-09 16:19:29 -07:00 |
Matthias Seitz
|
513ed588ca
|
chore: export abi related types (#1677)
* chore: export abi related types
* feat: expose function
|
2022-09-08 09:07:38 -07:00 |
Matthias Seitz
|
0e7f46b03d
|
feat(abigen): subsitute structs in event bindings (#1674)
* fix(abigen): handle event defaults
* feat(abigen): subsitute structs in event bindings
* update changelog
* chore: rustfmt
* fix broken tests
* chore(clippy): make clippy happy
|
2022-09-07 09:14:13 -07:00 |
dependabot[bot]
|
96cc8242ee
|
chore(deps): bump once_cell from 1.13.1 to 1.14.0 (#1669)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.14.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.13.1...v1.14.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-05 09:55:30 -07:00 |
DaniPopes
|
72449c09e1
|
feat(contract): add extra Multicall helper methods (#1666)
* feat(contract): add extra Multicall helper methods
* docs: update CHANGELOG.md
* normalize helper methods' names
|
2022-09-05 09:54:49 -07:00 |
Matthias Seitz
|
6a86d4ff22
|
chore(clippy): make clippy happy (#1659)
|
2022-09-04 10:57:52 -07:00 |
Matthias Seitz
|
430c56ee4a
|
fix(abigen): only derive default of no arrays len > 32 (#1653)
* fix(abigen): only derive default of no arrays len > 32
* impl default
|
2022-08-31 08:24:21 -07:00 |
Danilo Tuler
|
ea8bcd11be
|
feat: add support for Optimism Goerli (#1641)
|
2022-08-30 09:45:43 -07:00 |
Matthias Seitz
|
792d415845
|
fix: set chain id explicitly (#1647)
|
2022-08-30 09:45:36 -07:00 |
Matthias Seitz
|
6e6d827f1f
|
test: add large tuple test (#1642)
|
2022-08-29 17:03:12 -07:00 |
DaniPopes
|
edc00054b1
|
feat(contract): update Multicall to Multicall3 (#1584)
* chore: update multicall_contract binding
* feat: update multicall_contract.rs to Multicall3
* fix multicall_contract.rs exports
* update test Multicall.sol contract
* feat: update Multicall to Multicall3
* update exports
* update tests
* perf: use aggregate3 when no value is being sent
* feat: handle revert data
* test: add multicall v2 and v3 tests
* fix: clippy
* docs: add documentation, improve comments
* docs: add more documentation
* fix: solidity minimum version for Multicall.sol
* fix: multicall_contract.rs imports
* docs: add explanation for previous commit
* docs
* docs
* fix: remove unused re-export, feature gate Multicall
* fix: address review
* chore: improve error handling
* chore: export MulticallError
* docs
|
2022-08-28 12:18:58 -07:00 |
Matthias Seitz
|
0b04ffe787
|
feat: add uint8 type (#1639)
* feat: add uint8 type
* update changelog
* derive default
* fix: failing test
|
2022-08-28 12:17:48 -07:00 |
Clifton King
|
b1124441ec
|
feat(abigen): descriptive deserialization errors (#1633)
* feat(abigen): descriptive deserialization errors
* update changelog
* map_err -> wrap_err
|
2022-08-23 17:54:56 -07:00 |
Nicolas Gotchac
|
68fba606c2
|
Don't auto-generate an AccessList when sending/filling a tx (#1619)
Add an optionnal `block` parameter to the gas estimation method
|
2022-08-19 14:33:12 -07:00 |
Matthias Seitz
|
c51dcffec6
|
test: comment out etherscan abigen! test (#1616)
|
2022-08-19 08:18:03 -07:00 |
dependabot[bot]
|
4655c44481
|
chore(deps): bump once_cell from 1.13.0 to 1.13.1 (#1606)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1.
- [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.13.0...v1.13.1)
---
updated-dependencies:
- dependency-name: once_cell
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-08-17 14:13:59 -07:00 |
Matthias Seitz
|
43b8bb5251
|
fix(abigen): use correct str Regex (#1566)
|
2022-08-04 10:03:43 -07:00 |
Matthias Seitz
|
52ead7c645
|
chore(abigen): reexport filter (#1565)
|
2022-08-04 10:03:25 -07:00 |
Matthias Seitz
|
e6c1927a1c
|
feat(abigen): add contract filter (#1564)
* feat(abigen): add contract filter
* refactor: move to top of file
* add tests
* update changelog
|
2022-08-04 08:22:00 -07:00 |
Matthias Seitz
|
27a184db45
|
feat: add EthError trait and derive (#1549)
* feat: add EthError trait and derive
* update changelog
|
2022-08-02 11:03:52 -07:00 |
Matthias Seitz
|
6bb25e5228
|
fix(abigen): resolve output struct types correctly (#1546)
* fix(abigen): resolve output struct types correctly
* chore(clippy): make clippy happy
|
2022-08-01 09:45:31 -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
|
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
|
b354102073
|
fix: use fully qualified path for Result (#1527)
|
2022-07-28 11:06:06 -07:00 |
Georgios Konstantopoulos
|
6f22e67044
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:50 -07:00 |
Georgios Konstantopoulos
|
3fce0cca25
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:50 -07:00 |
Georgios Konstantopoulos
|
842c321678
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:50 -07:00 |
Georgios Konstantopoulos
|
2b7d035324
|
(cargo-release) version 0.17.0
|
2022-07-28 10:58:49 -07:00 |