Dirk Brink
Dirk Brink
TODO: - [ ] Update commit hash for solidity sdk to point to commit on main repo, not on fork. Once https://github.com/wormhole-foundation/wormhole-solidity-sdk/pull/45 lands - [ ] Fix truffle tests. Will...
The endpoint address for Sui appears to have been changed: https://www.allthatnode.com/sui.dsrv Previous URL was failing with: ``` FetchError: request to https://sui-mainnet-rpc.allthatnode.com/ failed, reason: getaddrinfo ENOTFOUND sui-mainnet-rpc.allthatnode.com at ClientRequest. (/Users/dirk/code/wormhole/node/hack/governor/node_modules/node-fetch/lib/index.js:1491:11) at...
The original purpose of this fuzzing suite was to give more confidence around the changes in https://github.com/wormhole-foundation/wormhole/pull/3366. This fuzz test suite uses both the currently deployed core contract, and deploys...
# Description The Aptos core bridge contract uses [64 bit nonces](https://github.com/djb15/wormhole/blob/03f13ad8f03b8b3d4a03dc4bd124fb001b457c38/aptos/wormhole/sources/state.move#L26), but the Guardian only supports [32 bit nonces ](https://github.com/djb15/wormhole/blob/03f13ad8f03b8b3d4a03dc4bd124fb001b457c38/node/pkg/common/chainlock.go#L128)in a message publication. The [Aptos watcher](https://github.com/wormhole-foundation/wormhole/blob/main/node/pkg/watchers/aptos/watcher.go#L342) currently drops any messages...
## Description The Wormhole Near Watcher contains two issues in its event logs processing logic located in the file `tx_processing.go` that prevents some valid messages sent from NEAR to other...