Skip to content

Releases: near/nearcore

1.21.0-rc.1

18 Aug 14:19

Choose a tag to compare

1.21.0-rc.1 Pre-release
Pre-release

Features

  • Improve contract module serialization/deserialization speed by 30% (#4448)
  • Fix some receipts that were stuck previously due to #4228 (#4248)
  • Make AccountId strictly 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

26 Jul 15:00

Choose a tag to compare

Features

  • Add versions to account #4089
  • Ethereum related host functions (including ripemd160 and ecrecover) #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

14 Jul 03:15

Choose a tag to compare

1.20.0-rc.2 Pre-release
Pre-release
  • Fix a critical bug in 1.20.0-rc.1 that may cause the network to crash

1.19.2

07 Jul 15:24

Choose a tag to compare

  • 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

05 Jul 17:41

Choose a tag to compare

1.20.0-rc.1 Pre-release
Pre-release

Features

  • Add versions to account #4089
  • Allow implicit account to be created as the beneficiary of deletion of an account #4169
  • Ethereum related host functions (including ripemd160 and ecrecover) #4380

Fixes

Fix bugs in host functions, account storage usage, refunds, etc.

1.19.2-rc.1

30 Jun 13:48

Choose a tag to compare

1.19.2-rc.1 Pre-release
Pre-release
bump neard version for testnet release

1.19.1

26 May 16:39

Choose a tag to compare

  • Fixes a critical bug that can cause a node to crash.

1.19.0

17 May 15:03

Choose a tag to compare

Features

  • stabilize multiple protocol features including change in inflation (#3604), chunk forwarding (#2822), and access key nonce range restriction (#4064).
  • structured errors for rpc (#3944, #4079, #4124, #4180, #4213).

Fixes

  • Prohibit viewing contract state for contracts with state size > 50kb by default (#4167).
  • Address some inefficiencies in network code (#4149, #4154, #4110).

1.19.0-rc.2

06 May 11:10
daf13dd

Choose a tag to compare

1.19.0-rc.2 Pre-release
Pre-release
  • revert part of #4181 to classify FailedWithNoError as deterministic

1.19.0-rc.1

04 May 15:58

Choose a tag to compare

1.19.0-rc.1 Pre-release
Pre-release

Features

  • stabilize multiple protocol features including change in inflation (#3604), chunk forwarding (#2822), and access key nonce range restriction (#4064).
  • structured errors for rpc (#3944, #4079, #4124, #4180, #4213)

Fixes

  • Prohibit viewing contract state for contracts with state size > 50kb by default (#4167)
  • Address some inefficiencies in network code (#4149, #4154, #4110)