We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f25574 commit 02f6492Copy full SHA for 02f6492
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## v1.6.6
3
+### BUGFIX
4
+core/txpool: drop peers on invalid KZG proofs
5
+crypto/ecies: use aes blocksize
6
+
7
## v1.6.5
8
### FEATURE
9
[\#3488](https://github.com/bnb-chain/bsc/pull/3488) miner: optional transaction gas limit cap
version/version.go
@@ -19,6 +19,6 @@ package version
19
const (
20
Major = 1 // Major version component of the current release
21
Minor = 6 // Minor version component of the current release
22
- Patch = 5 // Patch version component of the current release
+ Patch = 6 // Patch version component of the current release
23
Meta = "" // Version metadata to append to the version string
24
)
0 commit comments