witnet 0.6.0 copy "witnet: ^0.6.0" to clipboard
witnet: ^0.6.0 copied to clipboard

A library to interface with the Witnet Protocol. - Ability to recover - build, sign, and send value transfers and data requests - communicate with a rust node or wallet server - communicate with the explorer

0.6.0 #

  • Add support for MetaData in VTTransaction

0.5.0 #

  • Add stakingPriority method

0.4.5 #

  • Create StakeRewardsInfo

0.4.4 #

  • Update schema to for wit/2
  • Add Stake and unstake transaction types
  • Add new explorer endpoints

0.4.3 #

  • S ValueTransferInfo timelocks
  • Allows sending test transactions
  • Completes updating endpoints to use new explorer version

0.4.2 #

  • Add method to fetch api version

0.4.1 #

  • Delete unnecessary adapters

0.4.0 #

  • Upgrade the block explorer api to use the new version: https://witscan.xyz/api
  • Replace nework method with networkBalances
  • Update reputation method to return the new NetworkReputation class
  • Update mempool method to return the new Mempool class
  • Update address method signature to accept a String value, String tab, int? page and int? pageSize arguments. It returns the new Mempool class.
    • tab can be blocks, data_requests_solved or value_transfers
  • Update Blockchain class
  • Update blockchain method signature to accept int? page and int? pageSize
  • Update MintInfo class
  • Update hash method to be able to return the new MintInfo class
  • Update Status class
  • Update status method to return the new Status class

0.3.0 #

  • Update dependencies
  • Set minimum sdk to 3.0.0

0.2.9 #

  • Throw 'Insufficient funds' error when covering UTXOS
  • Retry failing requests to the explorer

0.2.8 #

  • Update AddressDataRequestsSolved fromJson and toJson
  • Update AddressBlocks jsonMap result

0.2.7 #

  • Fix error getting inputs from hash

0.2.6 #

  • Fix type error when getting pending transaction from hash

0.2.5 #

  • Add validation for XPRV checksum
  • Add address_info endpoint for the Explorer
  • Add BlockDetails type for the Explorer
  • Export additional classes for the Explorer

0.2.4 #

  • Throw error when getMultiUtxoInfo fails

0.2.3 #

  • Add valueTransferPriority method

0.2.2 #

  • Fix send transaction method
  • Format style

0.2.1 #

  • Add fixnum dependency to use ^1.1.0

0.2.0 #

  • Migrate protobuf schema from a custom solution to a native supported version of protobuf
  • Fix _handle() method to buffer the socket response
  • Fix RAD Retrieve JSON output
  • Update to test@^1.21.6
  • Update to xml@^6.1.0
  • Export AES codec as part of this package
  • Fix return type for timelock from int64 to int
  • Remove print statements
  • Remove unused imports
  • Remove dead code
  • Fix protobuf schema for data requests
  • Sort unused schema objects to the bottom of the schema file
  • Fix PublicKey JSON parsing
  • Fix TallyTransaction JSON parsing
  • Add RNG source for generating rad requests
  • Add mempool method
  • Correct protobuf schema for data requests
  • Add sendVTTransaction and sendDRTransaction methods, previously it was required to use the inventory method
  • Add ConsensusConstants JSON to the protobuf schema and as a return type in the node client
  • Refactor: return types for peer methods to return a list of peers instead of a raw JSON map
  • Fix publicKey number of bytes

0.1.4 #

  • ability to clear UtxoPool
  • removed print statements used for testing

0.1.3 #

  • Xpub and more

0.1.2 #

  • Updated Explorer API

0.1.1 #

  • initial release candidate

0.1.0 #

  • Initial version
1
likes
130
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A library to interface with the Witnet Protocol. - Ability to recover - build, sign, and send value transfers and data requests - communicate with a rust node or wallet server - communicate with the explorer

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

async, cbor, convert, crypto, dotenv, fixnum, hex, http, path, pointycastle, protobuf, recase, typed_data, web_socket_channel, xml

More

Packages that depend on witnet