Domino Valdano
Domino Valdano
The `Test_Mock_AssertExpectationsServer` test added in this PR passes on master (v1.7.1) (at least with go 1.18 and 1.17?), and does not hit any race condition for me (even if run...
I get the same error when I try to run the latest friture on MacOS Big Sur 11.3.1 2021-06-19 00:17:40,515 INFO friture.analyzer: Friture 0.45 starting on Darwin (darwin) 2021-06-19 00:17:40,635...
Update: I was able to fix the problem by manually upgrading to the latest numpy: ``` > pip3 install -U numpy Requirement already satisfied: numpy in ./buildenv/lib/python3.9/site-packages (1.19.3) Collecting numpy...
I found the original error message in discord history: ``` {"jsonrpc":"2.0","error":{"code":-32010,"message":"FeeTooLow, FeePerGas needs to be higher than 21000000000 to be added to the TxPool. Affordable FeePerGas of rejected tx: 20676950200."},"id":8}...
Ah, good point--in that case, I wonder if re-orgs could be the problem. It removes each tx from the the mempool as soon as it receives a new head including...
Since this adds a new toml config param, we should also mention it in docs/CHANGELOG.md
> @amirylm looking at the migrations, I can only see two indexes for evm.logs, one for `tx_hash`, and then another for `evm_chain_id, block_timestamp`. `SelectIndexedLogs` seems to query based on evm_chain_id,...
> Correct me if I'm wrong, but I don't see any usage of these filters during PollAndSave cycle. IIUC goal of this PR is to support filters with extended definition,...
This got closed due to being stale, but someone noticed it again recently so I'll pick it back up again soon.
> Does this help? https://github.com/smartcontractkit/chainlink/pull/12155 Yes it does, thank you!