We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f85f6a commit a175f72Copy full SHA for a175f72
CHANGELOG.md
@@ -5,12 +5,14 @@ All notable changes will be documented in this file.
5
6
- fix: return appropriate error message when trying to return an uninit storage pointer - #17
7
- fix: support enums
8
- ```
+
9
+ ```
10
🚀 Entering interactive Solidity ^0.8.13 shell (🧁:Ganache built-in). '.help' and '.exit' are your friends.
11
» enum FreshJuiceSize{ SMALL, MEDIUM, LARGE }
12
» uint8(FreshJuiceSize.LARGE)
13
2
14
15
16
- fix: case insensitive bool match for `.config set <var> True|False|true|false`
17
- update: dependencies
18
0 commit comments