Skip to content

Commit

Permalink
remove invoke context implementation details
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Mar 26, 2024
1 parent f5b9bc4 commit 305babc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions proposals/0133-syscall-get-epoch-stake.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ an access violation.
If the provided vote address corresponds to an account that is not a vote
account or does not exist, the syscall will write `0` for active stake.

The `InvokeContext` must be modified to store a pointer to the epoch's current
stake, which will be used to obtain the query response for the syscall. The
epoch's current stake should be a collection of fixed-size elements of the
following structure:

- 32 bytes for the vote address.
- 8 bytes for the delegated stake.


## Impact

This new syscall directly unlocks highly relevant network data for a wide range
Expand Down

0 comments on commit 305babc

Please sign in to comment.