We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ece2e8 commit 5d63e8aCopy full SHA for 5d63e8a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## 0.7.0
4
+* Store 32 byte even signatures instead of 4 bytes (https://github.com/poanetwork/ex_abi/pull/157)
5
## 0.6.4
6
* Implement Packed encoding (https://github.com/poanetwork/ex_abi/pull/154)
7
## 0.6.3
README.md
@@ -10,7 +10,7 @@ by adding `ex_abi` to your list of dependencies in `mix.exs`:
10
```elixir
11
def deps do
12
[
13
- {:ex_abi, "~> 0.6.4"}
+ {:ex_abi, "~> 0.7.0"}
14
]
15
end
16
```
mix.exs
@@ -4,7 +4,7 @@ defmodule ABI.Mixfile do
def project do
app: :ex_abi,
- version: "0.6.4",
+ version: "0.7.0",
8
elixir: "~> 1.8",
9
description: "Ethereum's ABI Interface",
package: [
0 commit comments