Justin Schuldt
f674ff44c9
bridge_ui: update cloud function URLs
...
To match the updated resource structure of cloud functions.
2021-12-27 13:24:14 -05:00
Justin Schuldt
9656cca4f3
export MakeRowKey in bigtablewriter.go ( #650 )
...
So it can be used elsewhere, in cloud functions.
2021-12-27 12:21:47 -06:00
Eran Davidovich
82b1cf8fd9
Merge pull request #24 from pyth-network/fix/subprocess
...
fix: add stdout, err to output
2021-12-24 16:00:53 +02:00
Eran Davidovich
55c8c27265
small fixes
2021-12-24 09:30:36 +02:00
Kevin Peters
43d858772a
bridge_ui: Show swap arrow on hover
2021-12-24 01:11:47 -05:00
Kevin Peters
48fa0b783e
bridge_ui: Show checkmark on step 4 when complete
2021-12-24 01:02:20 -05:00
Evan Gray
5e4f47d501
bridge_ui: remove avax from coming soon
2021-12-23 19:52:09 -05:00
Evan Gray
dfa821b8b4
bridge_ui: remove avax from beta
2021-12-23 19:36:48 -05:00
Evan Gray
98cb787512
terra: fix tax calculation on withdraw_tokens
2021-12-23 15:03:04 -05:00
Eran Davidovich
45864c72c8
Merge pull request #26 from pyth-network/fix/dockerimage1
...
Reduce Docker image and improve docker build time
2021-12-23 15:43:05 +02:00
Kevin Peters
713b834f20
bridge_ui: Added withdraw-tokens-terra page
2021-12-22 23:34:45 -05:00
Kevin Peters
21c3f143db
bridge_ui: Click arrow to swap source and target chains
2021-12-22 22:36:09 -05:00
jumpsiegel
f90ed66ca0
Stub out algorand support in wormhole ( #611 )
...
* Stub out algorand support in wormhole
1) Introduce the algorand chain constant in all the appropriate places
2) Deploy pyth/hernandc algorand smart contracts into devnet
3) Fund all the correct contracts for devnet testing
Change-Id: I6e4402b5b21223b32ea89653f8c7606f5c7f2843
* pr/jsiegel/algorand-v1: ALGORAND is not a EVM chain @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix lint @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: put the requirements into the image @ gusc1a-ossdev-jsl1
* jsiegel/algorand: make the watcher hang forever @ gusc1a-ossdev-jsl1
* jsiegel/algorand: comment these out @ gusc1a-ossdev-jsl1
* jsiegel/algorand: put this back in @ gusc1a-ossdev-jsl1
* jsiegel/algorand: fix guardian example @ gusc1a-ossdev-jsl1
* Generate teal source code
commit-id:a537a109
* jsiegel/algorand: it builds @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: add Dockerfile.teal @ gusc1a-ossdev-jsl1
* jsiegel/algorand: improve the dependencies @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: Fix up build @ gusc1a-ossdev-jsl1
* dead file
* pr/jsiegel/algorand-v1: remove more stuff @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix build @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: freeze the requirements @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: Fix teal to use pipenv @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix miss-merge @ gusc1a-ossdev-jsl1
Co-authored-by: Leo <leo@certus.one>
2021-12-22 11:22:04 -05:00
Eran Davidovich
4da43d2651
feat: simultaneously build p2w-relay/attest.
...
also use meta to tag the image.
2021-12-22 16:39:44 +02:00
Kevin Peters
d6945bf6fa
bridge_ui: Don't display amount on Redeem step (formatUnits throws on
...
fractional amounts)
2021-12-22 07:27:14 -05:00
Hendrik Hofstadt
a91fe7797d
Pyth to Wormhole on Terra ( #629 )
...
* More checks in P2W on Terra
Change-Id: Icbe5d75504f947b741cee1c797740b71456964fe
* Auto-deploy P2W on Terra
Change-Id: I202536fd278aca938e3b8b3cb0a4ceeca314158f
* Don't do replay protection on price updates
We already use the sequence number for replay and rollback protection and can save storage this way
Change-Id: I9e655956aab1ed8dd86b9d821ece2f57900f6c78
2021-12-22 12:22:08 +01:00
Eran Davidovich
3162d40110
more improvements to Dockerfile and docker action
2021-12-22 09:55:00 +02:00
Chase Moran
195a61714e
bridge_ui: oasis support
2021-12-21 18:29:13 -05:00
Leo
8a24b23a27
node/pkg/solana: fix recovery account for 23635
...
commit-id:ad9e3269
2021-12-21 23:44:26 +01:00
Eran Davidovich
42169666c2
will use sha soon.
2021-12-22 00:06:38 +02:00
Eran Davidovich
2d9096440d
fixes to docker-image.yml GH action
2021-12-22 00:05:44 +02:00
Leo
dc1aa7ad5b
node/pkg/solana: add more recovery accounts
...
commit-id:9d40354b
2021-12-21 23:01:37 +01:00
Leo
c3f97c0e7e
node/pkg/solana: put finalized check back
...
commit-id:7425a438
2021-12-21 22:57:57 +01:00
Eran Davidovich
c9b0b32989
reduce image sizes
...
reduce attest by to 290MB from 1.3G
reduce relay from 2.5G to 1.5G
2021-12-21 23:22:20 +02:00
Leo
17508ff29c
Revert "node: move oasis to testnet mode"
...
This reverts commit 9ad792c6ee
.
commit-id:896988bd
2021-12-21 22:00:15 +01:00
Kevin Peters
b59c696a6c
bridge_ui: Notify user to update metadata when attesting
...
Warn user when attesting from solana and token has no on-chain metadata.
Remind user to update token-list when attesting to solana or terra.
2021-12-21 15:21:28 -05:00
Leo
9ad792c6ee
node: move oasis to testnet mode
...
We're not ready to release this yet.
commit-id:c2d6531f
2021-12-21 21:01:47 +01:00
Leo
40d1a57167
node/pkg/solana: bump recovery date and remove constraint
...
We don't know what commitment level the missing transactions use.
commit-id:8ed29f9f
2021-12-21 21:01:47 +01:00
Leo
fce50e7c48
node/pkg/solana: double number of max retries
...
This should reduce the number of misses during periods of heavy weather
and high winds, at the expense of increasing load on the RPC nodes.
commit-id:98704274
2021-12-21 21:01:47 +01:00
Chase Moran
d8d3a92dae
bridge_ui: fix v1 asset check
2021-12-21 14:00:50 -05:00
Kevin Peters
86c3423b6a
bridge_ui: Transfer already redeemed feature
...
Notify the user when they're trying to redeem a transfer that has
already been redeemed.
Added useGetIsTransferCompleted hook
2021-12-21 13:55:06 -05:00
Hendrik Hofstadt
e50541912b
Fix NFT URI length and parsing ( #628 )
...
* Fix NFT bridge parsing and limit URI length
Change-Id: I71e728bbe35cfb8f10b86d53475f7e1c68b2866a
* Update NFTBridge.sol
* Update NFTBridge.sol
2021-12-21 08:36:00 -05:00
Eran Davidovich
33490a6b7f
missing p2w-attest target
2021-12-21 08:42:42 +02:00
Eran Davidovich
9d3bcbeaa8
testing new dockerfile
2021-12-21 08:41:21 +02:00
Chase Moran
af34f454ec
sdk: support for oasis
2021-12-20 22:12:29 -05:00
Chase Moran
693678ef5d
sdk: add postVaaSolanaWithRetry
2021-12-20 21:49:19 -05:00
Leo
3c1ee3bdc3
node: add oasis support
...
commit-id:31eeeb35
2021-12-20 20:57:11 +01:00
justinschuldt
95afe6cdbb
BigTable: endpoint for NFT transfer stats
...
commit-id:56865ffa
2021-12-20 16:56:56 +01:00
justinschuldt
5c8f1eb9a2
BigTable: get solana address from token account
...
commit-id:53bc09b1
2021-12-20 16:56:56 +01:00
justinschuldt
24053368d5
BigTable: consistent keys in notional response
...
commit-id:4d124e7c
2021-12-20 16:56:56 +01:00
justinschuldt
fa1252ace4
BigTable: flat file cache + cumulative endpoints
...
Change-Id: If7e631b33866f077c60e0d397b02bfca7e91b05d
commit-id:89bb033e
2021-12-20 16:56:56 +01:00
justinschuldt
6583771813
BigTable: misc code cleanup and log improvements
...
Change-Id: Ibd601c358fbee3ed0a1a74673158cb861b631660
commit-id:533a8b35
2021-12-20 16:56:56 +01:00
justinschuldt
c2023b1429
Explorer: handle GCP redirect to index.html
...
Change-Id: Ie3f532285b4b900e2e4b53dfaf36ec68e15fcb92
commit-id:c9047126
2021-12-20 16:56:56 +01:00
justinschuldt
da7927168b
Explorer: misc housekeeping, visual tweaks
...
Change-Id: I0d9ddf1feb0a07bee1278e627bcc943f30524b4a
commit-id:0f14ff2e
2021-12-20 16:56:56 +01:00
justinschuldt
01d7d5675b
BigTable: improve notional response time
...
Change-Id: I84dd777b6a144ced9f88caae120a327e569f5496
commit-id:31ffb52e
2021-12-20 16:56:56 +01:00
justinschuldt
df8c291db5
BigTable: include TransferDetails in summary
...
Change-Id: I40cb428ad64fada511fe6eebe001d69392cd392f
commit-id:0134b970
2021-12-20 16:56:56 +01:00
justinschuldt
ccb7f04ac2
Explorer: message summary links to top of page
...
Change-Id: Ib26e6bfd456af2468ceda5905297fdcde15481fe
commit-id:991e92d8
2021-12-20 16:56:56 +01:00
justinschuldt
2b4a76d2ea
Explorer: documentaion links
...
Change-Id: If446a9422b7125e2f3ad0be75e26ba6669f4dd21
commit-id:91e9568c
2021-12-20 16:56:56 +01:00
justinschuldt
3eb4e18f01
BigTable endpoint: notional bidirectional
...
Change-Id: I764398b88c9aaae887cd519d12004553021b15a1
commit-id:fc00d09a
2021-12-20 16:56:56 +01:00
justinschuldt
f4b4a5378e
BigTable endpoint: notional transfered to chain
...
Change-Id: I588b178429e8a18f65a564569a3c3a2e43beb35c
commit-id:dc6d4478
2021-12-20 16:56:56 +01:00