Skip to content

Releases: ethereum/emacs-solidity

Emacs Solidity - v0.1.10

13 Jan 17:30
Compare
Choose a tag to compare
  • #52: Support solc >= 0.6.0
  • #49: Don't run cmode hooks for solidity mode
  • #45 Don't keyworld color substrings of keywords
  • #42 Imenu support
  • #35 Support newer solium version
  • #33 Fix unrecognized option --add-std error, that was a remnant from rather old solc versions

Emacs Solidity - v0.1.9

07 Apr 14:12
v0.1.9
d0ff4de
Compare
Choose a tag to compare

Emacs Solidity - v0.1.8

07 Apr 14:12
v0.1.8
b5d95ef
Compare
Choose a tag to compare
  • Bugfix for issue 8. Now if flycheck is not installed
    on the user's system there should be no errors or warnings.

Emacs Solidity - v0.1.7

07 Apr 14:13
v0.1.7
4cde56c
Compare
Choose a tag to compare
  • Allow for customization of the way that emacs inserts comments into the source file via
(setq solidity-comment-style 'slash)
;; or
(setq solidity-comment-style 'star) ;; this is the default

Emacs Solidity - v0.1.6

07 Apr 14:13
v0.1.6
a2f722c
Compare
Choose a tag to compare
  • Add gas estimation code. User facing function is solidity-estimate-gas-at-point.