Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI for Parachain and refactor a bit (#393)
* [client] don't check bobs balance after faucet creation. The test fails in the parachain because of the higher tx fees. * [client] fix misleading log * [client] derive blocks to wait from cli and use it consistently * [client] fix bad call to claim rewards * [client] skip testing the rest of the faucet * [client] introduce blocks to wait in go_to_phase call * [client] do await in transfer test too * [client] await blocks after each next phase call * fix: add go to wait to all calls * [client] fix facuet typo * [client] wait in between token transfers * [client] switch order of faucet integration test * [client] fix faucet account declaration * [client] minor fixes for the faucet * [client] better faucet print statements * fix docker build * fix faucet * only test reputation caching for solochain * fix faucet test * [client] extract print events method * [client] make waiting blocks an explicit cli arg * [client] fmt * add waiting blocks to bot-community.py * disable democracy test in parachain case * extract first and second ceremony test * split tests up into multiple * update python version for newer syntax * test python install * test python install * fix: make reputation cache testing independent of c_index * add strategy comment * add comment * [client] refactor listen command
- Loading branch information