Commit d5e86c1
Chore: Bump ts sdk to latest version (wormhole-foundation#702)
* Chore: bump wormhole ts sdk to 3.4.3 and regen package lock
* Refactor: Remove unnecessary bun lock
* Fix: Remove resolutions, pin mysten/sui dep at root
* Chore: regen package lock
* Refactor: Remove unused json import - type is typecasted currently
* Fix: use IDL exported const
* Refactor: Update destination chain in transceiver message payload
* Refactor: update payloads and references to chainId 17
* Refactor: Fix broken tests due to sdk bump
* Chore: regen package lock
* Fix: remove export import for json
* Refactor: Move to require for json import to fix cjs/esm compatibility
* Fix: moduleResolution to bundler to allow for json import
* Fix: ts issue with side-effects.ts
* Refactor: Add manual increment to sign on evmsigner, fix ts issues
* Chore: Add spl-token-metadata to devDependencies
* Refactor: single quotes in evm signer
* Fix: conditional for increment and typecast
* Refactor: Remove accidental 'pending' in getNonce & safer type check
* Refactor: type check
* Add pending param to getNonce for sign()
* Refactor: wrap side-effects.ts in IIFE
* fix: update to 3.4.4 ts-sdk
* chore: Update to 3.5.0
* chore: regen lock
* Chore: regen lock for cli
---------
Co-authored-by: Priyajeet Hora <priyajeet@gmail.com>1 parent fc2784f commit d5e86c1
File tree
28 files changed
+11965
-9755
lines changed- .github/workflows
- cli
- src
- evm
- test
- payloads
- ts
- src
- sdk
- definitions
- __tests__
- src/layouts
- examples
- route
- solana
- modules/ntt-messages/src
- ts/sdk
- sui
- packages/ntt_common/sources/messages
- ts
28 files changed
+11965
-9755
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
This file was deleted.
0 commit comments