forked from pnetwork-association/ptokens-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(sentinel-lib): Add support to generic event signing #1
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6bde57b
fix(sentinel-app): <- rm user op cancellor loop
gskapka 62fa5b6
feat(sentinel-lib): <- adds events list to config
gskapka 9284dd5
feat(sentinel-lib): <- adds barebones `SignedEvent` struct
gskapka 8b4d4f5
feat(sentinel-lib): <- adds required fields to signed event struct
gskapka 38fe038
feat(sentinel-lib): <- flesh out signed event parser more
gskapka ef6108c
feat(sentinel-lib): <- adds method to network id from network config
gskapka 2ab62c2
feat(sentinel-lib): <- adds `empty` method to `SignedEvents`
gskapka 1934d77
feat(sentinel-lib): <- update processor to return `SignedEvents` inst…
gskapka 56ff894
fix(sentinel-lib): <- rm unused batching fxn
gskapka 3e3ff5e
feat(sentinel-app): <- add `todo!` to that where `ProcessorOutput` sh…
gskapka 25a5629
feat(sentinel-lib): <- adds eth receipt merkle proving fxn to that
gskapka 5f6d9c1
feat(sentinel-lib): <- `wire up process_single` in processor
gskapka 34a5e24
feat(sentinel-lib): <- adds in method to create `SignedEvent`
gskapka 416e1e2
feat(sentinel-lib): <- make fields public in `ConfiguredEvent`
gskapka df537f5
feat(sentinel-lib): <- move merkle stuff to merkle mod
gskapka 444ed4f
feat(sentinel-lib): <- use full submat in processor instead of just r…
gskapka 365dcd3
chore(sentinel-lib): <- fix clippy lints
gskapka ee4fe4c
feat(sentinel-lib): <- adds `SignedEvents` parsing logic from submat
gskapka 19d2edd
feat(sentinel-lib): implement encode for SignedEvent
ubordignon 018de8c
feat(sentinel-lib): test signed events TryFrom implementation
ubordignon 5b25d61
feat(sentinel-lib): add merkle root calculation test
ubordignon 005a66d
fix(sentinel-lib): use transaction index to generate merkle proof
ubordignon 53207e1
feat(sentinel-lib): add merkle proof test
ubordignon 2363502
fix: pass through `NetworkConfig` instead of `NetworkId` as expected …
gitmp01 0278319
fix(android): initialize keystore upon startup
gitmp01 e1d7b70
ref(sentinel-lib): comply with signed event spec
ubordignon 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
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.
Ok, as discussed.