Leo
1c0815e107
node/pkg/ethereum: increase log levels
...
commit-id:8ec48eb6
2022-01-11 15:10:12 +01:00
Leo
af2bd5be36
node/cmd: add public telemetry for logs
...
commit-id:582fc943
2022-01-11 15:10:12 +01:00
Leo
870afc5193
node/pkg/ethereum: do not override outer scope's cancel function
...
Otherwise, we might end up cancelling the root context by accident.
commit-id:09a5287e
2022-01-11 15:10:12 +01:00
Leo
a5223c074a
node/pkg/ethereum: reduce timeout for TransactionReceipt
...
We should spend as little time holding pendingMu as possible.
Ideally, we would refactor the component to do non-blocking I/O.
commit-id:b464c384
2022-01-11 15:10:12 +01:00
Leo
146c08d5af
node/pkg/ethereum: correctly log "not found" error
...
commit-id:23a5fd80
2022-01-11 15:10:12 +01:00
Leo
81d1e821c0
node/pkg/ethereum: minimum confirmations for Polygon
...
commit-id:0d95a63c
2022-01-11 15:10:12 +01:00
Leo
ab18f278fe
node/cmd: use plain global root logger
...
Get our own root logger and pass that to ipfslog. Prerequisite for
getting fancy about using Zap plugins.
commit-id:ad22324d
2022-01-11 15:10:12 +01:00
Leo
26a946fef7
node/pkg/solana: update recovery.cfg
...
commit-id:facc30f4
2022-01-11 15:10:12 +01:00
Leo
33717ebcc9
node/pkg/ethereum: check for rpc.ErrNoResult with non-nil tx
...
This cannot currently happen the way TransactionReceipt is implemented,
but make sure to check the tx != nil case anyway in case the API
is changed in future releases of go-ethereum.
commit-id:b721f0be
2022-01-11 15:10:12 +01:00
Leo
5de9d11b51
node/pkg/ethereum: improve confirmation logging
...
Makes the log slightly nicer to grep when looking for a tx.
commit-id:dc7cd00a
2022-01-11 15:10:12 +01:00
Hendrik Hofstadt
409b5ca5bf
Properly check for orphaned txs
...
Change-Id: I2c3d1f638f6e6ab22c4dfcbbe0a0f5f6fd62f730
2022-01-07 10:31:37 -05:00
Evan Gray
e1257f123a
node: eth watcher multi-message fix
2022-01-04 10:44:46 -05:00
Hendrik Hofstadt
cc2c310ba6
Refactor terra guardian component
...
This allows multi-message emission in a single call.
Change-Id: Ief28e91646362506453fe48b5489fd4ee0d35682
2022-01-04 16:21:10 +01:00
Justin Schuldt
9656cca4f3
export MakeRowKey in bigtablewriter.go ( #650 )
...
So it can be used elsewhere, in cloud functions.
2021-12-27 12:21:47 -06:00
jumpsiegel
f90ed66ca0
Stub out algorand support in wormhole ( #611 )
...
* Stub out algorand support in wormhole
1) Introduce the algorand chain constant in all the appropriate places
2) Deploy pyth/hernandc algorand smart contracts into devnet
3) Fund all the correct contracts for devnet testing
Change-Id: I6e4402b5b21223b32ea89653f8c7606f5c7f2843
* pr/jsiegel/algorand-v1: ALGORAND is not a EVM chain @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix lint @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: put the requirements into the image @ gusc1a-ossdev-jsl1
* jsiegel/algorand: make the watcher hang forever @ gusc1a-ossdev-jsl1
* jsiegel/algorand: comment these out @ gusc1a-ossdev-jsl1
* jsiegel/algorand: put this back in @ gusc1a-ossdev-jsl1
* jsiegel/algorand: fix guardian example @ gusc1a-ossdev-jsl1
* Generate teal source code
commit-id:a537a109
* jsiegel/algorand: it builds @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: add Dockerfile.teal @ gusc1a-ossdev-jsl1
* jsiegel/algorand: improve the dependencies @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: Fix up build @ gusc1a-ossdev-jsl1
* dead file
* pr/jsiegel/algorand-v1: remove more stuff @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix build @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: freeze the requirements @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: Fix teal to use pipenv @ gusc1a-ossdev-jsl1
* pr/jsiegel/algorand-v1: fix miss-merge @ gusc1a-ossdev-jsl1
Co-authored-by: Leo <leo@certus.one>
2021-12-22 11:22:04 -05:00
Leo
8a24b23a27
node/pkg/solana: fix recovery account for 23635
...
commit-id:ad9e3269
2021-12-21 23:44:26 +01:00
Leo
dc1aa7ad5b
node/pkg/solana: add more recovery accounts
...
commit-id:9d40354b
2021-12-21 23:01:37 +01:00
Leo
c3f97c0e7e
node/pkg/solana: put finalized check back
...
commit-id:7425a438
2021-12-21 22:57:57 +01:00
Leo
17508ff29c
Revert "node: move oasis to testnet mode"
...
This reverts commit 9ad792c6ee
.
commit-id:896988bd
2021-12-21 22:00:15 +01:00
Leo
9ad792c6ee
node: move oasis to testnet mode
...
We're not ready to release this yet.
commit-id:c2d6531f
2021-12-21 21:01:47 +01:00
Leo
40d1a57167
node/pkg/solana: bump recovery date and remove constraint
...
We don't know what commitment level the missing transactions use.
commit-id:8ed29f9f
2021-12-21 21:01:47 +01:00
Leo
fce50e7c48
node/pkg/solana: double number of max retries
...
This should reduce the number of misses during periods of heavy weather
and high winds, at the expense of increasing load on the RPC nodes.
commit-id:98704274
2021-12-21 21:01:47 +01:00
Leo
3c1ee3bdc3
node: add oasis support
...
commit-id:31eeeb35
2021-12-20 20:57:11 +01:00
justinschuldt
024ced81d9
PubSub infra for bigtable data enrichment
...
Change-Id: Ide08774960ad7e9dee04090bc990be49357c79a2
commit-id:928fad6e
2021-12-20 16:56:56 +01:00
Leo
1e997bbf13
node/pkg/solana: add Dec 21 recovery event
...
commit-id:e9c5a3d5
2021-12-20 16:05:22 +01:00
Leo
8aedb5b315
hack/lookup_txes: be smarter about searching within a range
...
commit-id:944810ec
2021-12-20 16:05:22 +01:00
Leo
2a7c32ca3f
node: re-observe backfilled VAAs
...
commit-id:8a9af802
2021-12-20 16:05:22 +01:00
Leo
6260d5a148
node: add support for backfilling via RPC
...
commit-id:5cad9f7b
2021-12-20 16:05:22 +01:00
Leo
8e695c674a
node: run all Go tests in CI
...
commit-id:baa9f712
2021-12-20 16:05:22 +01:00
Leo
585a22cf59
node/pkg/supervisor: remove supervisor_test.go
...
The tests do not work outside of Monogon's test harness - remove them.
commit-id:46bf85fe
2021-12-20 16:05:22 +01:00
Leo
ceff5a0954
node/pkg/solana: rename ParseMessagePublicationAccount and delete tests
...
The tests were never updated for Wormhole v2 and don't work.
commit-id:d5b153db
2021-12-20 16:05:22 +01:00
Leo
e7d07dfded
node/pkg/vaa: fix TestBodyRegisterChain_Serialize
...
I accidentally broke this in 2022b55fd
, which removed the header.
commit-id:8665659a
2021-12-20 16:05:22 +01:00
Leo
8546ee6e14
node/pkg/vaa: remove error return value from SigningMsg
...
serializeBody always returns a nil error.
Remove the error return value.
commit-id:5e150f69
2021-12-20 16:05:22 +01:00
Leo
e571e96bbd
node: fix linter warning
...
Thanks linter, I did *not* know about this one :-)
commit-id:222b476a
2021-12-16 17:33:59 +01:00
Leo
1e4ecef4ce
node: add --only flag to list-nodes
...
commit-id:4f7d40fc
2021-12-16 17:12:13 +01:00
Leo
ce85d8b717
node: add a missing newline
...
It did work in staging! ... with a single node
commit-id:bc375534
2021-12-16 17:03:34 +01:00
Leo
939ea5d28d
node: refactor adminnodes.go
...
This felt so good to clean up
commit-id:a81777df
2021-12-16 16:51:16 +01:00
Leo
537d56b37a
devnet: avalanche fix
...
commit-id:3ab70784
2021-12-15 00:16:18 +01:00
Leo
e950bb831a
node: enabled avalanche on mainnet
...
commit-id:45e694bd
2021-12-15 00:00:31 +01:00
Leo
b0ed42681d
Use stable Buildkit syntax
...
We no longer need to be on an experimental branch - all the
Dockerfile features we need were released on 1.3.
commit-id:b083856a
2021-12-13 15:38:17 +01:00
Leo
00c046e81e
Bump Go to 1.17.5
...
commit-id:359d3fb7
2021-12-13 15:38:17 +01:00
Leo
e15f712955
node: fix showDetails in testnet mode
...
Change-Id: Ie93fb68bc31de67e1b009b758c29bcdd275394f9
2021-12-10 12:06:52 +00:00
Leo
864e983e04
node: add avalanche support in testnet mode
...
Change-Id: Icdf6c26187547d1b1929e43530beeec17c142e3f
2021-12-10 11:48:03 +00:00
Leo
bc48b1b51d
node: add spy service
...
Change-Id: Ieb04e6d26c7778d8a8afbbeaee79d764d9f2cd31
2021-12-03 02:01:56 +01:00
Leo
8800d7bfd3
*: add ropsten chainID and guardiand implementation
...
Change-Id: Ib99316c28237d946eb2b6d013f4e275a620d4aa8
2021-11-22 22:32:36 +00:00
Leo
b860c2b00e
node/cmd: output hex bytes for VAA lookup
...
Change-Id: I1ade7483679eb035695b3b77b8b95243d2174b86
2021-11-05 15:42:15 +00:00
Leo
9cc37e3923
node/notify/discord: mention node operator groups
...
Change-Id: I891adf9342c84efefb8f4f908ae0b2881b118d7e
2021-11-05 15:42:15 +00:00
Leo
16c9f9036b
node/pkg/processor: change threshold for Discord notifications
...
Change-Id: I09060ad46a47b6293b18cffd717492098ad6dda0
2021-11-05 15:42:15 +00:00
Leo
a4653eac36
node/cmd: add admin dump-vaa-by-message-id command
...
Change-Id: I1cba29582b23b8dfeb77cc4a2fe143ca7113a88f
2021-10-29 21:02:07 +00:00
Leo
f59f4bbb2e
node/pkg/processor: ignore late observations for quorum VAAs
...
This avoids gossip spam and false positive Discord notifications
when a connected node catches up and late observations are made.
Change-Id: If9562661487d3d3d5138d27298b005f278f9e9ce
2021-10-29 19:14:05 +00:00