Commit Graph

549 Commits

Author SHA1 Message Date
bruce-riley f5f5817015
Node: Fix Injective watcher decode failures (#3057)
* Node: Fix Injective watcher decode failures

Change-Id: Ie85267d07c54a4b5f76bb09483596f4d2d5f07a9

* Address review comment

Change-Id: I3295870914c86f00b5ef2a46ddd2c88e4a4ef1e5
2023-06-07 15:50:14 -05:00
tbjump 89a054cdfb node: update golang to 1.20.5 from 1.20.4 2023-06-07 13:16:31 -07:00
tbjump e432378fbb node: move adminrpc from guardiand into own package 2023-06-06 09:13:48 -07:00
bruce-riley 07a01b6511
Node: Add wormchain deploy admin commands (#2964)
* Node: Add wormchain deploy admin commands

Change-Id: Id9c7fa75acf545ba8bb5be5184690f14b66bbe49

* Node: Fix parsing of WasmHash

Change-Id: If44badaecf96df8aed2625a99cecdcb4a09ef6ce

* Fix lint error

Change-Id: Ic4822034b66724203f021883e583dec61244cbd7
2023-06-02 10:06:34 -05:00
bruce-riley 49a183a147
Node/Watcher: Fix intermittent poller test failure (#2991)
Change-Id: Iaca9011ce06b7d415ce2f849f653988adbbb8474
2023-05-26 09:17:52 -05:00
tbjump e7abd1d968 node: unify environment config with common/mode.go 2023-05-25 11:11:33 -07:00
tbjump 821d66eae6 node/near: improve logging per reviewer feedback 2023-05-25 10:15:14 -07:00
tbjump 6cd3af30ab node/near: bugfix return err in processTx if processOutcome fails 2023-05-25 10:15:14 -07:00
tbjump 9af2796790 node/near/test: improve test case 2023-05-25 10:15:14 -07:00
tbjump 4396443167 node/near: improve debug logging in poll.go 2023-05-25 10:15:14 -07:00
tbjump 220f61c630 node/near/test: improve test case 2023-05-25 10:15:14 -07:00
tbjump 73d24fc670 node/near: fix comment 2023-05-25 10:15:14 -07:00
tbjump b827301ce6 node/near: prevent transactionProcessingQueue from growing too large 2023-05-25 10:15:14 -07:00
tbjump c20c3c667d node/near/test: bugfix don't write to testCase.doneC from setupAndRun 2023-05-25 10:15:14 -07:00
tbjump 42e8121d7d node/near: improve error handling in mock_server 2023-05-25 10:15:14 -07:00
tbjump 51dd2875f7 node/near: re-organize test cases 2023-05-25 10:15:14 -07:00
tbjump f52b123586 node/near: add timeouts to tests 2023-05-25 10:15:14 -07:00
tbjump a5a37495bb node: log golang version on startup 2023-05-24 09:52:58 -07:00
tbjump db462668a6 node: bugfix: inverted meaning of publicRpcLogToTelemetry 2023-05-24 09:52:58 -07:00
tbjump 6a231e8149 node: add options --telemetryServiceAccountFile and --telemetryProject 2023-05-24 09:52:58 -07:00
bruce-riley f5b96ecb4e
Node/SDK: Mainnet Sei deploy (#2969)
Change-Id: I18491c36963e44791c688d1b14fb2c8062eb6544
2023-05-23 17:14:26 -05:00
bruce-riley 5aa99a959f
Node: IBC Watcher channel query broken (#2950) 2023-05-17 17:04:46 -05:00
Jonathan Claudius 4903fe8313 node: lower governor limit for solana 2023-05-16 09:16:55 -04:00
Nikhil Suri ee7d0765f9
sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590)
* sdk: add new governance VAA for IbcReceiverUpdateChainConnection

* Enforce connectionId to be 64 bytes, add tests in rust sdk

* Update PrependBufferBytesFixed to LeftPadBytes, add template function + command for IBC governance VAA

* Add >64 length check for ibcReceiverUpdateChainConnectionConnectionId in runIbcReceiverUpdateChainConnectionTemplate command

* Update naming of governance VAA to reflect new mapping of channelId -> chainId

* Add TargetChainID to admin commands

* Node: Add IBC update channel to admin verify cmd

---------

Co-authored-by: Bruce Riley <briley@jumptrading.com>
2023-05-12 06:11:21 -04:00
tbjump d9d5481092 node: update golang to 1.20 from 1.19 2023-05-12 05:59:53 -04:00
tbjump d22cf3d7d2 node/gov: Add tBTC to manual_tokens.go 2023-05-11 15:47:41 -07:00
tbjump 3a2fb8b47d
node/gov: change Sui parameters to M/00k (#2914)
Co-authored-by: tbjump <>
2023-05-11 14:19:54 -04:00
Nikhil Suri b8b425263b
node/watcher: filter recv_packet events (#2883) 2023-05-05 14:55:09 -07:00
tbjump a5092db982 node/governor: handle type assertion error 2023-05-05 07:13:40 -07:00
tbjump ff413a2068 node: 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
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