Skip to content

Commit

Permalink
release: prepare for release v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck committed Jul 16, 2024
1 parent c96fab0 commit f4c8bd5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v1.4.12

### BUGFIX
### FEATURE
### IMPROVEMENT

cmd/jsutils: add a tool to get performance between a range of blocks (#…
go.mod: update missing dependency (#2546)
nancy: ignore [email protected] in .nancy-ignore (#2559)
chore: update greenfield cometbft version (#2556)
tests: fix unstable test (#2561)
fix: fix state inspect error after pruned state (#2557)
fix: delete unexpected block (#2562)
cmd/jsutils: add a tool to get slash count (#2569)
core: clearup testflag for Cancun and Haber (#2572)
core: avoid to cache block before wroten into db (#2566)
fix: fix statedb copy (#2567)
cmd/utils: support use NetworkId to distinguish chapel when do syncing (
feat: enhance bid comparison and reply bidding results && detail logs (…
core: adapt highestVerifiedHeader to FastFinality (#2574)
core/vote: not vote if too late for next in turn validator (#2568)


## v1.4.11

### BUGFIX
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionPatch = 12 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit f4c8bd5

Please sign in to comment.