Commit Graph

2917 Commits

Author SHA1 Message Date
heyitaki 3bb0562f45 sdk/js: add tests for aptos sdk 2023-02-10 12:35:34 -05:00
heyitaki 7c1721d199 sdk/js: add aptos js sdk
Updated aptos npm package version to use `AptosAccount.getResourceAccountAddress` api in aptos.ts. `getForeignAsset` is also currently unimplemented.
2023-02-10 12:35:34 -05:00
heyitaki f584f5c739 sdk/js: refactor nft test utils 2023-02-10 12:35:34 -05:00
Kevin Peters 8dcd3f615f test: accountant e2e contract queries 2023-02-10 12:29:45 -05:00
bruce-riley 9aeb704e58
Deploy: Make contract upd script support pyth (#2349)
* Deploy: Make contract upd script support pyth

Change-Id: I9c40498ef9849979f89e8d48d60333932f8a696f

* Deploy: Tweak the wording

Change-Id: Iddaca17b74ab2c9aa3a1386280457e02433a6593
2023-02-10 11:15:05 -05:00
Conor Patrick 7e982cb032 wormchain: address comments for migrating wasmd contracts 2023-02-07 12:15:11 -06:00
Conor Patrick aac92a19e7 wormchain: add migrating contracts with vaa 2023-02-07 12:15:11 -06:00
Bruce Riley f6825e242e Node/Watcher: make pyth ws restart on all errors
Change-Id: I9956876d4fa8f9fc4614d1e9e294a252cd3b7610
2023-02-07 11:33:22 -05:00
Paul Noel 1658dbffec node/pkg/watcher: add timeouts 2023-02-06 16:32:25 -05:00
bruce-riley f2be500799
Node: Increase channel to bigtable (#2343)
Change-Id: I93410c3dd9d8e2a2afaa76e5e2c66d2ae1a1e2ae
2023-02-06 10:41:33 -05:00
Nikhil Suri 5f224da24c
Add top level .nvmrc file (#2342) 2023-02-06 23:10:40 +08:00
Paul Noel d8f4740717
node: Fix defer (#2334)
* node: Fix defer

* node/pkg/wathcers: fix error
2023-02-06 08:38:45 -06:00
Sushant Chandla 3b8de17d02
solana: remove rand dependency, update no-entrypoint feature (#2321)
* solana: remove rand dependency, update no-entrypoint feature

* solana: test mod only compile for test configrations
2023-02-02 18:04:18 +01:00
Conor Patrick 723f663adc wormchain: use newCtx in antehandler 2023-02-01 09:14:58 -06:00
A5 Pickle ce9c70682c cosmwasm: add prefix handling for observations verification 2023-01-31 21:16:18 -05:00
Bruce Riley 1ca872018b Acct: Node change to set prefix on obs 2023-01-31 21:16:18 -05:00
Conor Patrick e30e762082 wormchain: address comments on wormchain allowlisting 2023-01-31 10:37:53 -06:00
Conor Patrick 034358b55f wormchain: require addresses to be allowlisted to submit tx 2023-01-31 10:37:53 -06:00
Evan Gray 7f9a03254a test: accountant e2e 2023-01-31 11:09:43 -05:00
Jeff Schroeder cca154baf6
node: slightly less verbose guardian logging at info level (#2293)
* node: aptos watcher block height logging to debug

It would be nice to redo this log entry to log something more human
readable in addition to a json blob, but one thing at a time.

* node: near watcher info logging to debug

The near watcher logs when attempting to poll a block and when it
successfully polls a block in addition to some metrics. These are useful
logs, but more suited for debug loglevel.

* node: log cosmwasm watcher block height to debug

* node: log solana empty slots as debug

This cuts down on an enormous amount of additional logging.

* node: update logging in sui watcher

* Set some info logs to debug
* Fix tyop of missmatch --> mismatch
2023-01-31 09:24:33 -05:00
bruce-riley 4116f8454d
Node/Acct: Pending status query fix (#2320)
* Node/Acct: Pending status query fix

* Node/Acct: Test should actually verify the results
2023-01-31 05:22:51 -06:00
Justin Schuldt 15f485885b
wormchain: contracts deploy to Tilt devnet (#2300) 2023-01-30 21:45:22 -05:00
Evan Gray 30d8fb4ef7 Update CODEOWNERS 2023-01-30 21:43:22 -05:00
Evan Gray 95411c6722 wormchain/ts-sdk: add wasm 2023-01-30 12:21:12 -06:00
Evan Gray ae82c4035f tilt: fix accounting deploy 2023-01-30 10:17:20 -06:00
justinschuldt ab6146f19b wormchain - contracts deploy 2023-01-30 10:17:20 -06:00
Evan Gray a9373d54fa wormchain: update ts sdk 2023-01-30 09:17:37 -05:00
Csongor Kiss 145ba6df0f aptos/coin: pin dependency on move stdlib to fix build 2023-01-30 08:50:05 -05:00
Bruce Riley 3dfc8a5285 Node/Acct: add setUpdTime
Change-Id: I0a2172a7b8c63ea7973b11c720b2a965aac362f7
2023-01-29 23:54:43 -05:00
Bruce Riley 2005da77f4 Node/Acct: Fix tmp map key format
Change-Id: Ic2276dd1bb441f4c8b289068fbf23a42d2450b52
2023-01-29 23:54:43 -05:00
Bruce Riley 8ded72af8b Node/Acct: Add another test
Change-Id: I64e37072e77e199f5ff21300ecd9c20aa81a0b5a
2023-01-29 23:54:43 -05:00
Bruce Riley 4a9b2db2df Node/Acct: Audit should handle nil status
Change-Id: I5bfe79fb02ae5c5ef587608eb6e595ad2dd1f848
2023-01-29 23:54:43 -05:00
Bruce Riley 485d5eb037 Node/Acct: Fix audit interval
Change-Id: I23b4d4024462fd47bd0f189f97d0b782fe655a0c
2023-01-29 23:54:43 -05:00
Bruce Riley 90545f7c2a Node/Acct: code review rework
Change-Id: Ib45aec98f855f3e4cff4dabf2d5597ce19b060c9
2023-01-29 23:54:43 -05:00
Bruce Riley 23e09b8ec1 Node/Acct: Tweak audit parameters
Change-Id: Icbd3a85c55ca413de9bac13cc3b5b80b310acbad
2023-01-29 23:54:43 -05:00
Bruce Riley 04f5415c84 Node/Acct: audit stuck pending
Change-Id: I643ce699b5d5e21129d957dae8677e8f2fccdbfd
2023-01-29 23:54:43 -05:00
Bruce Riley 2e400bef1c Node/Acct: check for malformed response
Change-Id: Idb389df44359b77de5c89ce2b15ba44705d86a3d
2023-01-29 23:51:45 -05:00
Bruce Riley e39891bbfd Node: Move setting of scissors metrics up a line 2023-01-29 14:07:13 -05:00
Bruce Riley c585810766 Node: Initialize scissors metrics
Change-Id: I018a663aa5b9ea902f934ab71c23b1786c8aeeb0
2023-01-29 14:07:13 -05:00
Evan Gray c6593ededf tilt: fix guardian wormchainKey1 2023-01-29 10:19:02 -05:00
Paul Noel 6ebd57be58 ethereum/scripts: reduce register script 2023-01-28 07:10:35 -05:00
Justin Schuldt e09a2616bf
wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
justinschuldt 621d1d66fc wormchain - contracts dir 2023-01-27 14:19:28 -05:00
justinschuldt d6c24214be wormchain - config comments and defaults 2023-01-27 14:03:02 -05:00
justinschuldt d9b18a264b node - wormchain config 2023-01-27 11:27:41 -06:00
Tony Jin ab958bc2d7 docs: remove README link to deprecated docs site
Replace link to docs with book.wormhole.com vs the deprecated docs site.
2023-01-27 10:51:00 -05:00
Evan Gray c3dd438ab9 tilt: solana deploy fix 2023-01-27 10:21:32 -05:00
justinschuldt 08a0c28c65 wormchain ibc - update wormchain service name 2023-01-27 06:56:15 -05:00
A5 Pickle aee8720163 terra: fix clippy error 2023-01-26 18:36:03 -06:00
A5 Pickle 1b40fdb7b9 cosmwasm: fix clippy error 2023-01-26 18:36:03 -06:00