-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solana: Multi Transceiver Support (#528)
* Refactor `src/transceivers/*` and `src/messages.rs` from Manager into `ntt-transceiver` program * Add zero-copy deserialization helpers for `ValidatedTransceiverMessage` in Manager * Update transceiver's `release_outbound` ix to CPI into Manager's `mark_outbox_item_as_released` ix * Update `Makefile` to remove generics (if exists) from all programs * Update SDK interfaces to be more generic and add backwards-compatibility wrappers * Bump IDL to version 3.0.0
- Loading branch information
Showing
57 changed files
with
14,627 additions
and
3,080 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
Oops, something went wrong.