NOTE: THIS RELEASE IS ONLY RECOMMENDED FOR USE ON THE SANCHONET AND PUBLIC TEST ENVIRONMENTS (E.G. PREVIEW) AT THIS TIME. IT IS NOT RECOMMENDED FOR USE ON MAINNET UNTIL FURTHER TESTING
This release adds support for node-8.10.0-pre. It may be compatible with later node versions, but it hasn't been tested
It is advised to resync from genesis when upgrading to this release
Changelog
- Added new fields
stake_registration.deposit
andpool_update.deposit
for payed deposits (null for reregistrations or disabled ledger state) - Added new fields
epoch_param.min_fee_ref_script_cost_per_byte
andepoch_param.min_fee_ref_script_cost_per_byte
gov_action_proposal.dropped_epoch
andgov_action_proposal.expired_epoch
are now populated- Fixed a bug with
gov_action_proposal.enacted_epoch
not being updated - Renamed
instant_reward
table toreward_rest
- Added a new type of rewards
proposal_refund
, which are inserted in thereward_rest
table - Unclaimed proposal refunds are logged but not inserted anywhere yet