Shane Fontaine

Results 40 issues of Shane Fontaine

Different RPC providers allow for different `getLogs` lookback amounts on different networks. The hop-node should support the max lookback for different popular RPC providers. Some RPC providers don't have an...

low priority
hop-node

The bonder should not bond a transfer that sends more hTokens than have been deposited into the source chain. This would protect against the case where a chain has a...

hop-node

## Describe the bug Calling `zkEvmClient.isDepositClaimable()` appears to randomly error out with `Cannot read properties of undefined (reading 'abi')`. It works most of the time, but when it fails it...

**Describe the bug** The fix in #8902 explicitly defines values to be serialized by ethers. For type `0` txs, ethers will [accept the input](https://github.com/ethers-io/ethers.js/blob/v5.7.2/packages/transactions/src.ts/index.ts#L311) and [check the property keys](https://github.com/ethers-io/ethers.js/blob/v5.7.2/packages/transactions/src.ts/index.ts#L226C34-L226C56). Since...

C-bug
S-confirmed
A-pkg-sdk

Implement multi-bonder in `hop-node`

Consider pros and cons between: * `ethersv5` * `ethersv6` * `viem` If outcome is `ethersv6` or `viem`, upgrade repo to use native `BitInt`. ### Reference Converstaion Some unorganized notes about...