galacticcouncil / galacticcouncil/hydration-node
Improve block number related logic in integration tests
Open
- Dominant language
- Rust
- Stars
- 208
- Forks
- 109
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 3
Description
There were a bunch of issues with block numbers in integration tests recently.
I think we should rewrite e.g.
https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/polkadot_test_net.rs#L356
and
https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/oracle.rs#L20
(and the others)
into something that bumps both the relay chain number and the HydraDX number, with both of them being different (relay should be higher).
Contributor guide
Assessment
This issue has not been assessed yet.