Yevheniia Berdnyk
Yevheniia Berdnyk
The issue is not reproducible anymore, so should be closed
Hi @enriavil1, I've just retested this issue and unfortunately it's still reproducible. However I've noticed that's only relevant to EIP1559 transactions, when we sign and send a tx with gasPrice...
EIP-1559 transactions don't include a gas price. I meant legacy transactions (with a gas price) are not added to the tx pool but EIP-1559 (without a gas price) are added...
It's `-32000: 'INTERNAL_ERROR: rlp parse transaction: invalid chainID'` for legacy txs. For EIP-1559 I'm also getting `-32000` before checking the tx pool
What do you mean - the same transaction? I send a transaction once, get error which is expected and after that I check a tx pool.
ChainId is randomly generated number so it changes each time when I run a test. But the result is always the same
Just retested - not reproducible anymore. Closing the issue
One more example from e2e tests on the Feb 21 nightly build where **light client is disabled**. ### Preconditions: There is a group chat with 3 users. ### Steps: -...
hi @flexsurfer, I've just pushed a minor change for e2e tests, please don't remove it while merging
hi @siddarthkay, sorry for the delay :( Issues from e2e tests: 1. All tests related to communities are failed because Plus button is disappeared from communities screen. We should have...