Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
0cbe6a5
Update Aptos Service Protos
cawthorne Feb 25, 2026
3c118d4
Add LedgerVersion for Aptos ViewRequest
cawthorne Feb 26, 2026
5173874
aptos: add LedgerVersion RPC and plumb View ledger_version through lo…
cawthorne Feb 26, 2026
1747a3e
aptos: reconcile proto/service compatibility after rebase
cawthorne Feb 27, 2026
7b59660
Handle Bytes Transmitters from Capability Registry
cawthorne Mar 3, 2026
0aca580
aptos: remove EventsByHandle from common loop service
cawthorne Mar 10, 2026
e6c9084
aptos: regenerate proto stubs with upstream tool versions
cawthorne Mar 10, 2026
fdc7dba
aptos capability: restore existing generated client methods
cawthorne Mar 10, 2026
992f930
aptos: keep TxStatus submit API in minimal read split
cawthorne Mar 10, 2026
fb12e47
chore: regenerate aptos proto and aptos service mock
cawthorne Mar 10, 2026
e0d6ea7
capability: tighten transmitter hex decode and add tests
cawthorne Mar 10, 2026
bd12120
test: cover aptos relayer ledger version and view grpc path
cawthorne Mar 10, 2026
9f9e6d5
aptos capability: add ledger_version to ViewRequest
cawthorne Mar 10, 2026
f4a5399
deps: bump chainlink-protos/cre/go to merged main
cawthorne Mar 10, 2026
b3fdce1
capabilities: guard solana proto regen with missing source
cawthorne Mar 10, 2026
bfbf871
capabilities: commit regenerated aptos/evm client pb outputs
cawthorne Mar 10, 2026
bc3411a
Add shared ViewPayloadFromCapability for Aptos
cawthorne Mar 11, 2026
43ccc37
aptos: share write status and fee reply
cawthorne Mar 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/smartcontractkit/chain-selectors v1.0.89
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260315075612-521c1d565f4a
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
Expand Down
6 changes: 4 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

214 changes: 143 additions & 71 deletions pkg/capabilities/v2/chain-capabilities/aptos/client.pb.go

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions pkg/capabilities/v2/chain-capabilities/evm/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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