-
Notifications
You must be signed in to change notification settings - Fork 56
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
(chore): fix-all-the-things #2497
Conversation
fc9c143
to
d8d9f7c
Compare
let _ = stakes.reset_age( | ||
*liar_pkh, | ||
Capability::Witnessing, | ||
block_epoch + 10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason for resetting the coin_age
to -10 instead of just 0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I felt it was a bit weird to reset a liar only to 0
given that we also do that for an (honest) committer (albeit at the commit stage), but I don't have a strong opinion on it.
52bccd3
to
daa66db
Compare
2e4bfd2
to
480467d
Compare
68330ac
to
22f0ea5
Compare
1) Reserve collateral for a validator when it commits to solving a data request 2) Remove tally transaction outputs for data request participant 3) Correctly reward data request solvers and slash out of consensus revealers
…commit transaction under wit/2
…rotocol version 1.8
…300M WIT has been staked
…s.*_wit2 for clarity
…cluded in blocks prior to V1_8 / V2_0 respectively
…nt the pool overflowing
…en sent from the CLI
…re included in a consolidated block
ProtocolVersion::V1_8 activation is set at 10000 as to not interfere with other tests.
4924e0f
to
7b5bed1
Compare
5f4edd2
to
2f44ae7
Compare
This is now in master ! |
No description provided.