-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rpc with --no-ancient-blocks fails with truffle-based deployment on 2.7.2+ #11645
Comments
@illya-havsiyevych, I checked and is working for me for 2.5.13, 2.7.2 and 3.0.0-alpha with the same configuration, please take a look to https://github.com/adria0/oe_stuff/tree/master/issue_11645, first start the chain with |
thanks for your effort, for sure will check till end of the day |
|
ok, more update - we have the issue when a node started to respond the following way
still don't know how long would it take to reproduce on this test env |
https://github.com/openethereum/openethereum/blob/v2.7.2/ethcore/sync/src/chain/mod.rs#L181 |
@adria0
wait nodes are in sync
and in other console - try truffle migration |
Ok, yes, there is a regression there in |
|
@illya-havsiyevych, so it seems that the problem is with |
yes, so the issue is in following given
when
and
and
then
|
@dvdplm, any idea |
PS. I'm checking this one, https://github.com/openethereum/openethereum/pull/10608/ |
maybe I just need to set |
Ok, I checked the logs for RPC in gateway and transaction is sent and mined sucessfully. Truffle tries to retrieve the transaction receipt before is mined and the following error is returned:
it tries twice and stops trying it again. I checked this error message and was introduced in 2.6 https://github.com/openethereum/openethereum/pull/10608 |
Ok, from But can we check the code logic itself. So I'm here https://github.com/openethereum/openethereum/blob/master/rpc/src/v1/impls/eth.rs#L836
or in So I guess, that using of |
... also we (and others) are using not only |
|
Here is a log (if I forced I'm assuming some compatible presentation of So why |
... and again if |
How do you did it? via configuration parameters or modifying the code? Truffle deployment works now? Using IPC/ws? |
PS. any reason to |
sec, will send a pull |
Touchpad problems under Sway, mainly 😅 |
@adria0 Plz check adria0/oe_stuff#2 |
PS. we have no plans to fork and fix in a code |
any updates here please ? |
@illya-havsiyevych, in the weekly call (it is open, you can participate) we talk about which issues to work on. (Very) generally speaking, I think that we prioritize
Some of the issues take weeks to solve, and the queue of items grows day by day, so we are asking the community help on this. Is it possible for you just to use the node without |
In our use case - we often assume node in
Community help - we might do it at some point, In any case - knowing a fair ETA is a key. If |
I agree with you that the wiki should explain how the tasks are chosen, it will help. |
After upgrade
truffle
seems is not able to detectmined
transactions and migration stuckgateway
modeExpected behavior (works fine with parity: 2.5.13)
After upgrade
truffle
seems is not able to detectmined
transactions and migration stuckparity: 2.7.2
andOpenEthereum: v3.0.0-alpha.1-nightly-d4b5720-20200401
Command line:
Config:
chain:
PoA network with 5 validators and following params:
The text was updated successfully, but these errors were encountered: