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

Staking/Slashing on Abuse #87

Merged
merged 266 commits into from
Feb 9, 2023
Merged

Staking/Slashing on Abuse #87

merged 266 commits into from
Feb 9, 2023

Conversation

leric7
Copy link
Collaborator

@leric7 leric7 commented Dec 20, 2022

Closes #51
Closes #62
Closes #88

  • Update core smart contracts.
  • Update Python SDK.
  • Update Node.js SDK.
  • Update Fortune.
  • Update subgraph if necessary.
  • Update ETH KVStore GUI if necessary.
  • Update Escrow Dashboard if necessary.

leric7 and others added 22 commits December 15, 2022 16:07
* 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 <[email protected]>

* Revert "feat: Add staking/slashing mechanism (#58)"

This reverts commit 25ba622.

* remove counter from Launched event

Co-authored-by: portuu3 <[email protected]>
Co-authored-by: portuu3 <[email protected]>
@vercel
Copy link

vercel bot commented Dec 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
eth-kvstore-gui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
exchange-oracle ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
fortune-exchange-mumbai ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
fortune-launcher-mumbai 🔄 Building (Inspect) Visit Preview Feb 9, 2023 at 11:11AM (UTC)
fortune-recording-oracle-mumbai 🔄 Building (Inspect) Visit Preview Feb 9, 2023 at 11:11AM (UTC)
fortune-reputation-oracle-mumbai ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
human-protocol-escrow-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
job-launcher-client ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
job-launcher-server ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)
recording-oracle ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 9, 2023 at 11:11AM (UTC)

@vercel vercel bot temporarily deployed to Preview – fortune-launcher-mumbai December 20, 2022 22:54 Inactive
@vercel vercel bot temporarily deployed to Preview – fortune-exchange-mumbai December 20, 2022 22:55 Inactive
@vercel vercel bot temporarily deployed to Preview – eth-kvstore-gui December 20, 2022 23:00 Inactive
@vercel vercel bot temporarily deployed to Preview – fortune-recording-oracle-mumbai December 20, 2022 23:03 Inactive
@vercel vercel bot temporarily deployed to Preview – fortune-reputation-oracle-mumbai December 20, 2022 23:06 Inactive
@vercel vercel bot temporarily deployed to Preview – human-protocol-escrow-dashboard December 20, 2022 23:08 Inactive
@vercel vercel bot temporarily deployed to Preview – human-protocol-escrow-dashboard February 9, 2023 10:08 Inactive
@vercel vercel bot temporarily deployed to Production – recording-oracle February 9, 2023 10:09 Inactive
@vercel vercel bot temporarily deployed to Preview – eth-kvstore-gui February 9, 2023 10:12 Inactive
@vercel vercel bot temporarily deployed to Production – exchange-oracle February 9, 2023 10:13 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-reputation-oracle-mumbai February 9, 2023 10:13 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-client February 9, 2023 10:14 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-exchange-mumbai February 9, 2023 10:14 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-server February 9, 2023 10:15 Inactive
@vercel vercel bot temporarily deployed to Production – exchange-oracle February 9, 2023 10:27 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-client February 9, 2023 10:27 Inactive
@vercel vercel bot temporarily deployed to Production – recording-oracle February 9, 2023 10:28 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-reputation-oracle-mumbai February 9, 2023 10:28 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-server February 9, 2023 10:29 Inactive
@vercel vercel bot temporarily deployed to Preview – eth-kvstore-gui February 9, 2023 10:30 Inactive
@vercel vercel bot temporarily deployed to Preview – human-protocol-escrow-dashboard February 9, 2023 10:30 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-exchange-mumbai February 9, 2023 10:31 Inactive
@vercel vercel bot temporarily deployed to Production – recording-oracle February 9, 2023 11:06 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-client February 9, 2023 11:07 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-exchange-mumbai February 9, 2023 11:07 Inactive
@vercel vercel bot temporarily deployed to Production – fortune-reputation-oracle-mumbai February 9, 2023 11:08 Inactive
@vercel vercel bot temporarily deployed to Preview – human-protocol-escrow-dashboard February 9, 2023 11:09 Inactive
@vercel vercel bot temporarily deployed to Production – exchange-oracle February 9, 2023 11:09 Inactive
@vercel vercel bot temporarily deployed to Production – job-launcher-server February 9, 2023 11:10 Inactive
@vercel vercel bot temporarily deployed to Preview – eth-kvstore-gui February 9, 2023 11:11 Inactive
@portuu3 portuu3 merged commit c460cc1 into main Feb 9, 2023
@flopez7 flopez7 deleted the feat/staking-slashing branch March 7, 2023 13:28
portuu3 pushed a commit that referenced this pull request Jun 28, 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
6 participants