Skip to content

Commit

Permalink
doc: add changelog for v1.4.11 (bnb-chain#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored and jellyb0y committed Aug 11, 2024
1 parent 7779b07 commit 26d4f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog

## v1.4.11

### BUGFIX
* [\#2534](https://github.com/bnb-chain/bsc/pull/2534) fix: nil pointer when clear simulating bid
* [\#2535](https://github.com/bnb-chain/bsc/pull/2535) upgrade: add HaberFix hardfork


## v1.4.10
### FEATURE
NA
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var (
FeynmanFixTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
CancunTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberFixTime: newUint64(1720591588), // 2024-07-10 06:06:28 AM UTC
HaberFixTime: nil, // TBD
BohrTime: nil,

Parlia: &ParliaConfig{
Expand Down

0 comments on commit 26d4f65

Please sign in to comment.