Releases: near/nearcore
Releases · near/nearcore
1.21.0-rc.1
Features
- Improve contract module serialization/deserialization speed by 30% (#4448)
- Fix some receipts that were stuck previously due to #4228 (#4248)
- Make
AccountIdstrictly typed and correct by construction (#4621)
Fixes
CODE_COLOR: CODE_YELLOW_TESTNET
RELEASE_VERSION: 1.21.0-rc.1
PROTOCOL_UPGRADE: TRUE
DATABASE_UPGRADE: TRUE
SECURITY_UPGRADE: FALSE
1.20.0
Features
- Add versions to
account#4089 - Ethereum related host functions (including
ripemd160andecrecover) #4380
Fixes
Fix bugs in host functions, account storage usage, refunds, etc.
CODE_COLOR: CODE_YELLOW_MAINNET
RELEASE_VERSION: 1.20.0
PROTOCOL_UPGRADE: TRUE
DATABASE_UPGRADE: TRUE
SECURITY_UPGRADE: FALSE
1.20.0-rc.2
- Fix a critical bug in 1.20.0-rc.1 that may cause the network to crash
1.19.2
- Fix a bug in some host functions
CODE_COLOR: CODE_YELLOW_MAINNET
RELEASE_VERSION: 1.19.2
PROTOCOL_UPGRADE: FALSE
DATABASE_UPGRADE: FALSE
SECURITY_UPGRADE: TRUE
1.20.0-rc.1
1.19.2-rc.1
bump neard version for testnet release
1.19.1
- Fixes a critical bug that can cause a node to crash.
1.19.0
1.19.0-rc.2
- revert part of #4181 to classify FailedWithNoError as deterministic