mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tests: trezor tests fixes and improvements
- configurable hardforks via env vars
This commit is contained in:
parent
fe3403c8f0
commit
c97a1f79d6
4 changed files with 76 additions and 25 deletions
|
@ -84,6 +84,8 @@ public:
|
|||
|
||||
virtual void mine_and_test(std::vector<test_event_entry>& events);
|
||||
|
||||
virtual void rewind_blocks(std::vector<test_event_entry>& events, size_t rewind_n, uint8_t hf);
|
||||
|
||||
virtual void set_hard_fork(uint8_t hf);
|
||||
|
||||
crypto::hash head_hash() const { return get_block_hash(m_head); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue