ethers-rs/ethers/examples
Georgios Konstantopoulos 9dca606eaf
fix: make chain_id mandatory (#286)
* chore: update deps (#352)

* 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](https://github.com/RustCrypto/traits/compare/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] <support@github.com>

* chore: bump deps

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(core): make chain id mandatory

* fix(signers): make chain id mandatory

* test: make chain id mandatory

* test: add missing chain id

* fix: add missing chain id

* chore(wallet): set chain_id by default to 1

* ci: run CI on master

* fix(yubi): add missing chain id

* chore: skip ganache test with celo features

* ci: run only on push to master

* fix: add missing chain id

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-29 23:22:25 +03:00
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract_abi.json fix(abigen): correctly parse params in human readable abi (#194) 2021-02-16 19:10:26 +02:00
contract_human_readable.rs feat: add async setup utility functions (#241) 2021-03-22 13:09:12 +02:00
contract_with_abi.rs feat: add async setup utility functions (#241) 2021-03-22 13:09:12 +02:00
ens.rs feature: PendingTransaction returns Option (#327) 2021-07-06 11:06:18 +03:00
ipc.rs refactor: make IPC generic over AsyncRead/Write (#264) 2021-04-08 11:44:48 +03:00
ledger.rs fix: make chain_id mandatory (#286) 2021-07-29 23:22:25 +03:00
local_signer.rs feature: PendingTransaction returns Option (#327) 2021-07-06 11:06:18 +03:00
mnemonic.rs docs: add example for mnemonic (#258) 2021-04-05 11:24:06 +03:00
sign.rs feat: make I256::from_raw() as const (#305) 2021-06-01 17:36:02 +03:00
transfer_eth.rs feat: add support for EIP-234 and EIP-1898 (#231) 2021-03-16 21:46:07 +02:00
watch_blocks.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
yubi.rs Returning a `PendingTransaction` after sending a tx (#107) 2020-12-17 13:26:01 +02:00