-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
111 lines (111 loc) · 3.34 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
- 0.5.3
* Skip wallet passphrase prompt when no wallet keyfile specified
- 0.5.2
* Expose dialect filter property in chain interface
* Pass dialect filter to from_src methods in chain interface
* Add aiee arg flag generation script
- 0.5.1
* Add man page entry for batch requests.
- 0.5.0
* Enable JSON-RPC batch requests
- 0.4.18
* Add interactive passphrase input when missing for keyfile dependent actions
* Add -z flag to indicate empty passphrase
- 0.4.17
* Replace pysha3 with safe-pysha3
- 0.4.16
* Add long description to python package
- 0.4.15
* Include rpc dialect in chain interface constructor
- 0.4.14
* Add chainlib-gen man page in python package
- 0.4.13
* Expose string to bytes keccak hash
- 0.4.12
* Exit 1 when no modules found for chainlib-gen
- 0.4.11
* Fix unsigned address none overwrite when no sender arg is set
- 0.4.10
* Fix remaining unsigned address key error in rpc cli handler
- 0.4.9
* Handle missing unsigned sender address in settings when wallet key set
- 0.4.8
* Introduce scheme to detect chainlib 'capable' modules.
* Add chainlib-gen tool to generate contract bytecode, constructor bytecode and other contract context data from chainlib modules.
- 0.4.7
* Enable setting of unsigned sender from cli arguments
- 0.4.6
* Load dialect module in settings
- 0.4.5
* Add unsafe flag to base read field
- 0.4.4
* Add support for dialect differences in tx and block processing
- 0.4.3
* Fix license classifier string
- 0.4.2
* Change license to AGPL3 and copyright waived to public domain
- 0.4.1
* Add newly added flags to man page generator
- 0.4.0
* Reinstate stdin_arg
* Add -r alias to --raw
* Remove old dead arg selector code
* Add universal config key for first positional argument
- 0.3.2
* Add missing "confirmed" arg to nonce oracle, expected by chainlib-eth test
- 0.3.1
* Update man page generation script to use new cli flag builder
- 0.3.0
* Implement arg handling from aiee
* Implement value argument handling from aiee
- 0.2.1
* Fix bug in wire format generation for tx
- 0.2.0
* Consolidate genertic blcok, tx and tx result objects
- 0.1.3
* Remove superfluous arguments for chain settings instantiation
- 0.1.2
* Upgrade hexathon dep
- 0.1.1
* Add settings object
- 0.1.0
* Upgrade deps
- 0.0.23
* Configuration variable descriptions
* Arg flags to names listing method
* New flags preset for reads without wallet
* Remove pesistent wallet arg flag bug
* Rename arg flag reset to flag_reset
- 0.0.22
* Man page generator script
- 0.0.21
* Log rpc reply before json parse
- 0.0.20
* Add edit option for some long flag aliases of short flags: -a, -e, -s and -y
- 0.0.19
* Passphrase file option to unlock keyfile for CLI tooling
- 0.0.18
* Upgrade hexathon skipping buggy compact hex method
- 0.0.17
* Add loglevel environment variable
- 0.0.16
* Allow query string in query url
- 0.0.14
* Add option to skip ssl verification on rpc
- 0.0.5
* Move eth code to separate package
- 0.0.4
* Add pack tx from already signed tx struct
* Add http auth handling for jsonrpc connections
* Add customizable jsonrpc id generator (to allow for buggy server id handling)
- 0.0.3
* Remove erc20 module (to new external package)
- 0.0.2
*
- 0.0.1
* Add eth tx decode
* Add eth balance query with erc20 option
* Add eth checksum address
* Add eth subscribe monitor
* Add eth erc20 transfer script
* Add eth gas send script