Skip to content

Add canonical finalized native RPC#22

Merged
JROChub merged 1 commit into
mainfrom
feat/canonical-native-rpc
Jun 5, 2026
Merged

Add canonical finalized native RPC#22
JROChub merged 1 commit into
mainfrom
feat/canonical-native-rpc

Conversation

@JROChub

@JROChub JROChub commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a persistent canonical native chain and finalized JSON-RPC for chain ID 177155
  • verify EIP-1559 signatures on every validator and finalize blocks with strict-majority quorum certificates
  • add deterministic state roots, replay validation, vote locks, replica catch-up, historical finalized reads, health checks, and metrics
  • remove retired VPS addresses and document honest operational constraints
  • add a repeatable three-validator test including a late replica catch-up

Scope and constraints

  • fixed validator set committed at genesis
  • deterministic leader per height; no view-change protocol yet
  • native whole-token transfers only; contract execution is explicitly unsupported
  • zero native execution fee

Verification

  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-targets --locked
  • cargo test --all-targets --features net --locked
  • scripts/test_native_rpc_cluster.sh
  • python3 scripts/test_rpc_check.py
  • bash scripts/test_cli.sh
  • cargo package --allow-dirty --locked
  • docker compose config
  • local live RPC probe for chain ID 177155

@JROChub JROChub merged commit 8d9347c into main Jun 5, 2026
1 check passed
@JROChub JROChub deleted the feat/canonical-native-rpc branch June 5, 2026 21:30
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