github.com/eris-ltd/erisdb@v0.25.0/NOTES.md (about)

     1  ### Changed
     2  - [Tendermint] Upgraded to 0.31.2
     3  - [IAVL] upgraded to 0.12.2
     4  - [Config] Tendermint.TimeoutFactor moved to Execution.TimeoutFactor (and reused for NoConsensus mode)
     5  - [Kernel] Refactored and various exported methods changed
     6  
     7  ### Added
     8  - [CLI] Burrow deploy can now run multiple burrow deploy files (aka playbooks) and run them in parallel
     9  - [Consensus] Now possible to run Burrow without Tendermint in 'NoConsensus' mode by setting Tendermint.Enabled = false  for faster local testing. Execution.TimeoutFactor can be used to control how regularly Burrow commits (and is used 
    10  
    11  ### Fixed
    12  - [Execution] Fixed uint64 underflow (when subtracting fee from balance) not protected against in CallContext
    13  - [Tests] Various concurrency issues fixed in tests and execution tests parallelised
    14  
    15