0xPolygonMiden / miden-base

Core components of the Polygon Miden rollup
MIT License
61 stars 34 forks source link

Error when mocking new account ( nonce 0 ) #462

Open phklive opened 4 months ago

phklive commented 4 months ago

When trying to mock a new account with this function: https://github.com/0xPolygonMiden/miden-base/blob/bbb11913810e7506ede3cdfe2f9f8155705877bc/mock/src/mock/transaction.rs#L24

An error arises because of our implementation not passing a valid seed.

bobbinth commented 4 months ago

As a part of this, let's also create a test to test consuming notes against a new account (as discussed in #454)