Skip to content

Commit

Permalink
specify the default loader, and move program-data
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Dec 17, 2024
1 parent c47359f commit f4f8ab7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions proposals/0204-slashable-event-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ activated the following behavior will be executed in the first block for the new
epoch:

1. Create a new program account at `S1ashing11111111111111111111111111111111111`
with an upgrade authority set to the system program
`11111111111111111111111111111111`
owned by the default upgradeable loader with an upgrade authority set to the
system program `11111111111111111111111111111111`

2. Verify that the program account
`8sT74BE7sanh4iT84EyVUL8b77cVruLHXGjvTyJ4GwCe` has a verified build hash of
Expand All @@ -56,6 +56,9 @@ epoch:
3. Copy the contents of `8sT74BE7sanh4iT84EyVUL8b77cVruLHXGjvTyJ4GwCe` into
`S1ashing11111111111111111111111111111111111`

4. Additionally copy the program-data account from `8sT74BE7sanh4iT84EyVUL8b77cVruLHXGjvTyJ4GwCe`
to the PDA for `S1ashing11111111111111111111111111111111111`

This is the only protocol change that clients need to implement. The remaining
proposal describes the function of this program, hereafter referred to as the
slashing program.
Expand Down

0 comments on commit f4f8ab7

Please sign in to comment.