wormhole/sdk
bruce-riley 3a9dfd968b
NTT / Acct / Node: Guardian support (#3815)
* NTT/Acct/Node: Guardian changes

* Add per-emitter enforcement

* complete ntt accountant integration tests and run in parallel

* Minor tweaks

* Increase delay in tests

* fix accountant ci check

* Add CI AR address

* update prefixes

* increase timeout

* update ntt transfer wire format

* Code review rework from PR #3800

* Up tilt timeout

* Allow NTT accountant without base accountant

* Define known automatic relayer emitters

* Code review rework

---------

Co-authored-by: Evan Gray <battledingo@gmail.com>
2024-03-08 07:52:12 -06:00
..
js NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -06:00
js-proto-node sdk: proto bump 2023-11-28 12:38:48 -05:00
js-proto-web sdk: proto bump 2023-11-28 12:38:48 -05:00
js-query NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -06:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust sdk/rust: shared accountant ModificationKind 2024-03-07 11:04:06 -05:00
vaa node: Added RecoverChainId governance support 2024-02-06 16:49:20 -05:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -06:00
go.mod wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
go.sum wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
mainnet_consts.go NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -06: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 NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -06: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.