Skip to content

Commit a1e4547

Browse files
committed
aptos: add Aptos service protos, LedgerVersion, and loop/relayerset adapters
- Aptos service protos and LedgerVersion RPC - Loop relayer and relayerset Aptos adapters - Capability registry transmitter hex decode and tests - ViewPayloadFromCapability and capability_convert helpers - Solana proto regen guard for missing source - Generated mocks and types
1 parent 8651b60 commit a1e4547

17 files changed

Lines changed: 860 additions & 113 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
//go:generate go run ../../gen --pkg=github.com/smartcontractkit/chainlink-common/pkg/capabilities/v2/chain-capabilities/solana --file=capabilities/blockchain/solana/v1alpha/client.proto
1+
// TODO(CRE-): Re-enable Solana proto regeneration once chainlink-protos/cre/go
2+
// embeds capabilities/blockchain/solana/v1alpha/client.proto again.
3+
//go:generate echo "skipping solana proto regen: source proto not available in chainlink-protos/cre/go"
24
package solana

0 commit comments

Comments
 (0)