- Upgrade the block explorer api to use the new version: https://witscan.xyz/api
- Replace
neworkmethod withnetworkBalances - Update
reputationmethod to return the newNetworkReputationclass - Update
mempoolmethod to return the newMempoolclass - Update
addressmethod signature to accept aString value,String tab,int? pageandint? pageSizearguments. It returns the newMempoolclass.tabcan beblocks,data_requests_solvedorvalue_transfers
- Update
Blockchainclass - Update
blockchainmethod signature to acceptint? pageandint? pageSize - Update
MintInfoclass - Update
hashmethod to be able to return the newMintInfoclass - Update
Statusclass - Update
statusmethod to return the newStatusclass
- Update AddressDataRequestsSolved
fromJsonandtoJson - Update AddressBlocks
jsonMapresult
- Fix error getting inputs from hash
- Fix type error when getting pending transaction from hash
- Add validation for XPRV checksum
- Add
address_infoendpoint for the Explorer - Add BlockDetails type for the Explorer
- Export additional classes for the Explorer
- Throw error when getMultiUtxoInfo fails
- Add
valueTransferPrioritymethod
- Fix send transaction method
- Format style
- Add
fixnumdependency to use^1.1.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
mempoolmethod - Correct protobuf schema for data requests
- Add
sendVTTransactionandsendDRTransactionmethods, previously it was required to use theinventorymethod - Add
ConsensusConstantsJSON 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
- ability to clear UtxoPool
- removed print statements used for testing
- Xpub and more
- Updated Explorer API
- initial release candidate
- Initial version