Reisen
982ce08c4a
sdk: rustfmt rules for sdk
...
Change-Id: I43d4252facd6f0c817053e07a35bb74d874064bd
2022-01-14 13:09:12 +00:00
Reisen
ee0fea0436
sdk: add underlying sdk for wormhole programs
...
Change-Id: I858f3e43e6458af51131de9165a63078e4bb024c
2022-01-14 13:09:12 +00:00
Reisen
97566d878a
sdk: add core types for wormhole projects
...
Change-Id: Iabaebb7b4319d5b759044896b2b396d39bda33d7
2022-01-14 13:09:12 +00:00
Reisen
d21f08d2cb
rust: rename wormhole libraries
...
Change-Id: I9bf5255c13b13d3724d7f8809489b04612b90747
2022-01-14 13:09:12 +00:00
victorshevtsov
4c7f6fb32f
docs: fixed broken links
...
Fixed broken links to whitepapers
2022-01-13 09:46:51 -05:00
Evan Gray
25357d3848
bridge_ui: fix oasis explorer link
2022-01-13 09:46:45 -05:00
victorshevtsov
d80da14852
docs: fixed broken
...
Fixed broken link to 0005_data_availability.md
2022-01-13 08:17:39 -05:00
Hendrik Hofstadt
32e9063910
Check whether vaa recipient matches the token account
...
Change-Id: Iab326cd735c764649dc031d813dbb8818d5e74f3
2022-01-13 14:07:40 +01:00
Kevin Peters
7882eccac4
bridge_ui: Terra fee denomination support
2022-01-11 18:28:02 -05:00
Evan Gray
8eea035490
bridge_ui: update oasis explorer links
2022-01-11 15:52:39 -05:00
Evan Gray
b563772d46
bridge_ui: add footer link to docs
2022-01-11 15:52:39 -05:00
Evan Gray
a32c7343e5
bridge_ui: update polygon confs
2022-01-11 15:52:39 -05:00
Leo
aff369ff4d
node/pkg/solana: push recovery date
...
commit-id:a3c51648
2022-01-11 15:10:12 +01:00
Leo
1c0815e107
node/pkg/ethereum: increase log levels
...
commit-id:8ec48eb6
2022-01-11 15:10:12 +01:00
Leo
af2bd5be36
node/cmd: add public telemetry for logs
...
commit-id:582fc943
2022-01-11 15:10:12 +01:00
Leo
870afc5193
node/pkg/ethereum: do not override outer scope's cancel function
...
Otherwise, we might end up cancelling the root context by accident.
commit-id:09a5287e
2022-01-11 15:10:12 +01:00
Leo
a5223c074a
node/pkg/ethereum: reduce timeout for TransactionReceipt
...
We should spend as little time holding pendingMu as possible.
Ideally, we would refactor the component to do non-blocking I/O.
commit-id:b464c384
2022-01-11 15:10:12 +01:00
Leo
146c08d5af
node/pkg/ethereum: correctly log "not found" error
...
commit-id:23a5fd80
2022-01-11 15:10:12 +01:00
Leo
81d1e821c0
node/pkg/ethereum: minimum confirmations for Polygon
...
commit-id:0d95a63c
2022-01-11 15:10:12 +01:00
Leo
ab18f278fe
node/cmd: use plain global root logger
...
Get our own root logger and pass that to ipfslog. Prerequisite for
getting fancy about using Zap plugins.
commit-id:ad22324d
2022-01-11 15:10:12 +01:00
Leo
26a946fef7
node/pkg/solana: update recovery.cfg
...
commit-id:facc30f4
2022-01-11 15:10:12 +01:00
Leo
33717ebcc9
node/pkg/ethereum: check for rpc.ErrNoResult with non-nil tx
...
This cannot currently happen the way TransactionReceipt is implemented,
but make sure to check the tx != nil case anyway in case the API
is changed in future releases of go-ethereum.
commit-id:b721f0be
2022-01-11 15:10:12 +01:00
Leo
5de9d11b51
node/pkg/ethereum: improve confirmation logging
...
Makes the log slightly nicer to grep when looking for a tx.
commit-id:dc7cd00a
2022-01-11 15:10:12 +01:00
Stanisław Drozd
02a1dcecbc
solana: hide wasm-bindgen dependency behind the feature flag ( #730 )
...
commit-id:480d3b7a
2022-01-10 15:31:36 +01:00
Evan Gray
aa0537284f
sdk/js: v0.1.6
2022-01-07 16:48:16 -05:00
Evan Gray
7ecce0d302
eth: nft bridge impl initialize
2022-01-07 13:28:11 -05:00
Evan Gray
26b848d375
bridge_ui: remove oasis from beta
2022-01-07 12:39:20 -05:00
Csongor Kiss
cb7e90a701
sdk/js: Terra NFT bridge support ( #699 )
...
commit-id:5a5c9d29
2022-01-07 17:13:02 +01:00
Csongor Kiss
7e212fa739
terra/nft_bridge: Implement nft-bridge for terra ( #698 )
...
commit-id:0b547fa5
2022-01-07 16:47:33 +01:00
Csongor Kiss
089d7cde97
terra/nft_bridge: Implement cw721-wrapped ( #697 )
...
Wrapped NFT contract
commit-id:42e63984
2022-01-07 16:46:06 +01:00
Csongor Kiss
40837778a7
terra/nft_bridge: vendor cw721 and cw721-base ( #696 )
...
The most recent released versions of these libraries use a different
version of the cosmwasm than the rest of the wormhole projects, which
leads to a linker error. So we vendor these libraries and downgrade
their cosmwasm-std dependency to match the rest.
commit-id:a1a5c20b
2022-01-07 16:43:53 +01:00
Hendrik Hofstadt
409b5ca5bf
Properly check for orphaned txs
...
Change-Id: I2c3d1f638f6e6ab22c4dfcbbe0a0f5f6fd62f730
2022-01-07 10:31:37 -05:00
Evan Gray
2998031b16
sdk/js : add parseSequencesFromLog*
2022-01-04 10:44:46 -05:00
Chase Moran
cd56eb08b7
testing: test for multiple messages in one tx
2022-01-04 10:44:46 -05:00
Evan Gray
e1257f123a
node: eth watcher multi-message fix
2022-01-04 10:44:46 -05:00
Hendrik Hofstadt
cc2c310ba6
Refactor terra guardian component
...
This allows multi-message emission in a single call.
Change-Id: Ief28e91646362506453fe48b5489fd4ee0d35682
2022-01-04 16:21:10 +01:00
Evan Gray
9a0b2240d9
bridge_ui: tvl >1b decimals
2022-01-04 08:39:48 -05:00
Kevin Peters
07446e2e23
bridge_ui: Show featured markets when redeemed tokens, link to Jupiter swap
2021-12-29 21:40:41 -05:00
Kevin Peters
48e3367f0b
bridge_ui: Fixed warning message
2021-12-29 21:29:59 -05:00
Chase Moran
5d80c8c103
bridge_ui: move shuttle warning to source component
2021-12-29 21:29:59 -05:00
Kevin Peters
4ec81b48da
bridge_ui: Warn when transferring shuttle wrapped tokens from Polygon
2021-12-29 21:29:59 -05:00
Chase Moran
2b00826847
update solana to 1.8.1
2021-12-29 21:07:55 -05:00
Chase Moran
537495b4bb
bridge_ui: add query strings to transfer urls
2021-12-29 21:07:15 -05:00
Kevin Peters
4efa63fe4f
bridge_ui: Solana on-chain metadata warning check fix
2021-12-29 20:58:08 -05:00
Hendrik Hofstadt
91b58d7b64
fix: Use price id instead of product id in pyth on terra
...
Change-Id: Ic567803fd2bf798e0e4150c2a123bbc4788535f0
2021-12-29 20:57:54 -05:00
Chase Moran
30a9d7410e
bridge_ui: prep bridge_ui for sdk 0.1.5
2021-12-29 20:54:41 -05:00
Chase Moran
0233f03a3c
bridge_ui: fixed an errant error message
2021-12-28 10:48:01 -05:00
Chase Moran
7f74392a91
bridge_ui: add NFT URI length check
2021-12-28 10:32:49 -05:00
Chase Moran
94a15d37a9
bridge_ui: added avax nft tvl stats
2021-12-27 13:31:31 -05:00
Evan Gray
1d3ae6938b
bridge_ui: add avax tvl
2021-12-27 13:31:31 -05:00