-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: large incoming messages (#571)
* chore(wip): remove IncomingMessageWrapper type * chore: fix some tests * feat: new instructions and their build functions * feat: initialize message payload * chore: refactor initialize message payload test * chore: minor updates * feat: write to message payload pda * feat: close message payload account * feat: commit message payload and MessagePayload struct * refactor: message payload assertions * doc: rewrite "buffer account" -> "message payload account" * chore: post merge fixes * chore: more post merge fixes * chore: even more post change fixes * chore: project wide check and fmt * chore: don't touch IncomingMessage PDA within MessagePayload ixs * chore: don't pass bump seed as an argument * chore: remove unused todo * refactor: use GatewayError + ValidPDA for MessagePayload * docs: update required accounts for MessagePayload instructions * chore: add initialization checks for the MessagePayload PDA * fix: relayer error test
- Loading branch information
Showing
25 changed files
with
1,169 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.