Skip to content

Commit

Permalink
feat: l1-l2 messaging (keep-starknet-strange#1312)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zaikin <[email protected]>
Co-authored-by: Daniel Bigos <[email protected]>
Co-authored-by: Daniel Bigos <[email protected]>
Co-authored-by: apoorvsadana <[email protected]>
  • Loading branch information
5 people authored Dec 28, 2023
1 parent e3b1927 commit 697eeac
Show file tree
Hide file tree
Showing 98 changed files with 14,711 additions and 905 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ cairo_venv

# idea
.idea

# pyenv
.python-version

# solidity cache
starknet-e2e-test/contracts/cache
starknet-e2e-test/contracts/build
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
- chore: change SCARB config version for foundry CI
- feat(da): update da calldata encoding to v0.11.0 spec, da conf examples, da
conf flag, da-tests in CI
- refactor: use `map` in `estimate_fee` to stop computation on error
- fix(node/commands): md5 are also checked when running setup --from-local
- feat(data-availability): extend eth config with poll interval
- fix(snos-output): expose snos codec, remove unused `get_starknet_messages`
runtime method, and unnecessary mp-snos-output dependencies
- feat(program-hash): add new pallet constant for Starknet OS progam hash;
expose runtime getter method; add dedicated crate to manage versions
- feat(runtime): expose fee token address getter method
- feat(settlement): run client thread responsible for pushing state updates and
messaging on Ethereum
- feat(settlement): starknet core contract tests with anvil sandbox
- fix(rpc-test): incorrect node url
- feat(settlement): e2e test with Madara node settling on Ethereum contract
- refactor: use `map` in `estimate_fee` to stop computation on error

## v0.6.0

Expand Down Expand Up @@ -49,7 +63,6 @@
- chore(data-availability-avail): implement fire and forget, and add ws
reconnection logic
- chore: update `polkadot-sdk` to `release-polkadot-v1.3.0`
- refactor: use `map` in `estimate_fee` to stop computation on error

## v0.5.0

Expand Down Expand Up @@ -167,6 +180,8 @@
- fix: rpc tests and background node run
- test: add tests for simulate tx offset
- test: add tests for tx hashing
- fix: bring back messages in transaction receipts
- feat: starknet os program output primitive

## v0.2.0

Expand Down
Loading

0 comments on commit 697eeac

Please sign in to comment.