-
Continue conversion of account_history_by_condenser_test
into new scenarios, adding singleget_ops_in_block
test for verification. -
Add missing virtual operation cases to scenarios. -
Place condenser_api_fixture
and its tests suites in separate files. -
Add get_account_history
test confirming the fix made in #460 (closed) -
Improve test_get_transaction
by adding patterns (as implemented fortest_get_ops_in_block
&test_get_account_history
). -
Using existing scenarios add get_transaction
tests with transactions containing different number of operations. -
Add get_account_history
tests for each scenario (seeget_account_history_convert_and_limit_order
). -
Improve test_get_account_history
by adding more variations of call arguments (e.g. reversible blocks, filter low/high etc).
Corresponding MR in schema submodule - schemas!43