mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 11:25:42 +00:00
contracts: Remove weight pre charging (#8976)
* Remove pre-charging for code size * Remove pre charging when reading values of fixed size * Add new versions of API functions that leave out parameters * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Add v1 for seal_set_rent_allowance * Remove unneeded trait bound Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bc0520913d
commit
0cccd282a1
@@ -42,6 +42,11 @@ output to an RPC client.
|
||||
- Make storage and fields of `Schedule` private to the crate.
|
||||
[#8359](https://github.com/paritytech/substrate/pull/8359)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Remove pre-charging which caused wrongly estimated weights
|
||||
[#8976](https://github.com/paritytech/substrate/pull/8976)
|
||||
|
||||
## [v3.0.0] 2021-02-25
|
||||
|
||||
This version constitutes the first release that brings any stability guarantees (see above).
|
||||
|
||||
Reference in New Issue
Block a user