kev1n-peters

Results 7 issues of kev1n-peters

When switching chains the `BlockTracker` doesn't reset the highest block its seen and the block cache middleware (`CacheSubprovider`) doesn't clear its internal block cache. This can cause issues when when...

type: bug

### Describe the Bug The JavaScript generated for an enum with a method references a non-existent function. ### Steps to Reproduce ```rust // lib.rs use wasm_bindgen::prelude::*; pub enum Foo {}...

bug

This change is [](https://reviewable.io/reviews/certusone/wormhole/1451)

`eth_getBlockByHash` sometimes returns `"not found"` when called with the transaction hash from a smart contract event log. It's hard to reproduce consistently which leads us to believe that there might...

Wormhole is currently using a deprecated version of [ganache-cli](https://www.npmjs.com/package/ganache-cli). We should upgrade to the [latest ganache version](https://github.com/trufflesuite/ganache/releases/tag/v7.5.0) for its post-merge support. Some features that would be nice are the `finalized`...

Redeeming this particular NFT on Solana results in the error: "Error: IoError(Custom { kind: Other, error: InvalidAccountData })" NFT transferred from Ethereum: https://etherscan.io/tx/0x126475d9e1163e005a7a201eca8e75739444fbee0da2d00b8c541d650325c636 Failed to redeem on Solana: https://explorer.solana.com/tx/58NNVV6ynW8yujMU8AxTbmTtUat4g74qg4cPy1CktcXXqUcsTgvWrDc34aRiJn6ykxc8S5kGc9xsJHPjRHdEBmc9 The...

solana