-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Milestone
Description
Couple of improvements (eg: https://github.com/zeta-chain/protocol-private/issues/182 https://github.com/zeta-chain/protocol-private/issues/186) would require extending PDA with new fields.
Purpose of this issue is to investigate and create POC/e2e test for adding new fields to PDA (eg: bump). Possible solutions:
-
use realloc https://solana.com/developers/courses/program-optimization/program-architecture#account-flexibility-and-future-proofing - this looks like a preferred approach
-
migrate to new
PDA- seems more involved and not needed for now at least, it would mean thatPDAhave different address, moving all funds to newPDAetc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels