Releases: PlatONnetwork/client-sdk-java
client_sdk_v1.1.0.0
-
When executing the contract method, if the error information returned by the bottom layer is timeout information, platoncalletimeoutexception will be returned, and platoncallexception will be returned for other error information
-
The previous contract deployment timeout will return a runtimeException, and now the contract deployment timeout will return an IOException
-
Add walletutils Isvalidaddress method is used to verify the upper case letters. If the wallet address contains upper case letters, the verification will fail
-
When the repair contract method is executed and the default gasprovider is not obtained by transmitting gas price, the system will prompt gas price is lower than minimum
-
Add an RPC interface to get chainid
-
Add a node list interface for obtaining zero out blocks
client_sdk_v0.6.0
Change Log
TicketContract API changes
- remove GetTicketDetail
- remove GetCandidateTicketIds
- remove GetBatchCandidateTicketIds
- remove GetBatchTicketDetail
- modify VoteTicket in parameters
- modify GetCandidateTicketCount in parameters
- add GetTicketCountByTxHash
CandidateContract API changes
- remove GetBatchCandidateDetail
- change
VerifiersList
->GetVerifiersList
- change
CandidateList
->GetCandidateList
- change
CandidateDetails
->GetCandidateDetails
- change
CandidateWithdrawInfos
->GetCandidateWithdrawInfos
client_sdk_v0.4.0
md5sum
File | md5sum |
---|---|
client-sdk-java-0.4.0.zip | 391b5439f91fa486a3a12069482d4b18 |
Change Log
- Increase the built-in contract TicketContract
client_sdk_v0.3.0
md5sum
File | md5sum |
---|---|
client-sdk-java-0.3.0.zip | 612ed285a1607cea44ef4e40d1804f29 |
Change Log
- Implemented the transaction type definition in the Platon protocol
- Optimized skeleton generation, increased assessment of gaslimit during contract deployment and invocation
- Optimized the values of the default gasLimit, gasPrice
- Increase the built-in contract CandidateContract
client_sdk_v0.2.0
md5sum
File | md5sum |
---|---|
client-sdk-0.2.0.zip | 2dd0d5a2f147305d11806e362b62b78a |
Change Log
- Support for Sophia Smart Contracts