1.4.5
Added
- Add a temporary chainspec setting
max_stored_value_size
to limit the size of individual values stored in global state. - Add a chainspec setting
minimum_delegation_amount
to limit the minimal amount of motes that can be delegated by a first time delegator. - Add a chainspec setting
block_max_approval_count
to limit the maximum number of approvals across all deploys in a single block. - Add a
finalized_approvals
field to the GetDeploy RPC, which iftrue
causes the response to include finalized approvals substituted for the originally-received ones.
Fixed
- Include deploy approvals in block payloads upon which consensus operates.
- Fixes a bug where historical auction data was unavailable via
get-auction-info
RPC.