ethers-rs/ethers-middleware/src
teebaumcrypto 2b178e9cf7
Add pub fn initialize_nonce in NonceMiddleManager (#840)
* Public function added "initialize_nonce"

Initialize the nonce manager with the current nonce

* Update CHANGELOG.md

* return generic

* Added current nonce as return value
Will now compile.

* Load nonce to return, fixes compile.

* chore: fmt

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2022-01-31 21:04:26 +02:00
..
gas_escalator chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
gas_oracle chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
timelag fix: remove const lag so it can be passed in as runtime variable (#587) 2021-11-16 16:03:26 -08:00
transformer chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
lib.rs release: 0.6.0 (#611) 2021-11-23 21:23:12 +02:00
nonce_manager.rs Add pub fn initialize_nonce in NonceMiddleManager (#840) 2022-01-31 21:04:26 +02:00
policy.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
signer.rs Implement RLP decoding for transactions (#805) 2022-01-30 21:21:16 +02:00