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

Sokol v0: support for first epoch-set transition #2411

Merged
merged 28 commits into from
Jul 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3557c42
broadcast local txs
AskAlexSharov Jul 13, 2021
d63ddc6
Merge branch 'devel' into sokol10
AskAlexSharov Jul 14, 2021
79e0b92
finality checker works
AskAlexSharov Jul 14, 2021
bdc6a27
finality checker works
AskAlexSharov Jul 14, 2021
0a36ac3
Merge branch 'devel' into sokol10
AskAlexSharov Jul 14, 2021
07f0a23
Merge branch 'devel' into sokol10
AskAlexSharov Jul 15, 2021
c3ee02f
Merge branch 'devel' into sokol10
AskAlexSharov Jul 15, 2021
f2a4db3
fix
AskAlexSharov Jul 15, 2021
8022a14
fix finalization
AskAlexSharov Jul 15, 2021
dd934e3
Merge branch 'devel' into sokol10
AskAlexSharov Jul 16, 2021
2a59ffa
save
AskAlexSharov Jul 16, 2021
fe414eb
merge devel
AskAlexSharov Jul 17, 2021
f64ad48
Merge branch 'devel' into sokol10
AskAlexSharov Jul 17, 2021
c083870
lint
AskAlexSharov Jul 17, 2021
14a0cd3
clean
AskAlexSharov Jul 17, 2021
808600c
clean
AskAlexSharov Jul 17, 2021
a1b5648
remove builder
AskAlexSharov Jul 17, 2021
10e0770
save
AskAlexSharov Jul 17, 2021
1732262
build finality never returns error
AskAlexSharov Jul 17, 2021
e91436a
Merge branch 'devel' into sokol10
AskAlexSharov Jul 17, 2021
7e96672
Merge branch 'devel' into sokol10
AskAlexSharov Jul 18, 2021
e9e6591
Merge branch 'devel' into sokol10
AskAlexSharov Jul 20, 2021
67785d0
merge devels
AskAlexSharov Jul 21, 2021
bd07fe3
Merge branch 'devel' into sokol10
AskAlexSharov Jul 21, 2021
1d53873
save
AskAlexSharov Jul 21, 2021
b374414
Merge branch 'devel' into sokol10
AskAlexSharov Jul 21, 2021
8bf5014
implement epoch-set transition
AskAlexSharov Jul 21, 2021
11fbe9c
implement epoch-set transition
AskAlexSharov Jul 21, 2021
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
Prev Previous commit
Next Next commit
clean
  • Loading branch information
AskAlexSharov committed Jul 17, 2021
commit 808600cbf5ba9064671581933ac8fb789cf7093c
2 changes: 0 additions & 2 deletions turbo/stages/mock_sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ func MockWithEverything(t *testing.T, gspec *core.Genesis, key *ecdsa.PrivateKey
stagedsync.StageTranspileCfg(
mock.DB,
cfg.BatchSize,
nil,
nil,
mock.ChainConfig,
),
stagedsync.StageSnapshotStateCfg(
Expand Down