Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.66 KB

File metadata and controls

61 lines (47 loc) · 1.66 KB

Changelog

0.7.0

  • Introducing OrderedMap package to create deterministic state cache.
  • Storages will be saved in order after executing by SputnikVM.
  • Any changes in accounts or validators will be sort by their address.
  • Update Tendermint to version 0.30.1
  • Enable CORS for grpc-gateway endpoints
  • Easy logging
  • Add some logs on tx execution failure
  • Introducing broadcast tx async and sync methods in gRPC module
  • Update NetworkInfo and PeersInfo methods

0.6.0

  • Update Tendermint to version 0.30.0
  • Fix a bug on payable methods
  • Update call_test for payable methods
  • Returning after SputnikVM failure
  • Fixing some issues

0.5.0

  • Improving SputnikVM & adding more tests
  • Call transaction tested under the hood.
  • PubSub server implemented.
  • Transaction receipt issued after delivery.
  • Adding grpc-gateway (supporting RESTfull APIS)
  • Improving grpc APIs and add more tests for gRPC module
  • Updating Tendermint.
  • Add some more features and fixing some issues

0.4.0

  • Add edVerify pre-compiled contract (Smart Chain architecture)
  • Add InterChainTx pre-compiled contract (Smart Chain architecture)
  • Connecting to Ethereum network through web3 on start-up
  • Update Call executor (fixing a panic)
  • Add more test for gRPC module

0.3.0

  • Add gRPC module (First revision)
  • Update Tendermint (0.26.3)
  • Improving and updating SputnikVM
  • Adding label to the key object
  • Improving and testing Gallactic commands
  • Run linter to fix warnings
  • Improving Dockerfile and reducing docker size

0.2.0

  • Add SputnikVM (and removing Burrow)
  • Add docker to the repo
  • Add init command to initialize working directory
  • Fix some bugs

0.1.0

First version