Skip to content

Conversation

@zone117x
Copy link
Contributor

@zone117x zone117x merged commit c64042d into main Dec 10, 2024
12 of 14 checks passed
hirosystems-release-bot bot added a commit that referenced this pull request Nov 21, 2025
## 1.0.0 (2025-11-21)

### Features

* add non-sequential AddressHashMode for multi-sig ([60bf018](60bf018))
* beginning of typescript definitions ([fb1a38a](fb1a38a))
* decode clarity buffer to repr string ([18dc381](18dc381))
* deep deserialization ([c556315](c556315))
* dev build script with profiling feature and debug symbols enabled ([f611182](f611182))
* function to parse memo scratch space to display string ([d0e7ada](d0e7ada))
* implement isValidStacksAddress fn ([4306c15](4306c15))
* implement several Stacks address decoding and encoding functions ([6946ae3](6946ae3))
* include post-condition-code name string in deserialized result ([dd0e2f8](dd0e2f8))
* include type signature (repr) string in Clarity value JSON ([dd09ce5](dd09ce5))
* initial commit ([5a714cd](5a714cd))
* more typescript definitions, add address parts to deserialized responses ([4f20316](4f20316))
* option to include ABI types in deserialized clarity value JSON ([26ddd22](26ddd22))
* optional for disabling deep clarity value deserialization ([682de10](682de10))
* order of magnitude faster clarity val deserialization and repr and type signature string generation ([6c0f185](6c0f185))
* parse Clarity3 version smart contract tx payloads ([a5aad21](a5aad21))
* parsing for NakamotoCoinbase tx type ([#15](#15)) ([ee78a5d](ee78a5d))
* rust profiling feature ([10a8f82](10a8f82))
* stacks address encode function ([f878276](f878276))
* support 0x-prefixed strings ([d98f95b](d98f95b))
* support both hex string and buffer arg inputs in clarity decode function ([676b398](676b398))
* support both hex string or buffer input args for all functions ([10b44b8](10b44b8))
* support decoding VersionedSmartContract and CoinbaseToAltRecipient tx payloads ([1d80cde](1d80cde))
* support deserializing raw post conditions byte string ([06bbd44](06bbd44))
* support for TenureChange transaction types ([#14](#14)) ([bcce7de](bcce7de))
* support hex string and buffer in getStacksAddress fn ([fc6c655](fc6c655))
* support nested Clarity value deserialization into JSON ([38f5b07](38f5b07))
* types for decodedPostCondition function ([9ecf4df](9ecf4df))
* typescript definitions for decoded Clarity values ([4d7406c](4d7406c))
* typescript definitions for most of decoded transaction ([bafa3c8](bafa3c8))
* typescript definitions for tx post-conditions ([bf28f06](bf28f06))
* update to latest TenureChange wire-format ([#16](#16)) ([8e44b2d](8e44b2d))
* use in-repo optimized c32 and b58 modules ([adf91bc](adf91bc))

### Bug Fixes

* add address properties to TxPayloadContractCall definition ([b94b6e1](b94b6e1))
* bug when decoding 1-byte length clarity values at the end of an argument list ([1d54d62](1d54d62))
* bug with decoding zero-length prefixed buffer in decodeClarityValueList, remove several buffer copies ([d805d5b](d805d5b))
* bug with inconsistent `signer_stacks_address` format between singlesig and multisig decoded txs ([d2da8ac](d2da8ac))
* build using latest ubuntu rust image ([#23](#23)) ([76e6144](76e6144))
* correct typescript definitions ([099b9a2](099b9a2))
* disable arm64 dep ([9ec0685](9ec0685))
* download artifact ([cd57364](cd57364))
* include post-condition mode byte, skip reading empty post condition buffers ([d0b0251](d0b0251))
* JsString for clarity string types using repr strings rather than actual string value ([34fab43](34fab43))
* links ([7510f39](7510f39))
* missing line from previous commit ([f55d2e3](f55d2e3))
* multisig tx decoding ([#21](#21)) ([c64042d](c64042d))
* pull git submodules on install ([78db147](78db147))
* recognize clarity version 4 ([592bfda](592bfda))
* redirect ([3012020](3012020))
* remove signers from tenure change tx ([#17](#17)) ([9e2aa26](9e2aa26))
* repair enum exports with proper tsc output ([5559950](5559950))
* thing ([2d636a2](2d636a2))
* ubuntu latest ([3a65aa2](3a65aa2))
* use ClarityName contraints (128 max size) when deserializing contract principals hirosystems/stacks-blockchain-api#1181 ([e2b4e41](e2b4e41))
* use lifetime handle correctly on neon context for helper functions ([dcdb77f](dcdb77f))
* use npx for invoking npm package binaries during install ([1916de1](1916de1))

### Performance Improvements

* remove overhead of external JsBuffer, remove clones for several strings ([76c099e](76c099e))
hirosystems-release-bot bot added a commit that referenced this pull request Nov 21, 2025
## 1.0.0 (2025-11-21)

### Features

* add non-sequential AddressHashMode for multi-sig ([60bf018](60bf018))
* beginning of typescript definitions ([fb1a38a](fb1a38a))
* decode clarity buffer to repr string ([18dc381](18dc381))
* deep deserialization ([c556315](c556315))
* dev build script with profiling feature and debug symbols enabled ([f611182](f611182))
* function to parse memo scratch space to display string ([d0e7ada](d0e7ada))
* implement isValidStacksAddress fn ([4306c15](4306c15))
* implement several Stacks address decoding and encoding functions ([6946ae3](6946ae3))
* include post-condition-code name string in deserialized result ([dd0e2f8](dd0e2f8))
* include type signature (repr) string in Clarity value JSON ([dd09ce5](dd09ce5))
* initial commit ([5a714cd](5a714cd))
* more typescript definitions, add address parts to deserialized responses ([4f20316](4f20316))
* option to include ABI types in deserialized clarity value JSON ([26ddd22](26ddd22))
* optional for disabling deep clarity value deserialization ([682de10](682de10))
* order of magnitude faster clarity val deserialization and repr and type signature string generation ([6c0f185](6c0f185))
* parse Clarity3 version smart contract tx payloads ([a5aad21](a5aad21))
* parsing for NakamotoCoinbase tx type ([#15](#15)) ([ee78a5d](ee78a5d))
* rust profiling feature ([10a8f82](10a8f82))
* stacks address encode function ([f878276](f878276))
* support 0x-prefixed strings ([d98f95b](d98f95b))
* support both hex string and buffer arg inputs in clarity decode function ([676b398](676b398))
* support both hex string or buffer input args for all functions ([10b44b8](10b44b8))
* support decoding VersionedSmartContract and CoinbaseToAltRecipient tx payloads ([1d80cde](1d80cde))
* support deserializing raw post conditions byte string ([06bbd44](06bbd44))
* support for TenureChange transaction types ([#14](#14)) ([bcce7de](bcce7de))
* support hex string and buffer in getStacksAddress fn ([fc6c655](fc6c655))
* support nested Clarity value deserialization into JSON ([38f5b07](38f5b07))
* types for decodedPostCondition function ([9ecf4df](9ecf4df))
* typescript definitions for decoded Clarity values ([4d7406c](4d7406c))
* typescript definitions for most of decoded transaction ([bafa3c8](bafa3c8))
* typescript definitions for tx post-conditions ([bf28f06](bf28f06))
* update to latest TenureChange wire-format ([#16](#16)) ([8e44b2d](8e44b2d))
* use in-repo optimized c32 and b58 modules ([adf91bc](adf91bc))

### Bug Fixes

* add address properties to TxPayloadContractCall definition ([b94b6e1](b94b6e1))
* bug when decoding 1-byte length clarity values at the end of an argument list ([1d54d62](1d54d62))
* bug with decoding zero-length prefixed buffer in decodeClarityValueList, remove several buffer copies ([d805d5b](d805d5b))
* bug with inconsistent `signer_stacks_address` format between singlesig and multisig decoded txs ([d2da8ac](d2da8ac))
* build using latest ubuntu rust image ([#23](#23)) ([76e6144](76e6144))
* correct typescript definitions ([099b9a2](099b9a2))
* disable arm64 dep ([9ec0685](9ec0685))
* download artifact ([cd57364](cd57364))
* include post-condition mode byte, skip reading empty post condition buffers ([d0b0251](d0b0251))
* JsString for clarity string types using repr strings rather than actual string value ([34fab43](34fab43))
* links ([7510f39](7510f39))
* missing line from previous commit ([f55d2e3](f55d2e3))
* multisig tx decoding ([#21](#21)) ([c64042d](c64042d))
* pull git submodules on install ([78db147](78db147))
* recognize clarity version 4 ([592bfda](592bfda))
* redirect ([3012020](3012020))
* remove signers from tenure change tx ([#17](#17)) ([9e2aa26](9e2aa26))
* repair enum exports with proper tsc output ([5559950](5559950))
* thing ([2d636a2](2d636a2))
* ubuntu latest ([3a65aa2](3a65aa2))
* use ClarityName contraints (128 max size) when deserializing contract principals hirosystems/stacks-blockchain-api#1181 ([e2b4e41](e2b4e41))
* use lifetime handle correctly on neon context for helper functions ([dcdb77f](dcdb77f))
* use npx for invoking npm package binaries during install ([1916de1](1916de1))

### Performance Improvements

* remove overhead of external JsBuffer, remove clones for several strings ([76c099e](76c099e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants