This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Split out MerkleTree contract and emit CapeBlock as part of BlockCommitted event #1097
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ebf7584
Emit CapeBlock as part of BlockCommitted event
sveitser 991e0cf
Run cargo update
sveitser 86988bb
Emit block data fields individually
sveitser 26df84e
cargo update to get latest ethers-rs version
sveitser 8cf6def
Remove ambigous type workaround
sveitser ecaca68
Organize imports
sveitser 44a848c
Merge remote-tracking branch 'origin/main' into feat/cape-block-event…
sveitser 54f6cf0
[WIP] Separate merkle tree contract
sveitser 15e4fa2
undo unwanted changes
sveitser a0ca2b5
Add missing file
sveitser f6f92a8
All tests pass.
sveitser c02e4df
Update hardcoded contract addresses
sveitser 2c2706d
Check access control of merkle tree contract
sveitser a940298
Fix typescript tests
sveitser 35edb3a
Fix typo
sveitser 179d4e3
Use 1000 solc optimizer runs instead of 20
sveitser 9d3a60c
Build executables before exporting wallet docs
sveitser 1ea1f8a
More consistency
sveitser b716ae2
Remove the geth patch that enables >24kB contracts
sveitser 8fffead
Revert "Remove the geth patch that enables >24kB contracts"
sveitser ecfc388
Merge remote-tracking branch 'origin/main' into feat/cape-block-event…
sveitser 353d1bd
Update smart contract architecture diagram
sveitser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fails at runtime