Skip to content

account_history_plugin removed

Andrzej Lisak requested to merge abw_chainbase_ah_removed into develop

account_history_plugin (used only in unit tests) removed along with all related objects; unit tests now use RockDB version

Also some fixes and changes in unit tests related to introduction of RocksDB:

  • tests try to delete related database before and after the actual test
  • other files used commonly by tests are now placed in temporary directory instead of default .appbase where it might interfere with normal hived instance
  • get_last_operations() used to run on "impacted account + operation" data which caused the same operation to show up many times - that was fixed
  • some common test init code separated to its own routine

Merge request reports