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
bruce-riley
5aa99a959f
Node: IBC Watcher channel query broken ( #2950 )
2023-05-17 17:04:46 -05:00
Nikhil Suri
b8b425263b
node/watcher: filter recv_packet events ( #2883 )
2023-05-05 14:55:09 -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
b5f1622129
node/watchers/algorand: 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
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
Paul Noel
3eefb74bfb
node/pkg/watcher: watcher audit change
2023-05-01 15:21:38 -04:00
bruce-riley
4ed89172cc
Node: Block height is always zero on Terra2 ( #2762 )
...
* Node: Block height is always zero on Terra2
Change-Id: Ie504139fa3cd9fcce78dd53ca9a0cfc797f3bf30
* Remove test logging
Change-Id: I273267171f7201818395f17d87592ae75f0ce5c8
2023-04-20 16:28:51 -05:00
bruce-riley
8a866c3c1d
node: sei testnet support ( #2660 )
...
* Sei testnet support
* Set contract addresses
* node/pkg/watchers: add RunWithScissors
* SDK tweaks
* node: revert "node/pkg/watchers: add RunWithScissors" (#2620 )
This reverts commit 9b8bed4dbf
.
* Make Sei use IBC watcher
---------
Co-authored-by: Paul Noel <panoel007@gmail.com>
Co-authored-by: Paul Noel <35237584+panoel@users.noreply.github.com>
2023-04-18 09:34:01 -04:00
Paul Noel
40a638de4c
node: add sui watcher for devnet and testnet only
2023-04-18 09:03:09 -04:00
bruce-riley
53703d8ffc
Node: ibc watcher ( #2566 )
...
* Node: IBC watcher
* Rework event parsing, add tests
* Config changes
* Config changes
* Start converting to tendermint
* More functionality
* Minor test changes
* Formatting changes
* Code review rework
* Rework event parsing
* More rework
* More rework
* Tweak some log levels
* More rework
* More rework
* Don't enable Terra2 over IBC
* Fix issue with error reporting
* More review rework
* Switch from connection IDs to channel IDs
* Remove unused errC from go routines
2023-04-17 09:54:36 -05:00
Paul Noel
2016da7713
node: revert "node/pkg/watchers: add RunWithScissors" ( #2620 )
...
This reverts commit 9b8bed4dbf
.
2023-04-11 17:55:43 -04:00
Paul Noel
9b8bed4dbf
node/pkg/watchers: add RunWithScissors
2023-04-10 12:59:27 -04:00
Paul Noel
048595f3da
node/pkg/watchers: add doc
2023-04-06 13:56:49 +00:00
bruce-riley
f9758b38e7
SDK/Node: Sepolia deployment ( #2567 )
2023-04-03 09:24:17 -05:00
bruce-riley
a52acb52a3
Node: Generate readiness labels programmatically ( #2540 )
...
* Node: Generate readiness labels programmatically
Change-Id: Ica03a7cc314b92a0521afad053ffa20f03ff6529
* Move obsolete labels into test code
Change-Id: I682ec4ca2ea36be1f53b3f6d39f2da4191e2805f
* Code review rework
Change-Id: Idc8f17265a0b6ef357ac98707d20cc2486001520
* Redesign based on feedback
* Near tests failing
* Fix panic in solana
2023-03-27 12:50:21 -05:00
bruce-riley
0dc0aefa08
Node/acct minor fixes ( #2502 )
...
* Node/Acct: logonly should not block anything
Change-Id: Ie398596fcaf296a37a9f9a447f70a12d16c5dbe9
* Node/Acct: Increase audit interval
Change-Id: I90b59cb6a353d98a7eb210a6802946d082e0eda6
* Node/Watcher: Log txHash when reobs fails
Change-Id: I1b0b5d9ca53097d8f766264fb225f7592bd76f5b
* Remove unnecessary log message
Change-Id: I838f5e19d705cb086856199e1316b6e9592ced41
* Remove reference to devnet from log msg
Change-Id: Iffaf850751d742b253a03611b4f75f5af183c10e
* Tweak log msg
Change-Id: I98e48eed99058903a0b26c6db67bb0a06bad365b
2023-03-14 09:32:46 -05:00
bruce-riley
9802f9cf2b
Node/Watcher/EVM: Fix TimeOfBlockByHash ( #2517 )
...
* Node/Watcher/EVM: Fix TimeOfBlockByHash
* Tweak log messages
* Remove obsolete source file
2023-03-14 08:21:11 -05:00
Evan Gray
9da2bd4150
node: fix aptos reobservation
2023-03-07 13:21:56 -05:00
bruce-riley
26da76077e
Node: Rename Arbitrum connector ( #2432 )
...
* Node: Rename Arbitrum connector
Change-Id: I3cb2212f923f260ae92f6bd97b747f9839495744
* Rename the class
Change-Id: I9f8dd5efd3d5e058c1ed70750215144908dbafef
2023-03-01 11:14:25 -05:00
Paul Noel
ae7de3d575
node: Bedrock changes
2023-02-23 22:26:28 -05:00
bruce-riley
a2d09dad4b
Node: Base watcher support for testnet ( #2424 )
...
* Node: Base watcher support for testnet
* Add a comment
* Add base to rpc dump command
2023-02-23 18:37:35 -05:00
Hendrik Hofstadt
1409550130
node: fix near watcher tests
...
Change-Id: I76f0863da66b14291fbaaa671b1440197dca7bcd
2023-02-23 07:11:50 -08: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
Paul Noel
d8f4740717
node: Fix defer ( #2334 )
...
* node: Fix defer
* node/pkg/wathcers: fix error
2023-02-06 08:38:45 -06: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
Josh Siegel
04b0018cfe
sui/guardian: more informative error messages
2023-01-23 11:00:09 -06:00
Josh Siegel
bf70827fe7
sui: guardian watcher updates
2023-01-23 11:00:09 -06:00
tbjump
5323453b81
node: add channel read/write type constraints ( #1931 )
2023-01-20 13:15:13 -08:00
Josh Siegel
588d7e629a
node: ether block pollers need to wrap their supervisor runs
2023-01-19 07:18:59 -06:00
jumpsiegel
3580f51ccf
node/pythnet: websocket subscription ( #2219 )
...
* node/pythnet: websocket subscription
2023-01-18 11:24:55 -05:00