Commit Graph

1738 Commits

Author SHA1 Message Date
Justin Schuldt 42284a25e3 remote devnet config - GCP VM 2022-03-18 10:49:34 -05:00
justinschuldt 90489cc299 add guardian set updates to devnet
commit-id:a540b698
2022-03-18 10:49:34 -05:00
justinschuldt b73ebd1b9c fix digest string represenation
commit-id:617ade15
2022-03-18 10:49:34 -05:00
justinschuldt d2dcb57e61 send guardian set data to prometheus
commit-id:87ec83e0
2022-03-18 10:49:34 -05:00
justinschuldt 972c0aada0 add ganche and devnet accounts to devnet.md
commit-id:40d570bd
2022-03-18 10:49:34 -05:00
justinschuldt 99a02a41ea fix devnet GS upgrade path
commit-id:3a2fa5aa
2022-03-18 10:49:34 -05:00
justinschuldt 8391c280dd add dev tooling for clients/eth
commit-id:f31250ef
2022-03-18 10:49:34 -05:00
Csongor Kiss c01dd93adb Add NFT deploy script 2022-03-18 13:14:32 +00:00
valentin 6e87730aec add aproval tests 2022-03-18 13:14:32 +00:00
Csongor Kiss f22dfcece3 ethereum/nft-bridge: Transfer before burn
This is consistent with the token bridge
2022-03-18 13:14:32 +00:00
justinschuldt 6b6d172262 cloud functions - quicker initialize 2022-03-17 18:25:48 -05:00
justinschuldt b2d1ea3e72 cloud functions - 60 second context deadline 2022-03-17 18:25:48 -05:00
justinschuldt d95e82b00b cloud functions - docs update 2022-03-17 18:25:48 -05:00
justinschuldt 69c41d901e cloud functions - local dev launch config 2022-03-17 18:25:48 -05:00
justinschuldt fe12f78cdf cloud functions - daily TVL smaller response 2022-03-17 18:25:48 -05:00
justinschuldt c478bdd552 cloud functions - rm noisy logs 2022-03-17 18:25:48 -05:00
justinschuldt bd62e1fba1 cloud functions - rm unsed deps (go mod tidy) 2022-03-17 18:25:48 -05:00
justinschuldt 57c06dea11 cloud functions - handle 2 digit chainIDs 2022-03-17 18:25:48 -05:00
justinschuldt 6e32dbe403 explorer - fix chainoverview update animation 2022-03-17 18:01:16 -05:00
justinschuldt 6d3c94c856 explorer - improve initial calls 2022-03-17 18:01:16 -05:00
justinschuldt d4aeacb754 explorer - bump number of chains 2022-03-17 18:01:16 -05:00
justinschuldt 9a36a0b318 explorer - increase poll interval 2022-03-17 18:01:16 -05:00
Evan Gray 32634f87e6 bridge_ui: add Aurora to testnet 2022-03-17 13:01:53 -04:00
Kevin Peters ca0b9cd35c bridge_ui: moved to webpack 5 and react-app-rewired, updated solana wallet deps 2022-03-16 22:20:30 -04:00
Evan Gray bbb9986f05 bridge_ui: fix receiving tvl for unknown chains 2022-03-16 20:07:31 -04:00
kev1n-peters a5dbbac112
bridge_ui: Make transfers to/from chains configurable (#997)
* bridge_ui: Make transfers to/from chains configurable
2022-03-16 20:07:13 -04:00
Kevin Peters 02a2397479 bridge_ui: stats page null data fix 2022-03-16 20:06:48 -04:00
Adrian Timpau f374047d0b
explorer animations & fixes (#1009)
* explorer animations & fixes

* fix breakpoint
2022-03-16 18:45:37 -04:00
Csongor Kiss f60acc59ab
solitaire: Infer entry point argument type in solitaire! macro (#927)
The type of the `ix_data` binding withing the solitaire! macro expansion
is explicitly annotated with its type, which comes from the macro's
pattern binding `$kind`. However, this type annotation is entirely
optional, since `ix_data` is passed in as an argument to `$fn`, whose
type forecs `ix_data` anyway, and rust will happily infer that from the
application. So we remove the explicit annotation which makes the entry
point macro easier to use.

commit-id:d428306c
2022-03-16 18:25:41 +00:00
bruce-riley b718225e45
Testnet support for Aurora (#947)
* Testnet support

* Upgrade contract for 1conf

* Formatting changes

Change-Id: Id06481d77d770a04eb200aadb82574e23cddcd36
2022-03-15 10:41:10 -04:00
Kevin Peters 21e2a710a7 bridge_ui: enable polygon transfers 2022-03-14 23:39:01 -04:00
Kevin Peters d233436168 bridge_ui: Changed terra est. fees to be more accurate 2022-03-14 11:14:03 -04:00
Kevin Peters c70637d832 bridge_ui: Added wrapped-fantom logo 2022-03-14 11:13:32 -04:00
TJ Corley 2b0b190e63 Bump Solana version to 1.9.4 in Dockerfile.client
It appears this is needed to get a local devnet working.
2022-03-14 11:10:51 -04:00
Leopold Schabel 2b64e5a10c
bridge_ui: be more specific about Polygon downtime (#994)
commit-id:12c98920
2022-03-11 16:52:29 -06:00
Jonathan Claudius fa237c7bb4
Add some unit-test coverage for GuardianSet (#951)
* Add some unit-test coverage for GuardianSet

* Remove mu check to fix CI run

* Remove unnecessary copy paste
2022-03-11 11:31:10 -05:00
Kevin Peters d96afca105 cloud_functions: use lowercase emitter addresses 2022-03-10 16:32:28 -06:00
justinschuldt 9c2485b676 rm dupe bigtable docs 2022-03-10 14:26:41 -06:00
justinschuldt 062b339365 add fantom addresses to cloud function 2022-03-10 14:26:41 -06:00
justinschuldt cff49549db cloud function housekeeping 2022-03-10 14:26:41 -06:00
Kevin Peters 2961462ebe bridge_ui: Disable transfers to and from polygon, display network upgrade warning 2022-03-10 12:01:58 -05:00
claudijd ff62a2c7f4 Add unit-tests for payloads 2022-03-09 20:58:04 -05:00
Jeff Schroeder 108c23416f dev-setup.sh: blow up if podman-docker is installed
Good review feedback from Leo
2022-03-09 20:50:05 -05:00
Jeff Schroeder 8a556495db dev-setup.sh: use a working minikube version
There is a regression in minikube documented here:

    https://github.com/kubernetes/minikube/issues/13542

Since this script sets up `minikube completion bash` in your ~/.bashrc,
ensure minikube does not SIGSEGV and die.
2022-03-09 20:50:05 -05:00
Jeff Schroeder 5d0fee2ae7 dev-setup.sh: support RHEL8 as well as Debian 10-11
Co-Authored-By: Kier Davis <kdavis@jumptrading.com>
Tested-By: Jeff Schroeder <jeffschroeder@computer.org>
2022-03-09 20:50:05 -05:00
Csongor Kiss 918a968703 clients: allow passing solana private key
Currently the typescript clients generate a fresh wallet and request
airdrop into them. This obviously only works on tiltnet and testnet.
Here we add an option to allow specifying a private key, which makes the
command work in mainnet.
2022-03-09 20:36:26 -05:00
Evan Gray fc1c8d28a3 explorer: auto chart scale, chain type fix 2022-03-09 19:29:37 -06:00
Justin Schuldt c6f2338488 explorer - update chainEnums 2022-03-09 19:29:37 -06:00
justinschuldt a60d639097 add fantom to explorer 2022-03-09 19:29:37 -06:00
Kevin Peters 2e0fc37ba0 bridge_ui: Show terra est. fees in UST, reassessed range (0.05 - 0.15 UST) 2022-03-09 18:44:08 -06:00