leoluk

Results 121 issues of leoluk

Design doc: https://forge.certus.one/plugins/gitiles/wormhole/+/refs/heads/dev.v2/design/0005_data_availability.md - [X] Store signed VAAs in local database - [X] API endpoint to retrieve signed VAAs - [X] Publish signed VAAs to gossip - [X] Store missing...

enhancement
c/node

wasm-pack ignores the lockfile: https://users.rust-lang.org/t/wasm-pack-ignoring-cargo-lockfile-when-building-on-github-actions/47743 ... which just broke our build: ``` #22 1.686 Error: Error during execution of `cargo metadata`: Updating crates.io index #22 1.686 Downloading crates ... #22...

Anyone can talk on the p2p gossip channel and send invalid lockup observations. - Figure out what protections libp2p provides. - Channel pressure in guardiand at high rates. - Inbound...

enhancement
c/node

``` 2021-11-16T10:20:23.160Z WARN wormhole.root.solwatch-finalized solana/client.go:378 SOLANA BUG: skipped or unavailable block retrieved on retry attempt {"empty_retry": 2, "slot": 107151303, "commitment": "finalized"} 2021-11-16T10:20:23.160Z INFO wormhole.root.solwatch-finalized solana/client.go:294 fetched block {"slot": 107151303, "num_tx":...

bug
c/node

Having to manually look up guardian names for `wormhole_observations_signed_by_guardian_total` is annoying. Either figure out a way to use joins in Prometheus or have the guardian look up names in the...

node

As part of our test suite, we need to test with very high tx rates on Solana.

enhancement
c/node

There's nothing in the spec preventing this - test this.

enhancement
c/node

See #123 - Terra needs either a chain replay, or poke feature. Given relatively low throughput, chain replay would be much preferable option because it does not require user action.

enhancement
c/node

May be implemented at some point in the future. Blocked by inability to do floating point math in the eBPF VM without significantly exceeding our compute budget.

research

``` guardiand[17462]: 2021-02-05T09:46:42.936Z ERROR wormhole.root.p2p p2p routine has exited, cancelling root context... {"error": "failed to connect to any bootstrap peer"} guardiand[17462]: 2021-02-05T09:46:42.936Z INFO wormhole root context cancelled, exiting... systemd[1]: guardiand.service:...

bug
node