Skip to content

feat: add Aptos ChainRef ids (mainnet + testnet)#164

Merged
a10zn8 merged 1 commit into
masterfrom
feat/add-aptos-chain
Jun 30, 2026
Merged

feat: add Aptos ChainRef ids (mainnet + testnet)#164
a10zn8 merged 1 commit into
masterfrom
feat/add-aptos-chain

Conversation

@a10zn8

@a10zn8 a10zn8 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Adds two entries to the ChainRef enum in proto/common.proto:

  • CHAIN_APTOS__MAINNET = 1168;
  • CHAIN_APTOS__TESTNET = 10203;

Both values were verified unused and follow the existing mainnet (11xx) / testnet (102xx) convention. They match the grpcIds added to chains.yaml in drpcorg/public#235.

Consumed by nodecore's Aptos support: drpcorg/nodecore#237 (its CI is blocked until this lands and the submodule pointer is bumped).

🤖 Generated with Claude Code

CHAIN_APTOS__MAINNET = 1168, CHAIN_APTOS__TESTNET = 10203.
Consumed by nodecore's Aptos REST support (drpcorg/nodecore#237).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@a10zn8
a10zn8 merged commit 5191731 into master Jun 30, 2026
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jun 30, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jun 30, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jun 30, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jul 6, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jul 10, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a10zn8 added a commit to drpcorg/nodecore that referenced this pull request Jul 14, 2026
- pkg/chains/public -> eae5cb9 (drpcorg/public#235: aptos chain + 100ms block time)
- emerald-grpc      -> 5191731 (drpcorg/emerald-grpc#164: APTOS ChainRef ids)

Unblocks CI on #237: chains_data.go now regenerates with the APTOS /
APTOS_TESTNET enum constants from the updated chains.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant