Skip to content

feat: testnet launch configuration#49

Merged
eomti-wm merged 8 commits intodevfrom
feat/testnet-launch-configuration
Jan 29, 2026
Merged

feat: testnet launch configuration#49
eomti-wm merged 8 commits intodevfrom
feat/testnet-launch-configuration

Conversation

@eomti-wm
Copy link
Contributor

Summary

Add testnet launch configuration and related changes for the StableNet testnet deployment.

Changes

Core Configuration

  • Genesis Configuration (core/stablenet_genesis.go)

    • Update genesis block configuration for testnet
    • Add 7 validators with corresponding BLS public keys
    • Adjust WBFT parameters (epoch length, quorum, etc.)
    • Configure system contracts (GovValidator, NativeCoinAdapter, GovMinter, GovMasterMinter, GovCouncil)
  • Chain Config (params/config.go)

    • Update chain parameters for testnet
  • Bootnodes (params/bootnodes.go)

    • Configure bootnode addresses for testnet

Refactoring

  • Rename native token from KRC1 to WKRC

CI/CD

  • Release Workflow (release.yml)
    • Automatically build and create draft release on v* tag push

Version

  • Bump version for testnet release

Tests

  • Regenerate ethtest chain data with hivechain
  • Update tracer testdata
  • Update ethapi testdata

eomti-wm and others added 7 commits January 28, 2026 19:24
- Update stablenet_genesis.go with testnet genesis configuration
- Configure testnet bootnodes in params/bootnodes.go
- Update chain config parameters in params/config.go
- Modify genesis related files for testnet support
- Update CLI flags and main.go for testnet commands
- Regenerate ethtest chain data with hivechain
- Update tracer testdata
- Update ethapi testdata
@eomti-wm eomti-wm added this to the Launch StableNet Testnet milestone Jan 28, 2026
@eomti-wm eomti-wm self-assigned this Jan 28, 2026
@eomti-wm eomti-wm added the stablenet feature feature for stable chain label Jan 28, 2026
Co-authored-by: mhha(WM) <82016792+0xmhha@users.noreply.github.com>
@0xmhha 0xmhha self-requested a review January 28, 2026 13:06
Copy link
Member

@0xmhha 0xmhha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@colinkim colinkim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eomti-wm eomti-wm merged commit 3d310a4 into dev Jan 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stablenet feature feature for stable chain

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants