Skip to content

Commit

Permalink
Adding support for declare v0, l1 handler and l1->l2 messages (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: mohiiit <[email protected]>
Co-authored-by: trantorian <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 96e3bb7 commit de11ced
Show file tree
Hide file tree
Showing 35 changed files with 1,546 additions and 1,294 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ madara.log
starknet-e2e-test/contracts/cache
starknet-e2e-test/contracts/build

# proptest report
**/proptest-regressions/

# vscode settings
.vscode/settings.json

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- feat: declare v0, l1 handler support added
- feat: strk gas price cli param added
- fix(snos): added special address while closing block for SNOS
- fix(mempool): validator errors were ignored in `mempool/rsc/lib.rs`
Expand Down
Loading

0 comments on commit de11ced

Please sign in to comment.