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

feat(ethexe): append validation round #4109

Merged
merged 55 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
62e90b7
pass check
grishasobol Aug 2, 2024
b3b25ad
pass gpu-pre-commit
grishasobol Aug 2, 2024
1083932
pass trusted validators list to sequencer
grishasobol Aug 2, 2024
4ec76a7
pass ping and ping_reorg
grishasobol Aug 4, 2024
0a66032
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 4, 2024
bec63f4
append as digest
grishasobol Aug 4, 2024
0e0de5e
sequencer refactoring
grishasobol Aug 4, 2024
b36f21e
sequencer refactoring 2
grishasobol Aug 4, 2024
10f6828
change to commitments candidate
grishasobol Aug 6, 2024
43b3a8f
make self struct Digest
grishasobol Aug 6, 2024
090a329
remove Multisigned struct
grishasobol Aug 7, 2024
e836d17
append sequencer tests
grishasobol Aug 7, 2024
45c0d08
append sequencer tests
grishasobol Aug 8, 2024
c32d794
test_verify_is_predecessor
grishasobol Aug 8, 2024
e0772e9
refactoring
grishasobol Aug 8, 2024
afecea9
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 8, 2024
1fd98a0
sequencer methods refactoring
grishasobol Aug 8, 2024
f306b2e
fixes before review
grishasobol Aug 8, 2024
bcd5cdc
a little more refactoring before review
grishasobol Aug 8, 2024
db9d98e
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 9, 2024
bd79bea
MultisignedCommitmentDigests
grishasobol Aug 9, 2024
dfc8f10
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 12, 2024
31afda1
remove origin from requests
grishasobol Aug 12, 2024
d40f21d
remove CommitmentsDigestSigner
grishasobol Aug 12, 2024
64fd25d
change get_commitment result
grishasobol Aug 12, 2024
d98d8c2
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 14, 2024
168ba9e
fix after master merge
grishasobol Aug 14, 2024
4824373
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 14, 2024
00fd15f
append tests for multisigned
grishasobol Aug 14, 2024
4ecf00d
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 16, 2024
cd936fc
rename code_approved -> code_valid
grishasobol Aug 16, 2024
cdb5aa7
fmt
grishasobol Aug 16, 2024
7b2bb9b
fix bugs
grishasobol Aug 21, 2024
b3add53
remove db from sequencer
grishasobol Aug 21, 2024
dc3d92e
append test for block_commitments_candidate
grishasobol Aug 21, 2024
b125eb9
remove validators arg and query info from router
grishasobol Aug 21, 2024
0544c48
return digest from commitments validation
grishasobol Aug 21, 2024
de887da
append TODO with issues
grishasobol Aug 21, 2024
ac4ed8a
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 22, 2024
a604e93
fix after merge
grishasobol Aug 22, 2024
5272660
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 22, 2024
ce7a6b6
update json
grishasobol Aug 22, 2024
7343b18
fix test
grishasobol Aug 22, 2024
aa05de3
threshold_percentage -> threshold
grishasobol Aug 22, 2024
45bf205
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 26, 2024
b66b33c
review fixes
grishasobol Aug 26, 2024
1464ac6
RoundTimer -> StoppableTimer
grishasobol Aug 26, 2024
276d2da
refactor ToDigest using update_hasher
grishasobol Aug 27, 2024
7225986
review fixes
grishasobol Aug 28, 2024
2ff9020
Merge branch 'master' into gsobol-validation-round
grishasobol Aug 28, 2024
584fcaf
fix db warning
grishasobol Aug 28, 2024
9ec6f22
issue number
grishasobol Aug 28, 2024
f33632c
fix fir clippy
grishasobol Aug 28, 2024
d00cd1a
impl ToDigest for [T] and Vec<T>
grishasobol Aug 28, 2024
042c8bb
fix digest for [T]
grishasobol Aug 28, 2024
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading