Commit Graph

104 Commits

Author SHA1 Message Date
Jonathan Claudius 9ed79a77b1 codeowners: add jeff to governor owners 2023-08-17 10:33:30 -04:00
tbjump 256e67df9a upgrade to golang 1.20.7 2023-08-03 09:58:14 -07:00
tbjump d16d601695 ci: increase tilt timeout to 60m 2023-08-03 12:43:36 -04:00
bruce-riley e5329e7ca4
Node: Add gwrelayer to codeowners (#3262) 2023-08-03 10:17:12 -05:00
Jonathan Claudius 9d6c88a771
codeowners: audit of active code owners (#3251) 2023-08-02 17:27:43 +01:00
Nikhil Suri 0c556119bd
update cosmwasm and wormchain codeowners (#3238) 2023-07-25 21:41:54 -04:00
Kevin Peters a13e06c153 CI should run prettier@2.3.2 2023-07-25 12:54:44 -05:00
bruce-riley d1cfbdf46c
Node: Base deployment (#3213)
* Node: Base deployment

Change-Id: I9ccd5cbc6c44d1891acb9d443e9e2b29b25afa3c

* Add governance VAAs

Change-Id: I426107fd7ad2e6bef063b8f178c1683a6590a54e

* Update contract addresses

Change-Id: I1cf92bb08d1c45b22dec195e2d076e7aabf3e369

* Update URL in repair script

* Add baseRPC to devnet/node.yaml
2023-07-18 08:17:27 -04:00
Paul Noel 6309b321e8
ci: add github workflow with prettier checks for clients/js/src and sdk/js/src (#3176)
* github: add prettier check for clients/js

* github: update workflow to include sdk/js
2023-07-12 11:30:14 -04:00
Kevin Peters f5987a334f Add /wormchain/ts-sdk codeowners 2023-07-12 09:37:58 -05:00
tbjump 149d898ac6 node: refactor guardiand/node.go 2023-06-26 07:07:37 -07:00
Kevin Peters 5300efacc3 CODEOWNERS: Add @evan-gray @kev1n-peters @panoel to /wormchain/contracts/tools/ 2023-06-16 10:18:35 -04:00
derpy-duck 82e31f6965
Relayer: Import sdk in relayer engine (#3095)
* Update relayer engine dockerfile to import SDK, and reduce timeout

* fix import

* Add ethereum config folder
2023-06-16 06:44:55 -04:00
tbjump a98406550a ci: set Tilt guardiand_loglevel=info 2023-06-15 08:33:13 -07:00
derpy-duck 57562cc50e
codeowner modification (#3094) 2023-06-14 16:23:19 -04:00
derpy-duck 10cc45aba2
Relayer/merge into wormhole relayer engine (#3042)
Note: The time limit for CI needs to be increased because now the relayer engine needs to build the SDK from source (the ethereum folder) in it's docker image.

Once the SDK is published, I can have the relayer engine docker image simply import the SDK, which should save a lot of time and allow us to reduce the CI time limit again.
2023-06-14 15:08:28 -04:00
derpy-duck 3009d002fd
Relayer: Setup for Merging into Main (#3039)
* gRelayer: surrounding files

* modification to get compilation

* restore devnet

* remove generic relayer docker

* remove wait for relayer engine

* keep build time 20

* sh -> bash

* sh -> bash

* Remove comment

* bash -> sh

* Revert "bash -> sh"

This reverts commit 5c37e92fa1.

* bash->sh
2023-06-13 15:36:13 -04:00
bruce-riley 07dec7a13d
Update code owners for node (#3083)
Change-Id: I9488a5736ceee394de3a38b30b1fc10d4d55415e
2023-06-13 12:38:16 -05:00
Ben Guidarelli 88ddb1d9e2
Docs: CLI README update (#3058) 2023-06-13 09:21:25 -04:00
tbjump 2e6001b47a CODEOWNERS: Add @evan-gray @hendrikhofstadt @kcsongor as backup to @jumpsiegel 2023-06-08 10:52:59 -07:00
tbjump 89a054cdfb node: update golang to 1.20.5 from 1.20.4 2023-06-07 13:16:31 -07:00
Jonathan Claudius 703fbe32c7
sdk: add CalculateQuorum documentation and fuzz testing (#2996)
* sdk: Add fuzz testing and documentation for CalculateQuorum

* Use testify assertions instead of stdlib

* sdk: move unit and fuzz run into one line

* sdk: use better testify function for zero check

* sdk: drop unnecessary format string assertions

* sdk: remove obviously ignored test corpus items
2023-05-30 16:46:51 -04:00
tbjump bf5c540d3e ci: set node-test timeout to 1m 2023-05-25 10:15:14 -07:00
Bruce Riley 5762ba592a Github: Change codeowner for governor
Change-Id: I632b69ba5c609f8362ccef157858570bfb2980b6
2023-05-23 18:13:30 -04:00
Bruce Riley b419896e3b Github: Add code owners for node folder
Change-Id: I05b2f6e68d4b23713b3af55ee6516d51e3537f10
2023-05-23 12:03:54 -04:00
A5 Pickle 6f8c8430ac
solana: fix token metadata program interaction (#2913)
* testing: fix pubkey caused by 0b0b9cea70

* solana: fix token-metadata forked dependency

* sdk/js: fix tokenMetadata and Solana IDLs

* testing: fix tests; add token-metadata dependency

---------

Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
2023-05-15 20:55:03 +01:00
tbjump d9d5481092 node: update golang to 1.20 from 1.19 2023-05-12 05:59:53 -04:00
tbjump f7c358c7a8 ci: update golangci-lint to v1.52.2 2023-05-05 07:13:40 -07:00
bruce-riley 71a27201c7
Node: Update code owners for watchers (#2852)
Change-Id: I9eab1050c272799cb8a9d1a9259cf73dfdc2d321
2023-05-04 10:18:30 -05:00
tbjump a88982e43d upgrade to golang 1.19.9 2023-05-04 07:22:38 -07:00
tbjump 335c83f080 upgrade to golang 1.19.8 2023-05-04 07:22:38 -07:00
heyitaki 04abafb03d ci: decrease build timeout to 20min 2023-05-02 15:14:23 -04:00
A5 Pickle 760db3c810 sui: redesign Wormhole and Token Bridge contracts 2023-05-02 12:34:41 -04:00
A5 Pickle 75fe8cc9b9 update CODEOWNERS 2023-04-28 14:45:59 -07:00
pongvin e7b606d8ef Update tracking issue
closes #2538
2023-04-10 14:04:04 -04:00
Evan Gray c04a32bc55 Update CODEOWNERS 2023-03-09 10:42:57 -05:00
Jeff Schroeder 9b3458a909 github-actions: remove unused relayer image build 2023-03-08 11:30:36 -05:00
Jeff Schroeder f1daec84b0 github-actions: update go version in build.yml
https://groups.google.com/g/golang-announce/c/3-TpUx48iQY
2023-03-08 11:28:23 -05:00
Evan Gray 3ba494af96 update codeowners 2023-02-28 13:28:14 -05:00
Adam A e2b6e441d4
Update issue templates and add template list config (#2426)
closes #2425
2023-02-23 19:20:38 +00:00
A5 Pickle 302572326e Update CODEOWNERS
Closes #2419.
2023-02-23 11:43:17 -05:00
Evan Gray 30d8fb4ef7 Update CODEOWNERS 2023-01-30 21:43:22 -05:00
Evan Gray 992efa44a3 CI: split lint-and-tests 2023-01-25 11:10:16 -05:00
Chirantan Ekbote 45b3d18d80 Add codeowners for accountant 2023-01-23 09:11:39 -05:00
Csongor Kiss 91047147b0 CI: run sui tests 2023-01-20 14:57:00 +00:00
justinschuldt 9db82e310f cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
Nikhil Suri 07831437ba
wormchain: run Ignite through docker and update documentation (#2169) 2023-01-18 07:56:32 -08:00
Nikhil Suri 42b0e00dc8 ci: fix wormchain build ignite cli issue 2023-01-10 15:26:57 -06:00
heyitaki b7d870efcb docker: reorganize dockerfiles 2022-12-21 10:58:22 -08:00
Hendrik Hofstadt 6c7d44ca85
ci: Fix flaky solana tests and improve CI time (#2148)
* solana: remove sync from tests

Change-Id: I8c123ea87e78732541e5040e8653bc114ce95404

* ci: cache more rust build artifacts

Change-Id: I436f27de38651cdb2a9c73b58f20d44b4392c336
2022-12-21 14:24:50 +01:00