Skip to content
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

Closed
wants to merge 38 commits into from

Conversation

drcpu-github
Copy link
Collaborator

No description provided.

@drcpu-github drcpu-github force-pushed the fix-all-the-things branch 3 times, most recently from fc9c143 to d8d9f7c Compare October 30, 2024 20:49
node/src/actors/chain_manager/mod.rs Outdated Show resolved Hide resolved
let _ = stakes.reset_age(
*liar_pkh,
Capability::Witnessing,
block_epoch + 10,
Copy link
Contributor

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 ?

Copy link
Collaborator Author

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.

config/src/defaults.rs Outdated Show resolved Hide resolved
node/src/actors/chain_manager/mod.rs Outdated Show resolved Hide resolved
node/src/actors/chain_manager/mod.rs Outdated Show resolved Hide resolved
data_structures/src/chain/mod.rs Outdated Show resolved Hide resolved
data_structures/src/chain/mod.rs Outdated Show resolved Hide resolved
@drcpu-github drcpu-github force-pushed the fix-all-the-things branch 3 times, most recently from 2e4bfd2 to 480467d Compare October 31, 2024 12:32
@drcpu-github drcpu-github force-pushed the fix-all-the-things branch 2 times, most recently from 68330ac to 22f0ea5 Compare November 2, 2024 09:09
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
…cluded in blocks prior to V1_8 / V2_0 respectively
@drcpu-github drcpu-github force-pushed the fix-all-the-things branch 2 times, most recently from 4924e0f to 7b5bed1 Compare November 3, 2024 07:48
@drcpu-github drcpu-github force-pushed the fix-all-the-things branch 3 times, most recently from 5f4edd2 to 2f44ae7 Compare November 8, 2024 08:32
@aesedepece
Copy link
Member

This is now in master !

@aesedepece aesedepece closed this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants