Skip to content

Tags: VCraftMCPE/bitcoin-php

Tags

v0.0.35.0

Toggle v0.0.35.0's commit message
remove HierarchicalKey::withScriptDataFactory

v0.0.34.4

Toggle v0.0.34.4's commit message
ltc and tltc segwit prefix

v0.0.34.3

Toggle v0.0.34.3's commit message
Minor release, v0.0.34.3

Widens symfony/http-foundation compatible versions
to include 4.0, temporary solution to increase com-
patibility with frameworks while we deprecate BIP70
in later versions.

v0.0.34.2

Toggle v0.0.34.2's commit message
v0.0.34.2: Minor release reducing memory footprint of input/output pa…

…rsing

 - would explode and generate 10x the memory needed by creating
   a new instance of Opcodes for every input and output parsed.

Thanks to @Vasiliy-Bondarenko for reporting (Bit-Wasp#605)

v0.0.34.1

Toggle v0.0.34.1's commit message
Minor release featuring a bugfix

Shouldn't modify inputs that weren't touched

v0.0.34.0

Toggle v0.0.34.0's commit message
Bumping to 0.0.34 because of a BC break

in the Script\ScriptInfo namespace.

 * exposes Bech32 segwit addreses (bip 173)
 * makes it possible to redeem bitcoin cash (not fully tested)

v0.0.33.3

Toggle v0.0.33.3's commit message
Minor release with beginnings of Bech32 support.

will be slightly different in v0.0.34

v0.0.33.2

Toggle v0.0.33.2's commit message
Minor release, with some bug fixes

v0.0.33.1

Toggle v0.0.33.1's commit message
Minor release,

some improvements to P2shScript and MultisigHD
Added WitnessScript helper

v0.0.33

Toggle v0.0.33's commit message
Release with improvements in serialization