• platocrat's avatar
    docs: add hardhat example + ci (#641) · 122df8cc
    platocrat authored
    * feat(hardhat-ovm): allow overriding the polling interval for the provider and its signers
    
    The default is 50ms, which should make running the OVM tests smooth. If you want
    to run tests against a remote node and do not want to overwhelm it, set the
    parameter in the hardhat config's network
    
    * chore: add changeset
    
    * docs: add hardhat example
    
    imported from https://github.com/ethereum-optimism/optimism-tutorial/
    
    * ci: add deploy/deploy:ovm
    
    * fix(contracts): wait for contracts to finish
    
    workaround hardhat not generating build artifacts for both evm and ovm
    
    * fix: use istanbul hard fork
    
    * test(contracts): remove hardcoded post-state in nuisance gas test
    
    this post state is not giving us much info, and it's hard to
    update it or debug it when it does not pass for any reason
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    122df8cc
Name
Last commit
Last update
..
bin Loading commit data...
contracts Loading commit data...
deploy Loading commit data...
deployments Loading commit data...
scripts Loading commit data...
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.solcover.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
prettier-config.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...