Skip to content

Commit

Permalink
feat: Aptos Settelement Layer (#7)
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

* fix: dependencies

* refactor code

* feat: add submodule ionia

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

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

* fix: dependencies

* refactor code

* feat: add submodule ionia

* refactor code

* refactor code

---------

Co-authored-by: Steve Nguyen <[email protected]>
  • Loading branch information
Tranduy1dol and zk-steve authored Aug 21, 2024
1 parent 36e7890 commit 9b8dc37
Show file tree
Hide file tree
Showing 40 changed files with 9,390 additions and 4,319 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ionia"]
path = ionia
url = [email protected]:sota-zk-labs/ionia.git
Loading

0 comments on commit 9b8dc37

Please sign in to comment.