Justin Schuldt
d69ad85994
sdk/js - add getSignedBatchVAA and bump version ( #1594 )
2022-09-15 11:03:26 -05:00
Chirantan Ekbote
12459c4a2a
Add a wormhole go sdk
...
The wormhole sdk is a new go module in the sdk/ directory. This
initially contains the *_consts.go files from the common package in the
top-level sdk package and the entire vaa package as a sub-package.
For go reasons this needs to be in the sdk directory itself (rather than
a sdk/go subdir). To prevent the go tooling from looking into the other
non-go subdirs, add an empty go.mod file in each one. See
golang issue 42965 for more details on why we can't have nice
things (I'm deliberately not linking to stop github from spamming that
issue).
2022-09-15 14:35:46 +01:00
Josh Siegel
e0843bf2bc
near/watcher_fix: improve metrics
2022-09-14 09:22:25 -05:00
Justin Schuldt
a4e395ada7
sdk/js-proto-* - bump version to 0.0.5 ( #1569 )
2022-09-14 04:33:11 -05:00
Josh Siegel
3288b0abb7
near/dust: Fix dust underflow
2022-09-12 14:00:03 -05:00
jumpsiegel
8dc459b550
near/getNearEmitter: add getEmitterAddressNear ( #1519 )
2022-09-06 08:04:15 -05:00
Kevin Peters
eeb1682fba
sdk/js-proto*: 0.0.4 version bump
2022-09-02 18:16:39 -04:00
Josh Siegel
e4cbb67dc0
near/transfer-test: transfer test and sdk fix
2022-08-30 15:14:55 -05:00
Evan Gray
f28e39c490
certusone -> wormhole-foundation
2022-08-26 12:48:14 -04:00
bruce-riley
4a42c29c0f
Near mainnet deploy ( #1467 )
...
* Initial commit
* Updated mainnet_tokens with Near token
* Near CLI changes
* More CLI tweaks
* Revert ethers in cli
* Fix lint error
* Testnet emitter is wrong
Co-authored-by: Christine Eun <ceun@jumptrading.com>
2022-08-26 12:46:37 -04:00
Josh Siegel
a752e1309c
near/audit: audit feedback
2022-08-25 09:16:32 -05:00
Josh Siegel
0ecbe74a79
near/sdk: remove unused import @ gusc1a-ossdev-jsl5
2022-08-24 14:28:25 -05:00
Josh Siegel
93212bd4f6
near/sdk: remove line @ gusc1a-ossdev-jsl5
2022-08-24 14:28:25 -05:00
Josh Siegel
dd63311d56
near/sdk: remove near util @ gusc1a-ossdev-jsl5
2022-08-24 14:28:25 -05:00
Josh Siegel
0cca6c7659
sdk/js: near support
2022-08-24 14:28:25 -05:00
Csongor Kiss
cf5c390fc6
sdk/js: Use is_vaa_redeemed query in getIsTransferCompletedTerra2
...
This does not require a transaction simulation, and should serve as the
basis for future cosmwasm sdk functions in the `getIsTransferCompleted*`
family.
2022-08-22 16:30:23 +02:00
bruce-riley
15a0f8c86f
New contract addresses ( #1440 )
2022-08-17 11:20:42 -05:00
Stan Drozd
18eac4e3d3
solana: bump: Rust nightly-2022-07-12, SOL SDK v1.10.31, rust container 1.60
...
solana: use prebuild docker image for 1.10.31
solana: use the right rust version
from https://github.com/solana-labs/solana/blob/v1.10.31/ci/rust-version.sh
nft_bridge: TransportError -> BanksClientError
solana/Dockerfile.wasm: Use rust-toolchain instead of rustup
2022-08-17 15:30:01 +01:00
Paul Noel
eae0b51d37
Algorand mainnet deploy ( #1434 )
...
* algorand mainnet deploy
* Changes to sdk/js
* Update sdk changlog
Co-authored-by: Bruce Riley <briley@jumptrading.com>
2022-08-16 10:14:48 -05:00
kev1n-peters
9bb598d949
sdk/js: Added getGovernorIsVAAEnqueued functions ( #1410 )
2022-08-10 17:11:58 -05:00
Csongor Kiss
aea76be327
terra: Ensure that recipient address is 32 bytes.
...
Before this check, users were able to lose funds by sending money to an
address that's shorter than 32 bytes.
This commit is essentially a backport of the fix from the new cosmwasm contract.
2022-08-08 12:12:14 -05:00
bruce-riley
f0b7225591
Pythnet mainnet deploy ( #1388 )
2022-08-04 09:51:38 -05:00
Kevin Peters
910eb0f3e0
fix terra classic native token parsing
...
when a native denom is received (complete transfer native),
check if the token chain is terra classic
2022-08-03 12:02:02 -05:00
Kevin Peters
a9b05d8868
sdk/js: 0.6.0 version bump and formatting changes
2022-08-01 12:33:53 -04:00
Chirantan Ekbote
f64703c815
sdk/js: Add wormhole chain
2022-08-01 12:33:53 -04:00
Chirantan Ekbote
13a18d2f7e
sdk/js: Move address functions to cosmos package
...
`canonicalAddress` and `humanAddress` are useful functions for all
cosmos chains so move it into a new cosmos package. This also means we
need to stop hardcoding "terra" in `humanAddress` and take the human
readable part as a parameter instead.
2022-08-01 12:33:53 -04:00
Evan Gray
e0fd3e788f
node: pythnet testnet support ( #1380 )
2022-07-28 12:30:00 -05:00
Bruce Riley
d010f0d430
Deploy read only moonbeam
2022-07-21 16:23:08 -04:00
Bruce Riley
d40f969d47
Deploy read only chains
2022-07-21 09:17:29 -04:00
Evan Gray
577d9b35f8
sdk/js: parallelize tests
2022-07-19 19:43:41 -04:00
bruce-riley
53efeb8c87
Add read only chain IDs ( #1370 )
...
* Add read only chain IDs
* Should be treated as EVMs
2022-07-19 14:05:40 -04:00
Evan Gray
90fe03012a
tilt: build ci earlier
2022-07-15 14:36:46 -04:00
Evan Gray
91f9a13ae0
sdk/js: remove logs in tests
2022-07-15 14:36:46 -04:00
Josh Siegel
caeea358d8
Stub out injective, osmosis, sui, and aptos
2022-07-15 10:45:30 -04:00
Evan Gray
061244dc17
sdk/js: publish separate wasm package
2022-07-13 10:04:23 -04:00
Evan Gray
37c20b547a
sdk/js: publish separate proto packages
2022-07-13 10:04:23 -04:00
Csongor Kiss
47318c2a03
solana: Add "msg.sender" and remove fee from payload3 ( #1279 )
...
* solana: Add "msg.sender" and remove fee from payload3
* solana: update payload3 instruction to include the sender account
* solana: allow sending payload 3s to program ids directly
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-06-30 18:37:46 +01:00
Evan Gray
c145e9350b
sdk/js: fix converting native terra2 20-byte addrs
2022-06-24 17:52:17 -04:00
Kevin Peters
3028b81d63
sdk/js: Terra2 integration tests
2022-06-24 16:37:22 -04:00
Evan Gray
3a20c774f0
sdk/js: add terra2 mainnet address
2022-06-22 12:13:17 -04:00
Csongor Kiss
297ab6fd61
sdk/js: remove fee from payload3
2022-06-21 22:35:49 -04:00
Evan Gray
df3219e0f7
sdk/js: add terra2 testnet addrs
2022-06-21 17:30:56 -04:00
Evan Gray
3dc0bac63f
sdk/js: terra2 support
...
Co-authored-by: Kevin Peters <kpeters@jumptrading.com>
2022-06-21 17:30:56 -04:00
Josh Siegel
3fcb35132c
payload3_xl: add new payload3 sender into the fee field
2022-06-21 12:44:55 -05:00
Josh Siegel
1103a23e87
Prevent attestation of wormhole assets on algorand
2022-06-21 10:22:09 -05:00
Josh Siegel
03487819ae
const is shadowing creator variable
2022-06-20 06:19:28 -05:00
Josh Siegel
69b2cba3ca
wasm-fix: Fixing more build errors @ gusc1a-ossdev-jsl5
2022-06-14 16:20:19 -04:00
Evan Gray
f5aad60600
sdk/js: support surprise new wasm parameters
2022-06-14 16:20:19 -04:00
bruce-riley
24c5b17267
Neon to testnet ( #1262 )
...
* WIP: neon
* Watcher support
* Use eth_getLogs for Neon
* bridge_ui: update sdk version
* Setting WETH address for Neon
* Portal bridge support for WNEON
* relayer: update sdk
Co-authored-by: Evan Gray <battledingo@gmail.com>
2022-06-14 10:22:49 -04:00
Evan Gray
5fd54db369
sdk/js: add neon testnet
2022-06-09 17:43:18 -04:00