You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release prioritizes to process native transfer txs compared to js contract txs in tx pool. This can greatly improve node stability for senario when encountering a lot of inscription txs. We think this should be a mandatory upgrade.
This is the final release of a series releases to upgrade libp2p. In v3.8.1, tls and noise were enabled. In v3.9.1, secio was disabled by default. In this release, secio was totally dropped.
Upgrade libp2p to v0.22.0
Remove some unused codes like delaytx and old fork
Fix the error "The request SyncBlockHashRequest from ... timed out"
Fix some floating point display rounding precision error in RPC (example: 556.3878738799999 vs 556.38787388)
Fix iwallet account update key command example