Skip to content

Commit

Permalink
feat: aptos settlement layer (#15)
Browse files Browse the repository at this point in the history
* feat(aptos_settlement_client): update state kzg & update state & verify inclusion

* test(aptos_settlement_client): add update_state, state_block_number unit test

* refactor code

* feat(aptos_settlement_client): update state kzg & update state & verify inclusion

---------

Co-authored-by: Tranduy1dol <[email protected]>
  • Loading branch information
0x5ea000000 and Tranduy1dol authored Aug 29, 2024
1 parent 806f6be commit 4b10c3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- `fetch_from_test` argument

## Fixed
-

-
- Fixed state update worker logic as per the new implementation.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ itertools = "0.13.0"
mockall = "0.12.1"
testcontainers = "0.21.1"


# Cairo VM
cairo-vm = { version = "=1.0.0-rc5", features = [
"extensive_hints",
Expand Down

0 comments on commit 4b10c3b

Please sign in to comment.