Skip to content
Snippets Groups Projects
  1. Apr 03, 2018
  2. Apr 02, 2018
  3. Mar 22, 2018
  4. Mar 06, 2018
  5. Mar 05, 2018
  6. Mar 02, 2018
  7. Feb 27, 2018
  8. Feb 21, 2018
  9. Feb 14, 2018
  10. Feb 11, 2018
  11. Feb 09, 2018
  12. Feb 02, 2018
  13. Jan 29, 2018
  14. Jan 25, 2018
  15. Jan 24, 2018
    • Silas Davis's avatar
      Execution/EVM · 2521c930
      Silas Davis authored
      Execution: remove manager package/notion to simplify and improve structure
      (we only have one manager), remove pipe (busywork and not really a
      pipe),
      use account, blockchain, and state types and interfaces throughout.
      TxCache, BlockCache, and State. Encapsulate Tx execution in Executor
      interfaces. Implement Tendermint 0.12 ABCI app. Refactor tests to
      support new interfaces and make minor improvements to them.
      
      EVM: Use single definitions of state from account packages and use immutable
      Account instead of separate vm accounts. Emit vm debug in standard
      logging. Reorganise package. Use strongly typed Address.
      
      Signed-off-by: default avatarSilas Davis <silas@monax.io>
      2521c930
Loading