wormhole/sdk
Nikhil Suri ee7d0765f9
sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590)
* 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>
2023-05-12 06:11:21 -04:00
..
js sdk/js: fix `publishTokenBridgeUpgradeContract` 2023-05-03 14:57:45 -04:00
js-proto-node rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-proto-web rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590) 2023-05-12 06:11:21 -04:00
vaa sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590) 2023-05-12 06:11:21 -04:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go sui: update devnet addresses 2023-05-02 15:14:23 -04:00
go.mod node: update golang to 1.20 from 1.19 2023-05-12 05:59:53 -04:00
go.sum accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
mainnet_consts.go Node: Add Sui mainnet support (#2826) 2023-05-02 09:24:57 -05:00
p2p_consts.go wormchain: add admin-sign command to continue wormchain validator enrollment 2022-11-30 09:23:19 -06:00
testnet_consts.go node: sei testnet support (#2660) 2023-04-18 09:34:01 -04:00

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.