Trevor Porter
Trevor Porter
@alunny @imhotep Would you guys mind taking a look at this?
At the moment I don't have the time to upgrade to TwitterKit 3-- the next couple weeks are very busy for me. You're welcome to submit a PR if this...
Created https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3664 where I moved some of the longer range issues to
I think part of the problem is also that the interface to rocksdb isn't async. So we block when performing rocksdb IO, and we sometimes do this in loops From...
ah that's a good idea. https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3414 is similar - we will no longer block on it, but still will do the work to eventually build the merkle tree. When we...
chatted w/ @daniel-savu - we'll likely do this after the throughput. Plan is to: 1. just slap the multithreaded runtime on and see what gains (if any) we get over...
Thanks @byeongsu-hong -- I fixed the failing test in https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3825 (now merged w/ the changes in here), going to close this in favor of that
kinda related - a thread on how to use RPC URL secrets in the warp UI https://discord.com/channels/935678348330434570/935678739663192184/1250460560584081511
Following up here - we have a workaround merged that allows for agent transaction overrides to be set: https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3563 You can manually configure the `transactionOverrides` as we do here https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3563/files#diff-6287a71fca6adf8b4b4e85011e0a3f122b202810e876a5d38f7251c6a0c4874aR921....