tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

Remove demurrage during unit tests #38

Closed maaku closed 5 years ago

maaku commented 5 years ago

A large number of RPC tests are disabled by the demurrage patch set, since default behavior involving transaction lock heights causes account balances to decay and therefore alter the conditions being checked. A simple way to restore these tests, which are valuable, is to disable demurrage on the regtest chain by default. Tests written for freicoin specifically can enable demurrage on a per-test basis.