Skip to content

Tags: peterzen/dcrd

Tags

v0.8.2

Toggle v0.8.2's commit message
Bump for v0.8.2

v0.8.0

Toggle v0.8.0's commit message
Update internal glide repos for v0.8.0 (decred#563)

v0.7.0

Toggle v0.7.0's commit message
Bump for v0.7.0

v0.6.1

Toggle v0.6.1's commit message
Update to v0.6.1

v0.6.0

Toggle v0.6.0's commit message
Notify only relevant stake txs, not all. (decred#447)

I misunderstood an old dcrd comment and thought that all stake
transactions were notified irrespective of whether they were actually
relevant to the wallet or not.  Fix this by only including those that
pass the tx filter for block connected notifications.  Rescanned
blocks already handled this correctly by only including the relevant
stake txs.

v0.5.1

Toggle v0.5.1's commit message
Bump for v0.5.1

v0.5.0

Toggle v0.5.0's commit message
Optimize coinbase output tax check.

Profiling indicated that significant time was being spent validating
coinbase outputs, ensuring that they paid to the development
organization's P2SH tax address.  This check was more inefficient than
necessary for a couple of reasons:

* The tax address was always decoded from a string to a dcrutil.Address.

* The actual script being validated was always parsed for addresses to
  check if they matched the tax address.

Neither of these are needed.  To optimize the algorithm, only the
equality of the output script and script version are checked.

v0.4.0

Toggle v0.4.0's commit message
add more checkpoints for upcoming release (decred#329) (decred#338)

v0.3.0

Toggle v0.3.0's commit message
Create appdata directory before writing config.

v0.2.0

Toggle v0.2.0's commit message
Bump version to v0.2.0