Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8aa26f1
Update Aptos Service Protos
cawthorne Feb 25, 2026
331a1e5
Add LedgerVersion for Aptos ViewRequest
cawthorne Feb 26, 2026
ffa37f1
aptos: add LedgerVersion RPC and plumb View ledger_version through lo…
cawthorne Feb 26, 2026
7fda75d
aptos: reconcile proto/service compatibility after rebase
cawthorne Feb 27, 2026
d263db3
Handle Bytes Transmitters from Capability Registry
cawthorne Mar 3, 2026
cef42a8
Merge branch 'main' into feature/aptos-local-cre-minimal
cawthorne Mar 10, 2026
7e47b5e
aptos: remove EventsByHandle from common loop service
cawthorne Mar 10, 2026
13d99da
aptos: regenerate proto stubs with upstream tool versions
cawthorne Mar 10, 2026
7f43bb2
aptos capability: restore existing generated client methods
cawthorne Mar 10, 2026
1a13fdc
aptos: keep TxStatus submit API in minimal read split
cawthorne Mar 10, 2026
e835cb9
chore: regenerate aptos proto and aptos service mock
cawthorne Mar 10, 2026
a2589e6
capability: tighten transmitter hex decode and add tests
cawthorne Mar 10, 2026
c991b6f
test: cover aptos relayer ledger version and view grpc path
cawthorne Mar 10, 2026
7a83532
aptos capability: add ledger_version to ViewRequest
cawthorne Mar 10, 2026
ca31c54
deps: bump chainlink-protos/cre/go to merged main
cawthorne Mar 10, 2026
79d6350
capabilities: guard solana proto regen with missing source
cawthorne Mar 10, 2026
f59b6dc
capabilities: commit regenerated aptos/evm client pb outputs
cawthorne Mar 10, 2026
1eac473
Add shared ViewPayloadFromCapability for Aptos
cawthorne Mar 11, 2026
d725698
Merge branch 'main' into feature/aptos-local-cre-minimal
cawthorne Mar 11, 2026
15c3e7c
Merge branch 'main' into feature/aptos-local-cre-minimal
cawthorne Mar 11, 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-20260310142526-ecda729848f6
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4 h1:GCzrxDWn3b7jFfEA+WiYRi8CKoegsayiDoJBCjYkneE=
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4/go.mod h1:HHGeDUpAsPa0pmOx7wrByCitjQ0mbUxf0R9v+g67uCA=
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396 h1:03tbcwjyIEjvHba1IWOj1sfThwebm2XNzyFHSuZtlWc=
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396/go.mod h1:Jqt53s27Tr0jDl8mdBXg1xhu6F8Fci8JOuq43tgHOM8=
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260310142526-ecda729848f6 h1:i15omvye/jtFlD48hqR88xt4bFcxMJqevNTJU1dgOQQ=
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260310142526-ecda729848f6/go.mod h1:Jqt53s27Tr0jDl8mdBXg1xhu6F8Fci8JOuq43tgHOM8=
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b h1:QuI6SmQFK/zyUlVWEf0GMkiUYBPY4lssn26nKSd/bOM=
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b/go.mod h1:qSTSwX3cBP3FKQwQacdjArqv0g6QnukjV4XuzO6UyoY=
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b h1:36knUpKHHAZ86K4FGWXtx8i/EQftGdk2bqCoEu/Cha8=
Expand Down
15 changes: 13 additions & 2 deletions pkg/capabilities/v2/chain-capabilities/aptos/client.pb.go

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

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