-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples for Noto, Zeto, and MultiCall contracts #13
Draft
awrichar
wants to merge
6
commits into
main
Choose a base branch
from
multicall
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Signed-off-by: Andrew Richardson <[email protected]>
This demonstrates one way to orchestrate a batch of arbitrary operations into a single atomic transactions. Signed-off-by: Andrew Richardson <[email protected]>
awrichar
changed the title
Add example MultiCall contract to wrap multiple arbitrary calls
Add example Noto and MultiCall contracs
Jul 4, 2024
awrichar
changed the title
Add example Noto and MultiCall contracs
Add example Noto and MultiCall contracts
Jul 4, 2024
Allows both contract variants to share a single interface. Ignored for the notary-submission variant. Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
Chengxuan
reviewed
Jul 11, 2024
"test": "hardhat test --network hardhat" | ||
}, | ||
"author": "", | ||
"license": "UNLICENSED", |
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.
@awrichar should this be apache 2.0?
Signed-off-by: Andrew Richardson <[email protected]>
awrichar
changed the title
Add example Noto and MultiCall contracts
Examples for Noto, Zeto, and MultiCall contracts
Jul 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Noto is a notary-controlled UTXO contract.
Zeto is pulled from https://github.com/hyperledger-labs/zeto and is a set of contracts demonstrating UTXO patterns with zero-knowledge proofs.
MultiCall demonstrates some ways to orchestrate a batch of arbitrary operations into a single atomic transaction, such as swapping between Noto/Zeto and other standard ERC tokens.