You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move proof functions from Merkle sm over to being standalone functions
* Remove unneeded parameter from fromMerkleStateProof
* Export merkle sm proof functions
* Refactor tests to use new standalone sm proof functions
* stateManager: Fix linting issues
* Make debugger a class field
* Move proof functions from verkle sm over to being standalone functions
* Remove getProof and verifyProof for the stateless verkle sm
* Remove unused accountExists function on RPCSm
* Remove accountExists function on RPCStateeManager
* Move getProof function of RPCStateManager over to being standalone
* Export proof functions from statemanager package
* Fix test
* Fix and reembed example
* Fix getProof rpc method by checking which proof function to use for given sm
* Remove getProof and verifyProof from sm interface and fix errors
* Fix linting issues
* Fix lint issue
---------
Co-authored-by: Holger Drewes <[email protected]>
0 commit comments