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

BLOCKCHAIN-463 - Judiciary Phase 1 #388

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

kacperzuk-neti
Copy link
Collaborator

@kacperzuk-neti kacperzuk-neti commented Jun 20, 2024

Process from merging to forcing move of some staked llm on real chain:

  1. Release new runtime version, upgrade the chain
  2. Deploy the contract with the initial set of judges
  3. sudo call llm.setCourts, providing address of the contract as a court
  4. First judge calls propose with Proposal::LLMForceTranfer {...} on the contract
  5. Remaining judges (as many as required by the configured threshold) call approve
  6. Proposal will execute automatically when threshold is reached.

@kacperzuk-neti kacperzuk-neti self-assigned this Jun 20, 2024
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch 3 times, most recently from 8a0d625 to 8dd2b2b Compare June 20, 2024 20:36
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch 5 times, most recently from ef6c3d9 to d05db42 Compare June 21, 2024 15:39
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch from 7234ccc to c8068f7 Compare June 25, 2024 13:10
@kacperzuk-neti kacperzuk-neti marked this pull request as ready for review June 25, 2024 13:43
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch from c8068f7 to 7e7c27c Compare July 1, 2024 14:09
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch 2 times, most recently from 0e96933 to ae6a86f Compare July 23, 2024 10:15
@kacperzuk-neti kacperzuk-neti force-pushed the BLOCKCHAIN-463/judiciary-phase-1 branch from ae6a86f to 93c0ea2 Compare July 23, 2024 11:04

#[frame_support::pallet]
#[frame_support::pallet(dev_mode)] // FIXME
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@DorianSternVukotic DorianSternVukotic merged commit 63e33a6 into develop Aug 9, 2024
5 checks passed
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.

2 participants