All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.3 (2022-06-21)
1.4.3-1 (2022-06-21)
- pom: upgrade log4j and gson version (c2f3fcb)
1.4.2 (2022-06-10)
1.4.2-2 (2022-06-07)
- TxService: #QAGC-165, add cName and address param for getPageTransaction interface (111fa9d), closes #QAGC-165
1.4.2-1 (2022-05-27)
- params: add contractName field for filterParam. (424ec48)
1.4.1 (2022-05-09)
1.4.1-1 (2022-05-07)
- proof: #QAGC-164, add sha1 hash function to support vidb proof (f28011b), closes #QAGC-164
- response: #QAGC-163, add hasMore func for limitResponse and add invalidMsg for transaction response. (3dfa854), closes #QAGC-163
1.4.0 (2022-04-26)
1.4.0-3 (2022-04-06)
- transactionHash: #QAGC-161, fix getTransaction method for hyperchain (0870517)
1.4.0-2 (2022-03-29)
- snapshot: change flato version snapshot() underlying call as archive_makeSnapshot4Flato (c896e46)
1.4.0-1 (2022-03-25)
- hashChange: suport hashChangeContract of bvm (18ff8db)
- proof: add tx, account and state proof (f332bce)
- Abi: fix Abi's toJson method (368961d)
- request: fix NullPointEx for isUsedProvider method (b3b6e73)
- TxService: set ns for sendBatchTxs (966868e)
1.3.0 (2022-03-25)
- Abi: fix Abi's toJson method (470374e)
- doc: fix tx and block interface doc (677671e)
- request: fix NullPointEx for isUsedProvider method (e0bed09)
- TxService: set ns for sendBatchTxs (a352ad3)
1.3.0 (2022-03-25)
- Abi: fix Abi's toJson method (470374e)
- doc: fix tx and block interface doc (677671e)
- request: fix NullPointEx for isUsedProvider method (e0bed09)
- TxService: set ns for sendBatchTxs (a352ad3)
1.3.0-3 (2022-02-23)
- doc: fix tx interface doc (f2d9d61)
1.3.0-2 (2022-02-15)
- providerManager: fix hand the exception of getTcert (3d6f181)
1.3.0-1 (2022-01-26)
- support grpc mq (3d58682)
- fvm: after rebase (19d786d)
- providerManager: resend tx request to other node when the node can't handle tx (8198fb5)
- providerManager: fix logic of getTcert when set txversion (58f9427)
1.3.0-2 (2022-02-15)
- providerManager: fix hand the exception of getTcert (3d6f181)
1.2.0 (2022-01-21)
1.3.0-1 (2022-01-26)
- support grpc mq (3d58682)
- fvm: after rebase (19d786d)
- providerManager: resend tx request to other node when the node can't handle tx (8198fb5)
- providerManager: fix logic of getTcert when set txversion (58f9427)
1.2.0 (2022-01-21)
1.2.0-4 (2022-01-21)
- transaction: add check payload length (946734d)
- TxVersion: fix compare method for txversion (2dc24ef)
- utils: fix decode hvm payload, add check null for invoke directly params (dfe49bf)
1.2.0-3 (2022-01-20)
- TxVersion: add txVersion 3.4 (bf6a635)
1.2.0-2 (2022-01-20)
- update dependency version, rollback gm tcert logic (d077994)
- request: resend tx if txversion is not equal with platform's (251a829)
- txverison: refactor TxVersion to adapt the change of platform (6993083)
1.2.0-1 (2021-12-15)
- mpc: add mpc bvm interface (fd37dc9)
- pom.xml: update bouncycastle to 1.67 (e7e2ccb)
1.1.1 (2021-12-14)
- log&gmtls: fix log4j-core version to 2.15.0 and remove gmtls (f0dc987)
1.1.0 (2021-12-09)
1.1.0-6 (2021-12-09)
1.1.0-5 (2021-12-09)
- txVersion: add txVersin convert (ae0c8d3)
- ArchiveResponse: fix result of archiveResponse (5f322f6)
1.1.0-4 (2021-12-08)
- R1: fix error when use fromAccountJson and verifySign methon for R1 account (b38543f)
1.1.0-3 (2021-12-08)
- update test (34f1299)
- bvm: add setGenesisInfo and getGenesisInfo operation for hpc (f00e9de)
- service: add missing interface (4d8ba4e)
- AccountService: fix R1 account (7a5d926)
- invalidtx: fix #QAGC-158, fix wrong txResponse of getInvalidTransactionsByBlockNumber (b904a69), closes #QAGC-158 #QAGC-158
- provider: fix log level of grpc stream and add setconnectime for grpc provider (2d67b65)
- request: fix throw exception while send request (9b00188)
1.1.0-2 (2021-11-29)
- support grpc service (c296ca9)
1.1.0-1 (2021-11-26)
- add a new bean-abi invoke type to invoke hvm contract (f73dc23)
- decode: decode proposal (d1380d3)
- doc: update deprecated interface (357b315)
- receipt: add get confirmed receipt interface (291028c)
- set: sort set (37e253c)
- resendTx: fix resend deploy or update hvm contract tx (e0156c9)
- transaction: fix getTransactionHash when vmtype is kvsql or bvm (65a8595)
- Transaction: set transfer vm type for transfer transaction (f65d35a)
1.0.8 (2021-09-24)
1.0.8-5 (2021-09-23)
- hvm: add magic when encode contract jar (33086cf)
1.0.8-4 (2021-09-14)
- encode jar in sdk and add txVersion 3.0 (f0be882)
- did: add did account getter (e1605f7)
- proposal: add a function to decode MQLog.Data to proposal (fb536c6)
1.0.8-3 (2021-09-10)
- txVersion: add txVersin 3.0 (28de7b0)
1.0.8-2 (2021-09-01)
- log: chang log4j 1.2.17 to org.apache.logging.log4j:log4j-core 2.14.1 (93b6ca1)
- sql: add sql simulate (3400ec0)
- sql: fix request param (60158dc)
- transaction: fix getTransactionHash when extraID is not null (c9e2c10)
1.0.7-1 (2021-08-06)
- add sql service (60516c4)
- archive: fix queryArchive, archiveNoPredict interface (36dec35)
1.0.7 (2021-08-23)
- resend tran if the error is txversion not equal platform's (c9a898a)
- transaction: fix getTransactionHash when extraID is not null (2a59315)
1.0.6 (2021-08-06)
1.0.6-2 (2021-08-05)
- response: fix toString func of response (b5878bb)
1.0.6-1 (2021-08-04)
- docs: add some information to did doc (ed1f03d)
- gas: add special gas receipt interface (e37922e)
- prepare_node: change prepare_nodes.sh (779c3ce)
- archive: #QAGC-153, change the doc and response of archive service (12f213d), closes #QAGC-153
- fallback: #QAGC-151, fix fallback null (3481a0d)
- response: fix toString func of DID service response (d3446f7)
1.0.5 (2021-06-21)
- mq: update mq doc (3a18286)
1.0.5-2 (2021-06-10)
- certRevoke: #flato-3027, #flato-3319, support cert revoke and freeze (96fcabf), closes #flato-3027 #flato-3319
- r1Account: support r1 account (accf4b1)