Skip to content

Commit

Permalink
Merge branch 'main' into joel/wormchain-v0.47.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 authored Oct 24, 2024
2 parents 81a7c59 + 5b2545e commit fa93343
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@
## Documentation

/docs @evan-gray @SEJeff @bruce-riley

## Audit Reports

/audits @djb15 @SEJeff @johnsaigle @mdulin2 @pleasew8t
1 change: 1 addition & 0 deletions node/cmd/spy/spy.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ func runSpy(cmd *cobra.Command, args []string) {
gst,
rootCtxCancel,
p2p.WithSignedVAAListener(signedInC),
p2p.WithComponents(components),
)
if err != nil {
return err
Expand Down
3 changes: 2 additions & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ wormhole.
* [sdk/](./): Go SDK. This package must live in this directory so that clients can use the
`github.com/wormhole-foundation/wormhole/sdk` import path.
* [vaa/](./vaa/): Go package for using VAAs (Verifiable Action Approval).
* [js/](./js/README.md): Javascript SDK.
* [js/](./js/README.md): Legacy JavaScript SDK (**Deprecated and Unsupported**)
* Please use the new Wormhole TypeScript SDK instead: [`@wormhole-foundation/sdk`](https://github.com/wormhole-foundation/wormhole-sdk-ts)
* [js-proto-node/](./js-proto-node/README.md): NodeJS client protobuf.
* [js-proto-web/](./js-proto-web/README.md): Web client protobuf.
* [js-wasm/](./js-wasm/README.md): WebAssembly libraries.
Expand Down
7 changes: 5 additions & 2 deletions sdk/js/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Wormhole SDK
# Wormhole Legacy SDK (Deprecated)

> Note: This is a pre-alpha release and in active development. Function names and signatures are subject to change.
> [!CAUTION]
> **This SDK is Deprecated and Unsupported**
>
> Please use the new Wormhole TypeScript SDK instead: [`@wormhole-foundation/sdk`](https://github.com/wormhole-foundation/wormhole-sdk-ts)
## What is Wormhole?

Expand Down

0 comments on commit fa93343

Please sign in to comment.