ee7d0765f9
* sdk: add new governance VAA for IbcReceiverUpdateChainConnection * Enforce connectionId to be 64 bytes, add tests in rust sdk * Update PrependBufferBytesFixed to LeftPadBytes, add template function + command for IBC governance VAA * Add >64 length check for ibcReceiverUpdateChainConnectionConnectionId in runIbcReceiverUpdateChainConnectionTemplate command * Update naming of governance VAA to reflect new mapping of channelId -> chainId * Add TargetChainID to admin commands * Node: Add IBC update channel to admin verify cmd --------- Co-authored-by: Bruce Riley <briley@jumptrading.com> |
||
---|---|---|
.. | ||
js | ||
js-proto-node | ||
js-proto-web | ||
js-wasm | ||
rust | ||
vaa | ||
README.md | ||
devnet_consts.go | ||
go.mod | ||
go.sum | ||
mainnet_consts.go | ||
p2p_consts.go | ||
testnet_consts.go |
README.md
Wormhole Software Development Kit
This directory contains libraries in various languages for developing software that interacts with wormhole.
Directory Structure
- sdk/: Go SDK. This package must live in this directory so that clients can use the
gitub.com/wormhole-foundation/wormhole/sdk
import path. - vaa/: Go package for using VAAs (Verifiable Action Approval).
- js/: Javascript SDK.
- js-proto-node/: NodeJS client protobuf.
- js-proto-web/: Web client protobuf.
- js-wasm/: WebAssembly libraries.
- rust/: Rust SDK.