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

[Supplier] Initial slashing implementation #795

Merged
merged 21 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c9f2aac
feat: Initial slashing implementation
red-0ne Sep 4, 2024
ac4ea35
Merge branch 'main' into feat/slash-missing-proofs
Olshansk Sep 5, 2024
3a6509a
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 10, 2024
6ae5856
fix: Use claimed amount in place of compute units
red-0ne Sep 10, 2024
5e56120
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 11, 2024
b9d032b
refactor: Proof requirement threshold as coin
red-0ne Sep 11, 2024
3a298d6
feat: Add supplier slashing event
red-0ne Sep 11, 2024
3cc8107
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 11, 2024
4851c2d
fix: Unused function and err shadow declaration
red-0ne Sep 11, 2024
a6c1678
chore: Revert test table length
red-0ne Sep 11, 2024
efdd002
fix: Remove wrong comment
red-0ne Sep 11, 2024
1672e4d
chore: Address reivew change requests
red-0ne Sep 16, 2024
b92cb4c
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 16, 2024
182e06a
refactor: Move NumComputeUnitsToCoin to tokenomcis package
red-0ne Sep 16, 2024
e088543
chore: Address review change requests
red-0ne Sep 17, 2024
34fbaf2
chore: Update autogenerated code
red-0ne Sep 17, 2024
6dd7c22
refactor: Move compute units to token multiplier to shared module
red-0ne Sep 17, 2024
afa3808
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 17, 2024
5fc6fff
chore: Remove unused function
red-0ne Sep 17, 2024
c521772
Merge remote-tracking branch 'origin/main' into feat/slash-missing-pr…
red-0ne Sep 18, 2024
baea519
chore: Address review change requests
red-0ne Sep 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 96 additions & 60 deletions api/poktroll/proof/params.pulsar.go

Large diffs are not rendered by default.

98 changes: 83 additions & 15 deletions api/poktroll/shared/params.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading