Commit Graph

1996 Commits

Author SHA1 Message Date
Josh Siegel 594674db5e algo/watcher: Fixes for testnet 2022-06-07 08:57:27 -05:00
Jonathan Claudius 8875735581
Move quorum out of verifyVM (#1162)
* Move quorum out of verifyVM

* Add stub out to demonstrate sol-based tests

* Remove unnecessary import

* Neaten up the quorum conditional

* Another iteration on figuring out the test logic

* Fix indentation

* Refactor quorum and setup unit-test cases

* fix return naming

* More variable name clean up

* Move length check inside loop structure

* Fix condition by wrapping

* Fix syntax error

* fix type definition for testCases

* Drop inline struct usage for simple 2d array

* Fix logic in quorum check

* Make test public and fully qualify quorum

* Make wormhole.sol fail

* Specify where to store testCases

* Define array directly

* Fix syntax error on array definition

* Fix variable name

* Move back to memory-based variable

* Add remove qualified quorum call

* Get really direct on quorum tests

* Simplify quorum logic

* Add test for 19 guardians
2022-06-07 09:45:47 -04:00
Kevin Peters 7e57a3afed bridge_ui: Set Polygon testnet block confs to 64 2022-06-07 09:38:59 -04:00
Bruce Riley 5562141599 Only require 64 confs in polygon testnet 2022-06-06 12:49:44 -04:00
Evan Gray 95e4a10d16 bridge_ui: support wklay unwrap 2022-06-06 10:50:16 -04:00
Evan Gray c47aa300b7 bridge_ui: add acala 2022-06-06 10:47:41 -04:00
Paul Noel fea56f5679 bridge_ui: Blockscout Token Accounts Support 2022-06-06 10:40:23 -04:00
Evan Gray d209968216 lp_ui: update docs 2022-06-04 16:15:42 -04:00
Bruce Riley b53bd83d99 Bump SDK version 2022-06-03 14:44:22 -04:00
Bruce Riley f25e42ae02 Fix chain ID in governance script 2022-06-03 14:44:22 -04:00
Bruce Riley dcce155f43 Acala mainnet deploy 2022-06-03 14:44:22 -04:00
Evan Gray 6a7fba9b04
update relayer readme (#1253) 2022-06-03 13:20:24 -04:00
Kevin Peters 192c8966eb bridge_ui: Removed Karura from beta 2022-06-03 11:49:08 -04:00
Kevin Peters c9f5832669 bridge_ui: Changed Portal logos, removed footer links and wormhole copyright 2022-06-02 15:49:43 -04:00
Kevin Peters 117c460004 bridge_ui: Terra Classic token symbols 2022-06-02 13:22:31 -04:00
Kevin Peters b85a21b8cc bridge_ui: Use Solscan Explorer 2022-06-02 12:50:43 -04:00
tbjump 00d7ac6ab2 fix exit 2022-06-02 07:57:49 -04:00
tbjump 3ed1f11e79 fix quote 2022-06-02 07:57:49 -04:00
tbjump ba5fcc4ad8 apply gofmt and enforce it for new commits 2022-06-02 07:57:49 -04:00
Kevin Peters bf7de6b1fb bridge_ui: Renamed Terra to Terra Classic, LUNA to LUNC 2022-06-01 10:21:09 -04:00
Kevin Peters 62968c3535 bridge_ui: WalletConnect support for EVM chains
Updated ethers dependency
2022-05-31 18:07:13 -04:00
tbjump a2917095a9 ignore snyk cache .dccache 2022-05-31 16:52:37 -04:00
Paul Noel e2687e7c36
algo/make: add Makefile and test script (#1153)
* algo/make: add Makefile and test script

* algo/make: add cleanup of sandbox

* algo/make: add python3 requirements

* algo/make: fix path

* algo/make: change pyteal version

* algo/make: propagate errors

* algo/make: add verbosity

* algo/make: fix script

* algo/make: $? check is bad

* algo/make: try using github runner with python 3.10

* algo/make: need to use the correct requirements file

* algo/make: some tests aren't running

* algo/make: attempt to fix tests

* algo/make: get workflow to work

* algo/make: fix runner

* algo/make: try to find the correct python version

* algo/make: more changes

* algo/make: move code around

* algo/make: all python test

* algo/make: remove tabs

* algo/make: combine lines

* algo/make: back to using Makefile in action

* algo/make: change path

* algo/make: test error

* algo/make: fix error example
2022-05-31 16:47:31 -04:00
Paul Noel 6967f44e55
algo - add stuff to tilt (#1230)
* algo - add stuff to tilt

* terra: fix terra test (#1231)

* terra: fix terra test

* Update terra git bits

Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>

* algo - add stuff to tilt

Co-authored-by: Evan Gray <56235822+evan-gray@users.noreply.github.com>
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
2022-05-31 15:49:38 -04:00
Paul Noel 90beeac4e6 sdk/js: Fixed algo address conversion 2022-05-31 14:22:46 -04:00
Evan Gray 38d8918d28
terra: fix terra test (#1231)
* terra: fix terra test

* Update terra git bits

Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
2022-05-26 11:25:53 +02:00
Jonathan Claudius f32e6c4aa8
Reorder quorum and verifysignatures (#1166) 2022-05-25 08:35:08 -04:00
Jonathan Claudius 9e893bf5d4
Upgrade Ubuntu version to 20.04 (#1227) 2022-05-25 08:14:26 -04:00
Jonathan Claudius 8049dce113
Upgrade algod and indexer golang to 1.18.2 (#1225)
* Upgrade algod golang to 1.18.2

* Upgrade algorand indexer to golang 1.18.2
2022-05-24 10:50:53 -04:00
Jonathan Claudius 1e6611ebb6
Add comments on vaa min length (#1206)
* Add proof of work on minVAALength

* Change minVAALength to 57
2022-05-24 10:42:30 -04:00
Csongor Kiss e63d7f5b77 sdk/js: Add terra support for sending payload 3 2022-05-24 03:52:54 -05:00
Josh Siegel 0821f42f74 dev.v2: collapse the ETH methods @ gusc1a-ossdev-jsl5 2022-05-24 03:52:54 -05:00
Csongor Kiss 7dc2b7b7ae
scripts: automate writing contract upgrade governance proposals (#1218)
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-05-23 19:36:52 +02:00
Josh Siegel ff400e91e0 sdk/p3: add sdk accessors for payload3 transfers 2022-05-23 10:51:10 -05:00
tbjump 67c39e71c0
enable additional linters, including gosec (#1215)
enable additional linters, including gosec
2022-05-23 16:21:10 +02:00
tbjump 8c1e571724
fix getUniqueClientId to actually return unique ID (#1127)
fix getUniqueClientId to actually return unique ID
2022-05-23 15:05:55 +02:00
Kevin Peters 7227f9089e bridge_ui: Adding right padding to stats chart x-axis labels 2022-05-23 06:24:24 -04:00
tbjump 1c2a70554b
supress gosec issue (#1216)
supress gosec issue
2022-05-23 11:25:24 +02:00
tbjump d87ae5a272
gosec fixes (#1201)
* nosec linter surpression in nodekey_test.go

* Mark DeterministicEcdsaKeyByIndex as Insecure

* nosec - surpress warning

* simplify range expression

Co-authored-by: tbjump <>
2022-05-20 08:09:48 -07:00
kev1n-peters a5c7898de9
cloud_functions: Added fake Dai Stablecoin on BSC (#1211) 2022-05-20 08:03:14 -05:00
Evan Gray edd5185385 sdk/js: algorand attest fix 2022-05-20 08:39:17 -04:00
Jeff Schroeder c410b19a9f Update relayer examples to add klaytn and celo 2022-05-18 14:15:25 -04:00
Bruce Riley a5eadbae40 Make relayer get gas price for fantom too 2022-05-18 13:55:05 -04:00
Bruce Riley f9697f7c58 Minor cli tweaks 2022-05-18 13:55:05 -04:00
Paul Noel f327c98646 bridge_ui: add exodus wallet adapter 2022-05-18 10:18:27 -04:00
Evan Gray 5b09707f70 relayer: support celo and klaytn 2022-05-17 14:14:43 -04:00
kev1n-peters 8f9cbb98fc
explorer: Added Aurora explorer URLs (#1197) 2022-05-17 09:23:12 -05:00
Kevin Peters 9729149375 explorer: Removed immunefi banner 2022-05-16 18:43:45 -04:00
Josh Siegel 32e428512e sdk/js: version bump and comments to 0.3.3 2022-05-16 18:41:57 -04:00
ckeun c0a26dcf74
Added fake btc on terra to tokensToSkip list (#1194) 2022-05-16 15:09:14 -05:00