Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix: make chain_id mandatory #286

Merged
merged 12 commits into from
Jul 29, 2021
Merged

fix: make chain_id mandatory #286

merged 12 commits into from
Jul 29, 2021

Conversation

gakonst
Copy link
Owner

@gakonst gakonst commented May 1, 2021

since latest versions, geth has been rejecting non-eip155 transactions. as a result, we remove the Option<u64> and replace it with just u64. This is a breaking change

The method address() was removed from the Wallet type, since it's present in the Signer. If your code starts erroring out about address() not being available, import ethers::signers::Signer.

@gakonst gakonst force-pushed the fix/mandatory-chainid branch 2 times, most recently from 470dcd3 to ed15abc Compare May 2, 2021 10:20
@gakonst gakonst force-pushed the fix/mandatory-chainid branch from 92cb8a6 to 738ac6d Compare July 28, 2021 11:02
gakonst and others added 6 commits July 29, 2021 20:47
* chore(deps): bump elliptic-curve from 0.10.4 to 0.10.5

Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](RustCrypto/traits@elliptic-curve-v0.10.4...elliptic-curve-v0.10.5)

---
updated-dependencies:
- dependency-name: elliptic-curve
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump deps

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@gakonst gakonst force-pushed the fix/mandatory-chainid branch from 738ac6d to d9322de Compare July 29, 2021 17:54
@gakonst gakonst force-pushed the fix/mandatory-chainid branch from 79dd935 to 5252712 Compare July 29, 2021 18:03
@gakonst gakonst merged commit 9dca606 into master Jul 29, 2021
@gakonst gakonst deleted the fix/mandatory-chainid branch July 29, 2021 20:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant