Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@bitauth/[email protected]
Minor Changes
#138
1a03d3f
Thanks @github-actions! - Add support for debugging evaluations with loops#138
4043ae7
Thanks @github-actions! - DeprecateBCH_2022_05
VM, addBCH_2023_05
,BCH_2025_05
, andBCH_SPEC
VMs, update vmb_testsAdditionally, all exports have been renamed to more consistently adhere to the
camelCase
capitalization style, without exceptions for abbreviations. For exampleassembleBytecodeBCH
is nowassembleBytecodeBch
. To ensure backwards-compatibility, aliases (marked with@deprecated
TSdoc tags) are also exported using the old capitalization. These aliases will be removed in a future major version.Patch Changes
#138
1f34ca4
Thanks @github-actions! - UpdateisStandardOutputBytecode
to allow P2SH32Fixes createInstructionSetBCHCHIPs uses isStandardOutputBytecode rather than isStandardOutputBytecode2023 #133. Thanks for the report @rkalis!
#138
d0d54b9
Thanks @github-actions! - Fix OP_TXVERSION VMB tests, reduce 2025 nonstandard hashing density limit#138
18e1614
Thanks @github-actions! - Add BCH_2026_05, add VM benchmarking#138
1a03d3f
Thanks @github-actions! - Add support for BigInt CHIP#138
1a03d3f
Thanks @github-actions! - Improve performance of all virtual machines#138
c0eadac
Thanks @github-actions! - Run VMB benchmarks in CI#130
ade0151
Thanks @bitjson! - clarifygenerateDeterministicEntropy
usage examples#138
1a03d3f
Thanks @github-actions! - Add support for Schnorr multisig in BCH VMs#138
49bcce4
Thanks @github-actions! - Begin implementation of BCH_2025_05 and BCH_SPECAuthenticationVirtualMachine
to removeclone
(obviated by wide availability ofstructuredClone
) and addinitialize
, allowing VM proposals to add to the program state of an existing VM (in a type-safe way) without duplicating its unchanged logic.BCH_SPEC
opcodes inassembleBytecodeBch
/disassembleBytecodeBch
#138
1a03d3f
Thanks @github-actions! - Expand VMB benchmark tests and tooling