Skip to content

Releases: PlatONnetwork/client-sdk-java

client_sdk_v1.1.0.0

07 Jan 08:47
ea18bed
Compare
Choose a tag to compare
  1. 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

  2. The previous contract deployment timeout will return a runtimeException, and now the contract deployment timeout will return an IOException

  3. Add walletutils Isvalidaddress method is used to verify the upper case letters. If the wallet address contains upper case letters, the verification will fail

  4. 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

  5. Add an RPC interface to get chainid

  6. Add a node list interface for obtaining zero out blocks

client_sdk_v0.6.0

25 Apr 07:08
5d41da2
Compare
Choose a tag to compare

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

28 Feb 05:31
639ca38
Compare
Choose a tag to compare

md5sum

File md5sum
client-sdk-java-0.4.0.zip 391b5439f91fa486a3a12069482d4b18

Change Log

  • Increase the built-in contract TicketContract

client_sdk_v0.3.0

18 Jan 04:01
6dcedbd
Compare
Choose a tag to compare

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

25 Dec 03:35
221b91b
Compare
Choose a tag to compare

md5sum

File md5sum
client-sdk-0.2.0.zip 2dd0d5a2f147305d11806e362b62b78a

Change Log

  • Support for Sophia Smart Contracts