witnet-rust icon indicating copy to clipboard operation
witnet-rust copied to clipboard

feat: implement burning of slashed collateral (WIP0023)

Open drcpu-github opened this issue 3 years ago • 1 comments

I made all relevant Tally tests conditional on WIP0023 being activated. I could not find a proper way of enabling all tests with a new WIP being activated, so I added a temporary placeholder in wip_info() and test_wip_info(). If you uncomment those, you can verify all tests pass with and without WIP0023 being active.

I was not sure if I should just update the WIP in initialize_wip_information() nor the associated tests, but for now I did.

drcpu-github avatar Oct 06 '22 20:10 drcpu-github

I have changed the base of this PR from master to witnet-1.6 so that it can be merged at any time without disrupting any further planned or unplanned 1.5.x releases from master.

aesedepece avatar Oct 07 '22 09:10 aesedepece

This is now on 1.6 and on its road to master in #2354

aesedepece avatar Feb 18 '23 14:02 aesedepece