-
Notifications
You must be signed in to change notification settings - Fork 6
Verifier V1 [NUF-176] #302
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
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
1e933b9
feat: reusable offchain workers
palozano 9fc8be8
chore: add receive lib abi
palozano 9d720c5
chore: fix overall flow
palozano 9e1c1ee
chore: preparing for deployment, lacking correct header
palozano 1b02a1e
chore: ordering
palozano d4b3c53
refactor: more modular for later executor
palozano a9508f8
chore: clean up
palozano af548f8
refactor: dotenv -> dotenvy
palozano f825036
chore: remove Cargo.lock
palozano 131c351
refactor: move config to `config-rs` crate
palozano 4a5cc5c
refactor: move to manual decoding
palozano 4894f4a
chore: modularize
palozano 290bb85
chore: address pr comments on the worker
palozano 263cb0e
chore: move some files to lib imports
palozano b9b81fb
chore: remove unused tests for now
palozano 62994a8
chore: reorder imports
palozano 5da950a
wip: fix dockerfile so it doesn't break current indexer
serrrfirat 58d2454
wip: fix docker compose for setups
serrrfirat c5359dc
wip: big cargo clean up
serrrfirat f1624fd
chore: remove unused
palozano 5bf79ef
chore: add tests to manual decoding
palozano 90c0e70
chore: use const instead of magic number
palozano 1433aac
chore: comments
palozano 9293854
chore: address pr comments
palozano ce2d6e6
chore: address pr comments
palozano 2d9d590
Update indexer/Dockerfile
palozano ed43e71
chore: fix after refactor
palozano 0ed696f
chore: bls bn254 signature takes two uint256
palozano ec06783
chore: remove v1 contract, leaving only v2 (without version suffix)
palozano 20a711c
chore: address comments
palozano b19f68e
chore: address pr comments
palozano 1c9a7d9
Implement /state-root endpoint specifically for serving state root me…
Fly-Style 7fe1ce9
WIP: Verifier and integration test for a verifier
Fly-Style 20ef139
chore: remove alloy-json-abi as external dep
palozano fbedff6
chore: broken test to share
palozano 2931fee
chore: fix after rebase
palozano 69eae56
WIP: Verifier and integration test for a verifier
Fly-Style 5cbfb64
refactor: manual encode/decode
palozano 22af924
chore: remove unused
palozano c3bcb04
Merge branch 'palozano/feat/workers' of https://github.com/palozano/n…
Fly-Style 0dc5dfa
WIP: Verifier V1 according to algorithm
Fly-Style 90b5f5c
Fix test
Fly-Style d0fdf0a
Small notes
Fly-Style e2957b1
Merge branch 'main' into feat/nuf-176
Fly-Style 2b42a24
Get rid of fastnear, should be added as separate PR
Fly-Style 60509bf
Dont change gitignore
Fly-Style 14916fc
Cleanup
Fly-Style f8cbb1f
AI review comments
Fly-Style f61cb8b
Fixes compilation error in `block_listener` test suite
Fly-Style cdd1714
AI review comments-2
Fly-Style 6336376
Try to make CI happier
Fly-Style 2aa63d2
Revert changes, fix them in a separate PR
Fly-Style c8d6e36
Tokio :)
Fly-Style 46cd2b4
Another review round
Fly-Style 93f4434
Timeout handling
Fly-Style 65e544f
Revert back
Fly-Style 1359374
Add tests
Fly-Style d417889
Timeout test
Fly-Style 4372826
Update verifier.rs
Fly-Style 5296a3f
Review comments
Fly-Style cecfd88
Merge branch 'feat/nuf-176' of https://github.com/Fly-Style/nffl into…
Fly-Style 39317dd
Revert "Implement /state-root endpoint specifically for serving state…
Fly-Style 1195060
Review comments-2
Fly-Style 8a8538a
Format
Fly-Style 0e9752a
Renamed the method according to the actual object
Fly-Style 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
indexer/test_data/candidates/7dVA5Z3B4tVN38Cr3UzfEwy9RBGBKifFkTENuy7x1rR5.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
indexer/test_data/candidates/9zwSzRUA9xH3SXoeZkS7tQXFupEJz9f5XZdNbB3sgK2b.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
indexer/test_data/candidates/AFhRAEcgFpV3SPvAQ4DF5QArCiPQgu6aSibPLCqsrvWa.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
indexer/test_data/candidates/HKnmoD4cpBStpdWC1Mahm1NRWc4FZayjUEURzGuWpU18.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ pub mod abi; | |
| pub mod chain; | ||
| pub mod config; | ||
| pub mod data; | ||
| pub mod verifier; | ||
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.