File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.9
2+ * Add support for parsing ABI specification documents (` .abi.json ` files)
3+ * Reimplement function signature parsing using a BNF grammar
4+ * Fix potential stack overflow during encoding/decoding
15# 0.1.8
26* Fix ordering of elements in tuples
37# 0.1.7
1115# 0.1.3
1216* Bugfix for tuples to properly handle head/tail encoding
1317# 0.1.2
14- * Add support for tuples, fixed-length and variable length arrays
18+ * Add support for tuples, fixed-length and variable length arrays
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule ABI.Mixfile do
33
44 def project do
55 [ app: :abi ,
6- version: "0.1.8 " ,
6+ version: "0.1.9 " ,
77 elixir: "~> 1.4" ,
88 description: "Ethereum's ABI Interface" ,
99 package: [
You can’t perform that action at this time.
0 commit comments