forked from near/nearcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add CHANGELOG.md and update CONTRIBUTING.md (near#4580)
Added `CHANGELOG.md` to document the protocol changes in each release going forward. Also updated `CONTRIBUTING.md` to add how to update change log and remove some outdated information.
- Loading branch information
1 parent
28d9b7d
commit c0d382b
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## [unreleased] | ||
|
||
## `1.20.0` [07-26-2021] | ||
|
||
### Protocol Changes | ||
|
||
* Introduce new host functions `ecrecover` and `ripemd160`. [#4380](https://github.com/near/nearcore/pull/4380) | ||
* Make `Account` a versioned struct. [#4089](https://github.com/near/nearcore/pull/4089) | ||
* Limit the size of transactions to 4MB. [#4107](https://github.com/near/nearcore/pull/4107) | ||
* Cap maximum gas price to 20x of minimum gas price. [#4308](https://github.com/near/nearcore/pull/4308), [#4382](https://github.com/near/nearcore/pull/4382) | ||
* Fix `storageUsage` for accounts that were affected by [#3824](https://github.com/near/nearcore/issues/3824). [#4272](https://github.com/near/nearcore/pull/4274) | ||
* Fix a bug in computation of gas for refunds. [#4405](https://github.com/near/nearcore/pull/4405) | ||
|
||
### Non-protocol changes | ||
|
||
* Compile contracts after state sync. [#4344](https://github.com/near/nearcore/pull/4344) | ||
* Introduce `max_gas_burnt_view` config for rpc. [#4381](https://github.com/near/nearcore/pull/4381) | ||
* Fix wasmer 0.17 memory leak [#4411](https://github.com/near/nearcore/pull/4411) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters