Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.21 KB

Changelog

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