Skip to content

wormhole-foundation

Infrastructure · Utility

Verified Builder

A reference implementation for the Wormhole blockchain interoperability protocol.

ShippingLast ship 6h ago

Latest ship

Active development: 71 commits across 12 contributors

Code ActivitySource linked

37 active day(s) in wormhole-foundation/wormhole.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 16 commits across 6 contributors

    Code ActivitySource linked

    12 active day(s) in wormhole-foundation/wormhole-sdk-ts.

    View evidence
  2. v2.67.0 Robinhood chain mainnet

    Github ReleaseSource verified

    ## Key changes This release adds Robinhood mainnet support. To enable it, use the following config options: ``` --robinhoodChainRPC YOUR_RPC --robinhoodChainContract 0x141fBa8AD5D61bdaB45A047cF60b5Ad9784987FB //this is MAINNET ``` ## What's Changed * feat: Robinhood chain Mainnet by @douglasgalico in https://github.com/wormhole-foundation/wormhole/pull/4920 * node(governor): Update manual tokens by @johnsaigle in https://github.com/wormhole-foundation/wormhole/pull/4928 * guardianset: add delegated guardian set config 7&8&9 proto file and VAA by @aadam-10 in https://github.com/wormhole-foundat

    View evidence
  3. 6.1.5

    Github ReleaseSource verified

    ## What's Changed * feat: robinhood chain - mainnet by @douglasgalico in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1031 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.1.4...6.1.5

    View evidence
  4. v2.66.0 Tron mainnet

    Github ReleaseSource verified

    ## Key changes This release adds Tron mainnet support. To enable it, use the following config options: ``` --tronRPC YOUR_RPC --tronContract 0x3e7d05181025c985603960e6b2f7008f98b95659 //this is MAINNET ``` Note: the Tron-compatible (base58) address of the core bridge is TFfcfVDaHZNUYZ1nAv3oqgiPeSqpDEUzzD: https://tronscan.org/contract/TFfcfVDaHZNUYZ1nAv3oqgiPeSqpDEUzzD But the node expects the address in the Ethereum hex format. ## What's Changed * node: Accountant audit improvements by @djb15 in https://github.com/wormhole-foundation/wormhole/pull/4839 * meta: Update contribution policy by @j

    View evidence
  5. 6.1.4

    Github ReleaseSource verified

    ## What's Changed * fix: hydration finality and explorer by @M-Picco in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1028 * feat: add hydration executor address by @M-Picco in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1030 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.1.3...6.1.4

    View evidence
  6. v2.65.0 Hydration mainnet

    Github ReleaseSource verified

    ## Key changes **0g governor changes** This release increases the daily governor limit for 0g to 50k from 10k. **Hydration mainnet support** This release adds support for Hydration mainnet. To enable it, use the following config options: ``` --hydrationRPC YOUR_RPC --hydrationContract 0x3792a6d63c31941B2805181771795D9176fA82A1 //this is MAINNET ``` ## What's Changed * node: Governor token list update by @djb15 in https://github.com/wormhole-foundation/wormhole/pull/4868 * Update codeowners for go.sum by @pleasew8t in https://github.com/wormhole-foundation/wormhole/pull/4872 * docs: Add guideli

    View evidence
  7. 6.1.3

    Github ReleaseSource verified

    ## What's Changed * feat: add hydration chain id and addresses by @M-Picco in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1026 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.1.2...6.1.3

    View evidence
  8. 6.1.2

    Github ReleaseSource verified

    ## What's Changed * fix: attempt to fix retry unhandled exception by @priyajeet in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1024 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.1.1...6.1.2

    View evidence
  9. 6.1.1

    Github ReleaseSource verified

    ## What's Changed * fix: update executor token bridge address by @connorstake in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1023 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.1.0...6.1.1

    View evidence
  10. 6.1.0

    Github ReleaseSource verified

    ## What's Changed * fix: replace live-RPC Sui core bridge test with stubbed gRPC unit test by @connorstake in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1022 * update redeployed 0g mainnet executor by @connorstake in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1021 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/6.0.0...6.1.0

    View evidence
  11. 6.0.0

    Github ReleaseSource verified

    ## What's Changed * feat!: remove AutomaticTokenBridge route by @kev1n-peters in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1020 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.2.0...6.0.0

    View evidence
  12. 6.0.0-beta.0

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.2.0...6.0.0-beta.0

    View evidence
  13. v2.64.0

    Github ReleaseSource verified

    ## Key changes **Sui gRPC support** This release updates the Sui watcher to use Sui's new gRPC service, as json-rpc is being deprecated at the end of June 2026. For a migration guide, refer to https://docs.sui.io/develop/accessing-data/json-rpc-migration. Guardians must update their `suiRPC` config option to point to the new gRPC service on their Sui nodes. Recommendation: create a self-signed TLS certificate, set up nginx as a reverse proxy, and add the certificate to the trusted store on the guardian server. **Arc support** This release adds support for Arc testnet and mainnet. To enable mai

    View evidence
  14. 5.2.0

    Github ReleaseSource verified

    ## What's Changed * fix: forward Sui httpHeaders to the gRPC transport (SuiGrpcClient dro… by @kev1n-peters in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1018 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.1.0...5.2.0

    View evidence
  15. 5.1.0

    Github ReleaseSource verified

    ## What's Changed * feat: arc mainnet by @douglasgalico in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1017 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.0.0...5.1.0

    View evidence
  16. 5.0.0

    Github ReleaseSource verified

    ## What's Changed * feat: migrate Sui to @mysten/sui v2 (gRPC) and make the SDK ESM-only by @kev1n-peters in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1013 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.24.0...5.0.0

    View evidence
  17. 5.0.0-beta.3

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.0.0-beta.2...5.0.0-beta.3

    View evidence
  18. 5.0.0-beta.2

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.24.0...5.0.0-beta.2

    View evidence
  19. 4.24.0

    Github ReleaseSource verified

    ## What's Changed * ci: bump claude-code-action to v1.0.74 (CVE-2026-47751) by @connorstake in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1016 * feat: add Arc testnet USDC contract for CCTP by @connorstake in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1015 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.23.0...4.24.0

    View evidence
  20. 5.0.0-beta.1

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/5.0.0-beta.0...5.0.0-beta.1

    View evidence
  21. 4.23.0

    Github ReleaseSource verified

    ## What's Changed * feat: arc testnet support by @douglasgalico in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1014 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.22.0...4.23.0

    View evidence
  22. 5.0.0-beta.0

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.22.0...5.0.0-beta.0

    View evidence
  23. 4.22.0

    Github ReleaseSource verified

    ## What's Changed * feat: migrate ExecutorTokenBridge route to V2 helper contracts by @kev1n-peters in https://github.com/wormhole-foundation/wormhole-sdk-ts/pull/1010 **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.21.0...4.22.0

    View evidence
  24. 4.22.0-beta.0

    Github ReleaseSource verified

    **Full Changelog**: https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/4.21.0...4.22.0-beta.0

    View evidence

Research notes

Written by HEY researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on wormhole-foundation yet.

    Know something about wormhole-foundation? Sign in with GitHub to submit a research note. Notes are reviewed before they appear here.

    Sources