-
Notifications
You must be signed in to change notification settings - Fork 37
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
Staking/Slashing on Abuse #87
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Add staking/slashing mechanism (#58) * staking/reward pool smnart contract * update core version and fix python sdk check script * fix test script for sdk * integrate fortune with staking and slashing * update fortune tests for staking and slashing * fix lint * node.js sdk change * update smart contracts * fix core contract tests * fix deploy script * remove role from smart contract * fix typescript sdk * fix python sdk and doctest * fix python sdk test * fix fortune test * fix subgraph test * update dep * remove max len from eslint * update escrow dashboard dep * fix fortune test * fix fortune test * fix sdk version * update subgraph dep version * approve staker not necessary any more * undo modified script my mistake * remove dead code from smart contract * update unstake logic * revert escrow test changes * use Ownable * remove bash script for test * increase time limit for sdk test and fix core test failing Co-authored-by: portuu3 <adrian.portugues.mas@gmail.com> * Revert "feat: Add staking/slashing mechanism (#58)" This reverts commit 25ba622. * remove counter from Launched event Co-authored-by: portuu3 <adrian.portugues.mas@gmail.com> Co-authored-by: portuu3 <61605646+portuu3@users.noreply.github.com>
…/human-protocol into feat/staking-slashing
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
vercel
bot
temporarily deployed
to
Preview – fortune-launcher-mumbai
December 20, 2022 22:54
Inactive
vercel
bot
temporarily deployed
to
Preview – fortune-exchange-mumbai
December 20, 2022 22:55
Inactive
vercel
bot
temporarily deployed
to
Preview – fortune-recording-oracle-mumbai
December 20, 2022 23:03
Inactive
vercel
bot
temporarily deployed
to
Preview – fortune-reputation-oracle-mumbai
December 20, 2022 23:06
Inactive
vercel
bot
temporarily deployed
to
Preview – human-protocol-escrow-dashboard
December 20, 2022 23:08
Inactive
vercel
bot
temporarily deployed
to
Preview – human-protocol-escrow-dashboard
February 9, 2023 10:08
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-reputation-oracle-mumbai
February 9, 2023 10:13
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-exchange-mumbai
February 9, 2023 10:14
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-reputation-oracle-mumbai
February 9, 2023 10:28
Inactive
vercel
bot
temporarily deployed
to
Preview – human-protocol-escrow-dashboard
February 9, 2023 10:30
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-exchange-mumbai
February 9, 2023 10:31
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-exchange-mumbai
February 9, 2023 11:07
Inactive
vercel
bot
temporarily deployed
to
Production – fortune-reputation-oracle-mumbai
February 9, 2023 11:08
Inactive
vercel
bot
temporarily deployed
to
Preview – human-protocol-escrow-dashboard
February 9, 2023 11:09
Inactive
portuu3
approved these changes
Feb 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #51
Closes #62
Closes #88
Update subgraph if necessary.Update ETH KVStore GUI if necessary.Update Escrow Dashboard if necessary.