Skip to content

Commit

Permalink
some updates to storage, still to be edited when implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren committed Jun 29, 2023
1 parent 8fc280b commit e131b0f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The stewards should be able to propose the burning of funds, but this hopefully

### VP checks

The VP must check that the steward's spending does not exceed the balance of the VP (in aggregate).
The VP must check that any spending in the form of `FundingProposals` or `StewardFundingProposal`s does not exceed the balance of the VP (in aggregate).

The VP must also check that any spending is only done by the active PGF stewards.
The VP must also check that any `StewardFundingProposal` spending is only done by the active PGF stewards.

## Storage

Expand All @@ -24,6 +24,7 @@ The VP must also check that any spending is only done by the active PGF stewards
Each recipient will be listed under this storage space (for cPGF)
- `/PGFAddress/cPGF_recipients/Address = Amount`
- `/PGFAddress/active_stewards/address = Address`

### Struct

```rust
Expand Down

0 comments on commit e131b0f

Please sign in to comment.