-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Tracking: v3.2.4 #1750
Comments
ain#1700 changes to the CHistoryWriter adds AuctionBid entries to the account history entries that were not present before. These differences can be found on every range since loans were introduced and the first vaults went into liquidation during the range 1,450,000 to 1,500,000. A sample of this is as follows.
On all lines the txid is set to zeros, this is due to these changes being outside of a transaction and are processed at the end of a block. PR 1700 updates the Breakdown of the above, first line is the additional of collateral to the auction winner. ain/src/masternodes/validation.cpp Line 657 in 0e1a130
Second line is the transfer of the penalty amount to the burn address. ain/src/masternodes/validation.cpp Lines 648 to 649 in 0e1a130
Third line show up from transferring the remaining collateral and penalty amounts using the vault ID as a temporary address. Note that the transfers to the vault ID show as zero as these amounts are later removed from that address. ain/src/masternodes/validation.cpp Line 647 in 0e1a130
ain/src/masternodes/validation.cpp Line 664 in 0e1a130
We also have diffs when comparing the output of getburninfo. This is due to the bug fixed in #1700, on start up VerifyDB called DisconnectBlock, changes in DisconnectBlock were supposed to be discarded which is true for CCustomCSView but not for the account, burn and vault databases resulting in records being deleted on start up. Every getburninfo diff now shows an increased amount compared to before.
|
Full sync diff of account change of master without PR 1700 and with PR 1700. |
RPC Changes
|
@prasannavl: Thanks for opening an issue, it is currently awaiting triage. The triage/accepted label can be added by foundation members by writing /triage accepted in a comment. DetailsI am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository. |
Items
listgovproposalvotes
#1722listgovproposals
and add validity filter #1725listgovproposalvotes
#1714Verification
The text was updated successfully, but these errors were encountered: