Commit Graph

3137 Commits

Author SHA1 Message Date
Jonathan Claudius 6ac2444172
sdk: assert no negative numGuardians in quorum calculation (#2892)
* sdk: assert no negative numGuardians in quorum calculation

* sdk: fix formating on quorum tests
2023-05-09 08:45:10 -07:00
Nikhil Suri b8b425263b
node/watcher: filter recv_packet events (#2883) 2023-05-05 14:55:09 -07:00
Evan Gray 2734600234 clients/js: suppress lib warnings 2023-05-05 14:07:24 -04:00
Evan Gray dfe4baf1b1 clients/js: minified bundle 2023-05-05 14:07:24 -04:00
bruce-riley b4a5bc8aef
Client/js: Add command to generate emitter addrs (#2839)
* Client/js: Add command to generate emitter addrs

Change-Id: Icb06990ca2004df3e01223a63e2142a77b10c47b

* Move emitters.ts into src dir

Change-Id: I2ca652db72ca650d8740633ceb9297000a4ece2c
2023-05-05 12:51:44 -04:00
tbjump a5092db982 node/governor: handle type assertion error 2023-05-05 07:13:40 -07:00
tbjump 478ea22a3f ci/golangci: fix comment 2023-05-05 07:13:40 -07:00
tbjump bb2ddeeffa ci: add go linters forcetypeassert, noctx, unparam, prealloc 2023-05-05 07:13:40 -07:00
tbjump f7c358c7a8 ci: update golangci-lint to v1.52.2 2023-05-05 07:13:40 -07:00
tbjump ff413a2068 node: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump c24fff4d2d sdk: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump ab1378d744 node/watchers/sui: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump adde6213f5 node/watchers/solana: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump b2ae264928 node/watchers/ibc: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 555b304f46 node/watchers/cosmwasm: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump c33ceadebf node/processor: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump b5f1622129 node/watchers/algorand: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 91fd0e0517 node: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump e420d26356 node/accountant: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 8f1ab74b53 hack/: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 28fb0f0ec8 node/adminserver: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 990f8d1dbe node/governor: fix linter warnings 2023-05-05 07:13:40 -07:00
tbjump 8de708193b node/watchers/wormchain: linter fixes 2023-05-05 07:13:40 -07:00
tbjump e979d20ccd node/watchers/near: linter fixes 2023-05-05 07:13:40 -07:00
tbjump c718834021 node/acct/test: prealloc keys 2023-05-05 07:13:40 -07:00
Evan Gray b23e7ce8e8
clients/js: prep for release (#2862)
* clients/js: prep for release

* clients/js: make worm directory agnostic
2023-05-05 18:39:53 +09:00
Jeff Schroeder afc174e8ca scripts: fix install-foundry
The latest update to the github actions runner sets the XDG_CONFIG_HOME
directory to /home/runner/.config. When this variable is set, the curl |
bash installer installs foundryup to that path. This was resulting in
foundryup being installed to /home/runner/.config/.foundry/bin/foundryup
and breaking this script.

With this change, it correctly installs to:
    /home/runner/.foundry/bin/foundryup

Also ensure XDG_CONFIG_HOME is unset when running foundryup so forge is
installed in the right location as well.
2023-05-04 17:30:46 -04:00
tbjump db0c1193e0 scripts/scope checkers: reduce false negatives 2023-05-04 13:45:56 -07:00
tbjump 03c0190277 node/watchers/evm: do not allow finalizer == nil (TOB-WORMGUWA-17) 2023-05-04 11:07:07 -07:00
tbjump 3e1b31e7db node/watchers/evm: comment TOB-WORMGUWA-8 2023-05-04 11:07:07 -07:00
tbjump 5d137b6d88 node/watchers/polygon: implement unsubscribe (TOB-WORMGUWA-7) 2023-05-04 11:07:07 -07:00
tbjump 100a01b4b1 node/watchers/evm: fix potential resource leak due to wrong context usage (TOB-WORMGUWA-6) 2023-05-04 11:07:07 -07:00
tbjump f60a5c81cc node/governor: don't log payload during err in reloadPendingTransfer 2023-05-04 11:04:14 -07:00
tbjump 670bfdedbe node/governor: add type assertion in queryCoinGecko 2023-05-04 11:04:14 -07:00
tbjump d436ac2166 node/governor fix potential nil ptr deref in reloadPendingTransfer 2023-05-04 11:04:14 -07:00
tbjump 9e522ace16 node/governor: document usage of mutex (TOB-WORMGUWA-2) 2023-05-04 11:04:14 -07:00
bruce-riley 71a27201c7
Node: Update code owners for watchers (#2852)
Change-Id: I9eab1050c272799cb8a9d1a9259cf73dfdc2d321
2023-05-04 10:18:30 -05:00
bruce-riley cfeda55cce
Node/Gacct: Fix deadlock when publishing xfers (#2843)
* Node/Gacct: Fix deadlock when publishing xfers

Change-Id: Ia4dd4eebb9c02fa81a98f368c527e15cca8574ac

* Fix lint errors

Change-Id: Iaef3fefca87de298edbbf43009584c30252b9fe7
2023-05-04 09:57:30 -05:00
Nikhil Suri 842462fd78
cosmwasm: remove terraswap dependency (#2739)
* cosmwasm: remove terraswap dependency

* add test to ensure serialization is the same
2023-05-04 07:56:01 -07:00
tbjump a88982e43d upgrade to golang 1.19.9 2023-05-04 07:22:38 -07:00
tbjump 04bcfe3ed9 lint: upgrade golangci-lint to v1.52.2 2023-05-04 07:22:38 -07:00
tbjump fabbab52d5 node: go mod tidy 2023-05-04 07:22:38 -07:00
tbjump 335c83f080 upgrade to golang 1.19.8 2023-05-04 07:22:38 -07:00
tbjump c60812537d node: upgrade golang.org/x/net to v0.9.0 2023-05-04 07:22:38 -07:00
tbjump bdbe4d3602 clients/eth: upgrade go-ethereum to v1.11.6 2023-05-04 07:22:38 -07:00
A5 Pickle d99a0d8ee8 sdk/js: fix `publishTokenBridgeUpgradeContract` 2023-05-03 14:57:45 -04:00
A5 Pickle 0b0b9cea70 sdk/js: fix `publishAttestMeta` in mock 2023-05-03 14:57:45 -04:00
bruce-riley 95b48444f4
Client/js: Add cmds to edit and verify VAAs (#2838)
* Client/js: Add cmds to edit and verify VAAs

Change-Id: I23def5cd83a409b9ba1a9ae606e06e5b2869760b

* Update readme

Change-Id: Ie58b5fd8f337a02ebd947f8fb7c7fae19638625d

* Tweak wording in readme

Change-Id: Ife86b40cf1e4112b6945d4dd65081d79d25301d8
2023-05-03 13:55:42 -05:00
Evan Gray 0ed02a1391 clients/js: update terra gas url 2023-05-03 14:54:31 -04:00
Evan Gray d050ad1d67 sdk/js: sui support posting VAAs over 1024 2023-05-02 22:05:33 -04:00