Skip to content

Releases: ETCDEVTeam/sputnikvm-dev

v0.2.0

02 Oct 15:46
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Fixed various bugs when using Truffle.
  • Support of Debug RPCs.

Use cargo install sputnikvm-dev or builds.etcdevteam.com for installation.

Published crates:

sputnikvm-dev = "^0.2.0"

v0.1.3

11 Sep 17:03
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fix a bug where eth_getBlockByNumber returns invalid requests.
  • Internal refactorings.

Use cargo install sputnikvm-dev or builds.etcdevteam.com for installation.

Published crates:

sputnikvm-dev = "^0.1.3"

v0.1.2

04 Sep 09:47
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Add Windows binary build.

Use cargo install sputnikvm-dev or builds.etcdevteam.com for installation.

Published crates:

sputnikvm-dev = "^0.1.2"

v0.1.1

01 Sep 19:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Fixed several bugs when using Truffle to develop dapps.
  • Blocks are mined when a transaction is received, so it's faster.
  • New --accounts <value> CLI argument that allows specifying additional accounts to be created.

v0.1.0: Pre-prealpha

31 Aug 17:07
Compare
Choose a tag to compare

The initial release of the SputnikVM Development Environment. See README file for complete usage instruction. We currently support Linux and MacOS, Windows support is work-in-progress.

Simple usage:

svmdev --listen 127.0.0.1:8545

You will then be able to use localhost 8545 port as a normal Ethereum RPC endpoint, execute transactions or call contracts. The complete list of supported RPCs can be found at the README.