3commascapital
3commascapital
* adds fns to separate the step of sending to the relayer, from waiting for the tx to be mined * cleans up interfaces
got the following when trying to swap a uniswap v3 pool ``` ✗ node_modules/.bin/hardhat trace --hash 0xb89c8ee689b95663128571e426b1608ded1263dcc72a18047e3a055f179a08cc --rpc http://localhost:8545 You are forking from block 14361020, which has less than 31...
Describe your PR and link to any relevant issues. simply put, the user property was duplicated, such that it was not clear why the new - auto resolving - resolver...
the following curl requests are not returned consistently from nodes block [1067050](https://etherscan.io/block/1067050) ``` curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xcbb8db2cec3fa38e2ff221462708252bbbe32abb57e5a43f402155880d2883e0"],"id":1}' ``` block [15627984](https://etherscan.io/block/15627984) ``` curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xdd002538bd3165c8aed8a7435f965420bca4406951e490190f4271302a4c5254"],"id":1}' ``` the error...
while performing a fulltrace, it appears that keys that start (maybe end?) with a 0, are truncated: ``` [SLOAD] 0x5ae927a7f2066d8b16875771f50a71dd5068c7a536dc05f9790d2ed7e7e7dfeb → 0x658f34ca497f40089838ec7824ee93500001723f5f6bec3bb [SLOAD] 0xa1e32f41d99bbd4a21e24a4bc7ea34cc6a935534d92e3de0a64b79dfa8ffe21 → 0x658f34ca497f40089672fd5237f1a74000017ae3b99856753 [SLOAD] 0x559790eddc715ccb852a36c4a435823360917a679a3700ef7a54745cd147f937 → 0x658f34ca497f400894bcf78a12f0d89000017b8eb292312ca...
hi there, there is a spam filter in nodes which limits nonces in a block to 16. does it not make sense to limit the number of outstanding transactions to...
hi there, i am trying to figure out the reason for some of the logic in the sender.js file it seems, when there is a large queue of messages /...
# Add New Chain 943 Thanks for your pull request to add a new support in Sourcify. If you haven't done so, please follow the instructions on [how to request...
useful context is lacking from artifacts. addresses are very useful, but not sufficient for all situations, such as indexers, which often desire a start block. this will require a docs...