-
Notifications
You must be signed in to change notification settings - Fork 2
Add endpoints for event based decryption triggers #79
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
Open
konradkonrad
wants to merge
34
commits into
main
Choose a base branch
from
event_endpoints
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.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ad7a49f
Add happy path ETD compilation
konradkonrad 6ac3192
Add input validation for common errors
konradkonrad ba5a085
Add tests for CompileEventTriggerDefinition
konradkonrad 2446e56
Fix alignment/padding
konradkonrad e025a81
Add topic0
konradkonrad 49b2141
Add commandline ETD compiler
konradkonrad 8d68e75
Fix json example
konradkonrad b7da27e
Stricter validation of values
konradkonrad 9cff7ac
Fix correct naming for event signature
konradkonrad 1521a5a
Move usecase out of service
konradkonrad 403e549
WIP: Add event registry endpoint
konradkonrad b6526c9
Usage instructions in executable source
konradkonrad 0ee0c3b
Add some todo's for collision checks and whitelist
konradkonrad 56b93ef
Add ttl parameter to README
konradkonrad a6ebda6
Add spec link to README
konradkonrad ebd9e11
Use valid data for triggerDefinition example
konradkonrad d57cfdf
More consistent parameter naming
konradkonrad 62ca598
Mention compile endpoint in README
konradkonrad 3fc7621
feat: register_event_identity endpoint and add swagger docs
blockchainluffy 8b76656
feat: ttl getter endpoint, already registered identity checks, update…
blockchainluffy 069f89f
feat: add rate limiting and update checks for already registered iden…
blockchainluffy 616f1f4
Fix unit test
konradkonrad 7325d87
Add whitelist comment for env example
konradkonrad 2c4ea20
Remove whitelist feature
konradkonrad 7dcf929
Remove address from GetEventTriggerExpirationBlock
konradkonrad 5edda9e
Fix incorrect length calcuation
konradkonrad b3b026a
Remove overly generous opFromString
konradkonrad c8e36c6
Clarify that event based triggers are permissioned
konradkonrad f7fdf74
Remove superflous address parameter from README
konradkonrad bdc9aae
Change docstring according to PR review
konradkonrad 2dd1609
Change type of 'number' argument
konradkonrad 9a4f3b0
More detailed encoding documentation
konradkonrad 4bc26bd
Remove TODO
konradkonrad 8a45cdc
Reject 0x triggerDefinition
konradkonrad 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,5 +25,6 @@ go.work.sum | |
| .env | ||
| .envrc | ||
| pgdata/ | ||
| .DS_Store | ||
|
|
||
| data/ | ||
| bin/ | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.