Skip to content

Commit a1fdefc

Browse files
committed
minor refactor
prepare v0.0.5
1 parent 5983e5b commit a1fdefc

File tree

5 files changed

+4692
-207
lines changed

5 files changed

+4692
-207
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes will be documented in this file.
33

4+
## v0.0.5
5+
- fix: support blocks/loops - #2
6+
- fix: better ganache error handling and minor refactoring
7+
48
## v0.0.4
59
- new: dynamic compiler selection via pragma directive
610
- changing the solidity version pragma attempts to load the selected compiler version remotely. e.g. type `pragma solidity 0.8.4` to switch to solidity v0.8.4.

bin/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ vorpal
214214

215215
/** start in repl mode */
216216
vorpal.execSync("repl")
217-
//vorpal.execSync("1+2") /* debug */
217+
//vorpal.execSync("uint a = 2") /* debug */

0 commit comments

Comments
 (0)