Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate block production and the new trigger system (#712)
* WIP: Use the new trigger instead of manual GQL block production * Manually merge from Voxelots multi-tx-blocks branch * Merge multi-tx-blocks branch * Fix test in CI * Fix all tests with `submit` * working through txpool test failures * fix more tests, move away from setup_tx * investigate why dependency results are different * mostly works * some cleanup * add missing gas prices to fix last test * fix clippy * Fix test * Fix build * goodbye submit_txs * eliminate built-in timeout, let caller use their own timeout mechanism * warnings cleanup * Enable test `block_producer` * Minor changes to improve naming=) * Removed redundant `consensus_params` from `TxPoolConfig`. Fixed `block_producer` test for futures testing to use right config in the TxPool. * Fix "cargo make check --locked" Co-authored-by: Brandon Kite <brandonkite92@gmail.com> Co-authored-by: green <xgreenx9999@gmail.com>
- Loading branch information