Tags: dilithium-coin/dilithiumcore-lib
Tags
SimplifiedMNListEntry: add getIp() getter function (dashpay#118) * add getter for ip * bump version * update package lock * add test for getIp() * update dist files * add jsdoc description * rm and ignore dist files * update package lock
Fix sml entry (dashpay#117) - Fix Simplified Masternode List and update tests
Feat : Transaction.isSimpleTransaction (dashpay#114) * Feat : Transaction.isSimpleTransaction + tests * Doc : Added Transaction.SimpleTransaction to doc * Doc : Apply requested change * chore(package): Bump version to 0.17.0 * bump patch version * update package lock
Fix/protx formats (dashpay#112) * Add some fixes for proregtxpayload * Fixed hashes format in proregtx and adjusted tests * Fix proupservtx format and adjust tests * Change ProUpRegTxPayload format and adjust tests * Change ProUpRevTxPayload format and adjust tests * Bump lib version * Fix sinon warning * Update integration tests for transaction; Add more test cases
Feature/add smn list export (dashpay#108) * Add SimplifiedMNList to default lib exports * Bump a version
Fix/deprecated buffer usage (dashpay#105) * Fixed buffer usage in ecdsa, signature and message classes * Fix buffer usage in `BufferWriter` * Fix buffer usage in `PrivateKey` * Fix buffer usage in `Address` * Fix buffer usage in `HDPubKey` * Fix buffer usage in `HDPrivateKey` * Fix buffer usage in `Opcode` * Fix buffer usage in `PublicKey` * Fix buffer usage in `util/buffer` * Fix buffer usage in `MerkleBlock` * Fix buffer usage in `Block` * Fix buffer usage in `BlockHeader` * Fix buffer usage in `Point` * Fix buffer usage in `Hash` * Fix buffer usage in `BN` * Fix buffer usage in `Random` * Fix buffer usage in `Interpreter` * Fix buffer usage in `Script` * Fix buffer usage in `BufferReader` and `base58check` * Fix buffer usage in `VarInt` * Fix buffer usage in `Transaction/Signature` and `GovObject` * Fix buffer usage in `Mnemonic` * Fix buffer usage in `pbkdf2` * Fix buffer usage in `SigHash` * Fix buffer usage in `HashSignature` * Remove usages of `buffer` module * Remove `buffer-compare` module * Fix Buffer usage in tests * Remove `buffer` module from tests * Remove unused sha module * Bump a version * Fix buffer usage in docs
Feature/deterministic mn list class (dashpay#104) * Add basic DeterministicMNList class * Bump package version * Add some methods * Add sorting, adding and deleting mns; Add merkle root calculation * Fix sorting and MN List merkle root calculation * Add some utils for mn list * Add more tests for MNList * Add more tests * Add test to check baseBlockHash * Reformat code a bit
Feature/merkle utils (dashpay#102) * Add util and test for the merkle tree * Add test clarification * Bump package version
Feature/v13 sml changes (dashpay#101) * Add changes to SMLEntries from the latest core version * Fix SMLEntry.fromBuffer method * Fix ip serialization and tests * Add more tests * Reverse byte order in hash in tests * Update SMLDiff test with a new diff * Fix SMLDiff, coinbase payload and ip serializer * Bump module version * Update Fix typo in `deterministicmnlist` dir name
PreviousNext