Skip to content

Tags: dogeorg/doge

Tags

v0.1.10

Toggle v0.1.10's commit message
Fix: oops

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from dogeorg/segwit-block-parsing

Fix: added SegWit parsing in DecodeBlock/DecodeTx (occurs in AuxPoW)

The new approach exactly mirrors the parsing logic in Core to avoid inconsistent parsing outcomes.
Now also detects invalid script size and varInt size as per Core, which typically happen when parsing goes astray.

Also added DecodeBlockErr/DecodeTxErr that return error details for debugging issues like this.

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from ronny/bip32key-child-number

Add `ChildNumber()` to `Bip32Key` @ronny

v0.1.7

Toggle v0.1.7's commit message
P2PKHScript, P2PKHScriptFromAddress, P2SHScript, P2SHScriptFromRedeem…

…Script

Removed input script length check, because unsigned script inputs
have an empty script.

v0.1.6

Toggle v0.1.6's commit message
EncodeTx with tests

v0.1.5

Toggle v0.1.5's commit message
Binary Encoder and Decoder from DogeNet, with tests

v0.1.4

Toggle v0.1.4's commit message
HexDecodeReversed undoes HexEncodeReversed, with test (oops)

v0.1.3

Toggle v0.1.3's commit message
HexDecodeReversed undoes HexEncodeReversed, with test

v0.1.2

Toggle v0.1.2's commit message
fix: incorrect zero padding on Koinu fractional part

v0.1.1

Toggle v0.1.1's commit message
Block and Tx parsing: optionally calculate hashes; copy-reversed