-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
61 lines (38 loc) · 872 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
0.5.0
-----
- Rename to `eth-abi` for consistency across github/pypi/python-module
0.4.4
-----
- Better error messages for decoder errors.
0.4.3
-----
- Bugfix for `process_type` to support byte string type arrguments
0.4.2
-----
- `process_type` now auto-expands all types which have omittied their sizes.
0.4.1
-----
- Support for `function` types.
0.3.1
-----
- Bugfix for small signed integer and real encoding/decoding
0.3.1
-----
- Bugfix for faulty release.
0.3.0
-----
- Depart from the original pyethereum encoding/decoding logic.
- Fully rewritten encoder and decoder functionality.
0.2.2
-----
- Fix a handful of bytes encoding issues.
0.2.1
-----
- Use pyrlp utility functions for big_endian int operations
0.2.0
-----
- Bugfixes from upstream pyethereum repository for encoding/decoding
- Python 3 Support
0.1.0
-----
- Initial release