- 43c1fae: Allow for private key config option for signers
- ef2fba1: Instantiate the harhat ethers provider using the Hardhat network config if no provider URL is set, and set the provider at the end, so that the overridden
getSigner
method is used.
- b799caa: Updates to use RLP encoded transactions in batches for the
v0.3.0
release
- 1d40586: Removed various unused dependencies
- d32d915: default to 0 gasPrice if none provided in the network config
- cc4b096: Ensure hardhat does not fail if no input sources provided
- daf975f: fix(hh-ovm): Working compilation for M1 macs
- 122df8c: allow overriding the ethers polling interval
- 9a7dd60: export ovm typechain bindings to types-ovm via hardhat-ovm
- 6daa408: update hardhat versions so that solc is resolved correctly
- c75a0fc: Use optimistic-solc to compile the SequencerEntrypoint. Also introduces a cache invalidation mechanism for hardhat-ovm so that we can push new compiler versions.
- 5362d38: adds build files which were not published before to npm