Skip to content

Commit

Permalink
Cross chain merkle trees (#1911)
Browse files Browse the repository at this point in the history
* Dump progress.

* Fix for state.:

* Dump progress. Working version.

* WIP.

* Fully working version.:

* added missing bits.

* Fix linter.

* disable test in github.

* Fix in mem tests.

* Fix for nonces.

* Updated messenger to use proofs.

* Change to use atomic canonical batches query.

* PR comments addressed.

* More changes.

* Seperate lifecycle, still broken.

* Fixed issue with submission getting stuck.

* Fixes for in mem.

* Removed old message pushing.

* Addressed small PR comments.

* Updated comments.

* Deleted unused code.

* Added config for cross chain interval.

* Moved export bundle to be common functionality.

* Some more changes.

* Fix for linter.

* Updated abigen.

* Renamed function.

* abi.

---------

Co-authored-by: StefanIliev545 <[email protected]>
  • Loading branch information
StefanIliev545 and StefanIliev545 authored May 20, 2024
1 parent 9e1224f commit 3458c21
Show file tree
Hide file tree
Showing 64 changed files with 4,560 additions and 988 deletions.
2 changes: 1 addition & 1 deletion contracts/config/networks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"localGeth": {
"url": "http://127.0.0.1:26000",
"url": "http://127.0.0.1:28000",
"deploy": [
"deployment_scripts/core/layer1/",
"deployment_scripts/testnet/layer1/",
Expand Down
203 changes: 203 additions & 0 deletions contracts/generated/Address/Address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions contracts/generated/CrossChainMessenger/CrossChainMessenger.go

Large diffs are not rendered by default.

Loading

0 comments on commit 3458c21

Please sign in to comment.