aki
aki
Currently in Tilt, `const-gen` re-runs on most changes and takes ~1-2min each time. We can save many eng hours by writing this in TS and parallelizing the env file creation....
Worm CLI currently doesn't handle submitting transfer or upgrade VAAs to Sui.
Currently, most if not all of the code in `clients/js` has no tests. We should add tests for each command to ensure future refactors don't break any functionality.
Currently, if Aptos encounters an error in Tilt, it will continue to crash loop because the startup will keep erroring when trying to create a resource account that was successfully...
Currently, in the Aptos contracts, [`complete_transfer`](https://github.com/wormhole-foundation/wormhole/blob/9824d71fe1885f20eee368eac7609d0b47abb983/aptos/token_bridge/sources/complete_transfer.move#L71-72) deposits coins to both the recipient specified in the VAA and the fee recipient (ie the caller of the method that has relayed the...
Currently there are at least 2 separate implementations to parse VAAs (such as those in `clients/js/vaa.ts` and `sdk/js/vaa/*`). This is inconvenient because different helper methods depend on the slightly differing...
Currently, there is only a single test that tests sending an SPL token to Ethereum and back to Solana. This doesn't give full coverage of most of the APIs (eg...
I realize this is a deprecated repo, but the src code for d3.keybinding is hosted here, instead of as a separate repo anywhere else. In d3.keybinding, the callback for each...