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
* tx: cleanup: get rid of access/authority JSONs inside the tx
* vm: fix build
* tx: ensure jsons do not get auto-generated in constructors
* tx: add util docs
* tx: fix access list related tests
* tx: rename imports .js back to .ts
* tx: move capability-specific utilities to capabilities
* remove duplicate code
* tx: minor readability improvements
* tx: remove any
* tx: eip7702 refactor
* tx: eip2930 refactor
* tx: undo eip2930 refactor
* tx: simplify 2930
* tx: update TODO comment to include issue
* tx: cleanup 7702 logic
* tx: fix 2930 test cases
* tx: 7702 add length check for auth list
* tx: eip2930 move back methods to util and use correct capability sig
* tx: eip2930 also use `EIP2930CompatibleTx` as function arg for capability method
* tx: ensure 7702 is also compliant to capability method sigs + move back utility methods from 7702 to util
* tx: split and move util methods
* tx: only export util/general
* tx: split up util more (authorization+access dedicated)
* tx: checkMaxInitCodeSize moved into internal util
* tx: also move txTypeBytse and validateNotArray to internal util methods
* tx: fix test imports
---------
Co-authored-by: ScottyPoi <[email protected]>
Co-authored-by: Gabriel Rocheleau <[email protected]>
0 commit comments