You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was noticed on fairground that when starting a network from genesis, the contract deployment heights in the network parameters for the bridges is ignore. This means the node start looking from logs from block height 0 and it takes forever to catch up.
Observed behaviour
Nodes start looking for contract logs from height 0 when starting from genesis.
Expected behaviour
Nodes start looking for contract logs from the height specified in the network parameter when starting from genesis.
Steps to reproduce
1. Submit `xyz` transaction
2. With this payload
3. Query `abc` API
4. Observe the error
Software version
v0.77.0
Failing test
No response
Jenkins run
No response
Configuration used
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Problem encountered
It was noticed on fairground that when starting a network from genesis, the contract deployment heights in the network parameters for the bridges is ignore. This means the node start looking from logs from block height 0 and it takes forever to catch up.
Observed behaviour
Nodes start looking for contract logs from height
0
when starting from genesis.Expected behaviour
Nodes start looking for contract logs from the height specified in the network parameter when starting from genesis.
Steps to reproduce
Software version
v0.77.0
Failing test
No response
Jenkins run
No response
Configuration used
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: