Skip to content
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

Execution integration #59

Merged
merged 57 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
183b801
start on execution layer integration
Zacholme7 Nov 19, 2024
1af7459
spec out event processor and parser. thoughts on arch and todos
Zacholme7 Nov 20, 2024
c011458
range checking for historical sync, better error handling, event parsing
Zacholme7 Nov 21, 2024
5d98550
no panic
Zacholme7 Nov 21, 2024
6044680
macro gen for decoding and handlers for event processing
Zacholme7 Nov 25, 2024
10ab160
mock live sync
Zacholme7 Nov 25, 2024
eaddafc
Share handling walkthrough
Zacholme7 Nov 26, 2024
f60aa79
pseudocode validator added process
Zacholme7 Nov 26, 2024
9cbdeb9
file renaming, validator exited & removed process pseudo
Zacholme7 Nov 26, 2024
563ecb3
retry provider, cluster processing pseudo, helpers
Zacholme7 Nov 28, 2024
8b450a5
merge unstable
Zacholme7 Dec 13, 2024
56acc7e
start on db integration into execution layer
Zacholme7 Dec 13, 2024
13dbb6e
revert ignore
Zacholme7 Dec 13, 2024
9ce4233
start testing, add in tracing, operator key parsing
Zacholme7 Dec 16, 2024
a3d18bb
websocket reconnection and error handling
Zacholme7 Dec 16, 2024
05a6910
fix block range
Zacholme7 Dec 16, 2024
1a0673b
merge and util updates
Zacholme7 Dec 17, 2024
880694d
merge
Zacholme7 Dec 17, 2024
fcf0e45
fix types and new bin
Zacholme7 Dec 17, 2024
7eebc32
remove unneeded dep
Zacholme7 Dec 17, 2024
93c0416
revert external changes
Zacholme7 Dec 17, 2024
78c7f7b
Update lib.rs
Zacholme7 Dec 17, 2024
7c656d9
new cluster id computation
Zacholme7 Dec 21, 2024
64cb629
Merge branch 'unstable' into execution-integration
Zacholme7 Dec 23, 2024
3a81b27
first 100 events successfully syncing
Zacholme7 Dec 23, 2024
4819cd6
syncing testnet events
Zacholme7 Dec 24, 2024
1665cd0
network action parsing
Zacholme7 Dec 24, 2024
01d1e38
test cases, cleanup, beacon client for metadata
Zacholme7 Jan 6, 2025
134e2d1
batch block processing
Zacholme7 Jan 6, 2025
c6f6f42
historical sync missing blocks while websocket down
Zacholme7 Jan 6, 2025
db751d1
signature verification
Zacholme7 Jan 6, 2025
788deea
integrate nonce and test sig verification
Zacholme7 Jan 6, 2025
4263a8f
beacon index test
Zacholme7 Jan 6, 2025
92c4c5e
bump
Zacholme7 Jan 7, 2025
a856961
Merge branch 'unstable' into execution-integration
Zacholme7 Jan 7, 2025
f05ba68
warning cleanup, index fetching integration
Zacholme7 Jan 7, 2025
76ce18f
remove index test
Zacholme7 Jan 7, 2025
4457ab6
update execution
Zacholme7 Jan 7, 2025
999d6a2
push readme
Zacholme7 Jan 8, 2025
4cb52bc
initial el readme
Zacholme7 Jan 8, 2025
5b1a5f5
merge unstable
Zacholme7 Jan 9, 2025
20ca2ce
Merge branch 'execution-integration' of github.com:Zacholme7/anchor i…
Zacholme7 Jan 9, 2025
1669e2f
adjust logging
Zacholme7 Jan 9, 2025
ff7f351
state reconstruction bugfix
Zacholme7 Jan 9, 2025
4214628
custom execution errors
Zacholme7 Jan 9, 2025
73501ba
fix error handling for event processing
Zacholme7 Jan 9, 2025
7ceaa4e
remove errors from process logs and identification bugfix
Zacholme7 Jan 9, 2025
61260d1
merge
Zacholme7 Jan 10, 2025
825956c
debugging nonce issues
Zacholme7 Jan 10, 2025
c442785
fmt
Zacholme7 Jan 10, 2025
d1fc94a
manual sort workspace deps
Zacholme7 Jan 10, 2025
d312c95
mis cleanup and formatting
Zacholme7 Jan 10, 2025
a4395dd
revert book toml*
Zacholme7 Jan 10, 2025
8cc0f76
Merge branch 'unstable' into execution-integration
Zacholme7 Jan 13, 2025
951ecb3
update sig deserialize
Zacholme7 Jan 13, 2025
ff4fa0e
spelling
Zacholme7 Jan 13, 2025
f4aa543
wordlist for ci
Zacholme7 Jan 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ TODOs
UI
Validator
validator
validators
validators
Holesky
Mainnet
lifecycle
Syncer

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ perf.data*
/.vscode

# cross
/zcross
/zcross
Loading
Loading