-
Notifications
You must be signed in to change notification settings - Fork 37
/
CHANGELOG
68 lines (67 loc) · 2.44 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
release v0.0.1
1. init project
release v0.0.2
1. add invoke interface
release v0.0.3
1. complete interface
release v0.0.4
1. fix send single tx using send batch interface will cause json parse error
2. fix execute deploy in a jar file will cause null pointer error
3. fix SecureRandom NoSuchAlgorithmException
release v0.0.5
1. fix spelling mistake and add get method for field of response
2. fix string and bytes convert with utf-8
3. change inner return type access from private to public
release v0.0.6
1. change class TxCount access from private to public
2. refactor(doc): update document
release v0.0.7
1. add method error message into evm transaction builder
2. fix invoke directly params process function
release v0.0.8
1. add getBalance interface
release v0.0.9
1. add serialize and deSerialize Transaction
2. add read pme file to address
3. add node service interface
4. fix sendBatchTxs interface
5. refactor use of gson creating
6. add get tx hash local
7. add decode hvm payload function
release v0.1.0
1. add transfer vmType
2. fix hvm tx calculate txHash error
3. add bvm vmType
release v1.0.0
1. support flato signature
release v1.0.1
1. add transfer vmtype
2. add extraID
release v1.0.2
1. fix fromAccountJson throw wrong message when use wrong password
2. fix getBatchReceipt
3. add fileMgr interface
4. confirm the TxVersion of platform
5. fix decoding invoke directly hvm payload
6. add mq register param and mq manual
7. add interface getTxsByExtraID(), getTxsByFilter()
8. fix user can not get responses when one of the transactions is wrong
release v1.0.3
1. support bvm proposal
2. add contract destroy method
3. change null point to null string and null list for bvm
4. change filter rule json key split by _
5. set default txVersion to 1.0
6. add encodeEventTopic() function
release v1.0.4
1. add pki account support
2. fix isVerbose is always false for mq
3. fix decode the payload of hvm invoke directly
4. add ed25519 support
5. add operation for manage account life cycle
6. add simulate transaction processing code
7. fix fileMrg request's params lack of namespace
8. check account whether is null in fileUpdate and add the description of parameter judgment in docs
9. refactor pki account implementation and relative function
release v1.0.5
1. add DID service