Git Product home page Git Product logo

contract-nonce's Introduction

Steps to Reproduce

git clone [email protected]:sam-goldman/contract-nonce.git
cd contract-nonce && forge install
anvil
  1. Open a new terminal. Then, deploy a contract to 0x5b73C5498c1E3b4dbA84de0F1833c4a029d90519:
forge script script/Counter.s.sol --broadcast --target-contract Deploy --rpc-url http://127.0.0.1:8545
  1. Run a different script that dry runs a broadcast from the contract that was deployed in the previous script:
forge script script/Counter.s.sol --target-contract CounterScript --rpc-url http://127.0.0.1:8545

Expected outcome

The script should succeed because the broadcaster's nonce should be incremented like a contract. Specifically, its nonce shouldn't be incremented after making a function call.

Actual outcome

The following error occurs:

revert: Nonce should be 2 post-call

This error is caused by the fact that the broadcaster's nonce is incremented like an EOA instead of a contract.

This error occurs when broadcasting, but not when pranking.

contract-nonce's People

Contributors

sam-goldman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.