Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f92029a
fix(rollup-relayer): update batch finalizing status and unify db time…
colinlyguo Dec 30, 2024
791fcaf
feat(coordinator): assign static prover first and avoid reassigning f…
yiweichi Dec 30, 2024
71acdb3
fix: lint
yiweichi Dec 30, 2024
8ce5121
fix: GetUnassignedBatchCount
yiweichi Dec 30, 2024
3e0589e
Merge branch 'develop' into feat-coordinator-assign-logic
yiweichi Dec 30, 2024
df92616
chore: remove extra files
yiweichi Dec 30, 2024
a75075d
fix: err log
yiweichi Dec 30, 2024
1c5d88d
fix: orm GetTaskOfProver
yiweichi Dec 30, 2024
e4c0779
fix: comments
yiweichi Dec 30, 2024
3da7567
feat(prover): support mutiple version of prover tasks
yiweichi Dec 31, 2024
37da7b8
chore: remove extra files
yiweichi Dec 31, 2024
4215b6b
fix: field is never read
yiweichi Dec 31, 2024
3e97105
refactor
yiweichi Dec 31, 2024
9e63761
fix: lint
yiweichi Dec 31, 2024
707267a
fix: lint
yiweichi Dec 31, 2024
6ba25dc
feat(prover): integrate proving-sdk
yiweichi Jan 5, 2025
f3cebe7
fix: lint
yiweichi Jan 5, 2025
1e2e253
chore: auto version bump [bot]
yiweichi Jan 5, 2025
6e2c29e
update dependencies
yiweichi Jan 6, 2025
e01d185
Revert "feat(coordinator): assign static prover first and avoid reass…
yiweichi Jan 6, 2025
fa87cfa
Merge branch 'feat-prover-integrate-proving-sdk' of https://github.co…
yiweichi Jan 6, 2025
da6be90
fix: comments
yiweichi Jan 6, 2025
fa0927c
optimize l2 GasPrice comparasion (#1581)
alexisdevilliers Jan 6, 2025
139fd6e
Merge branch 'develop' into feat-prover-integrate-proving-sdk
yiweichi Jan 6, 2025
ddbb06d
chore: auto version bump [bot]
yiweichi Jan 6, 2025
5d58a35
remove unused files
yiweichi Jan 6, 2025
4c4495d
Merge branch 'fix-ci-prover-fmt-timeout' into feat-prover-integrate-p…
yiweichi Jan 6, 2025
9cf9bc3
Merge branch 'fix-ci-prover-fmt-timeout' into feat-prover-integrate-p…
yiweichi Jan 6, 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
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime/debug"
)

var tag = "v4.4.83"
var tag = "v4.4.86"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down
Loading
Loading