Jake Kidd
Jake Kidd
> why routers are sending a bid which doesn't exist on the sequencer's subgraph. Double check that the sequencer's subgraph querying is correct/up-to-date
Also, does the sequencer use a maxBlockNumber for its subgraph queries? If it uses maxBlockNumber and sets it to like, 25 blocks ago, that might explain why we are having...
Nvm, looks like no usage of maxBlockNumber, ```ts transfer = await subgraph.getOriginTransferById(origin, transferId); ```
> We should make this time logging part of the "debug" log config. IMO it should be in the code and be able to be enabled with a "switch flip"...
> https://docs.connext.network/configuring-a-router Ah, I misread your first comment. I thought you said it should NOT be able to be enabled by switch flip of sorts , haha. Yes, agreed. I...
Can't repro the issues/failures in the CI for this. The only additional functionality I added was the additional argument for the `waitForConfirmation`. Any insight welcome
**Opened an `internal-audit` branch. Please base your PRs off of that branch!** **List any PRs for the purpose of internal audit here!**
https://github.com/connext/nxtp/pull/2002 : condense `execute` method
https://github.com/connext/nxtp/pull/2003 : Fix xcall docstrings
#2076 this got done as part of internal audit https://github.com/connext/nxtp/pull/2084