Skip to content

spruned 0.0.7

Compare
Choose a tag to compare
@gdassori gdassori released this 31 Mar 19:00
· 59 commits to master since this release

release 0.0.7 changelog:

  • mempool support (see notes)
  • quorum based fee estimation improvements (see notes)
  • electrum protocol bump to v1.4
  • Github anchored docker distribution (https://hub.docker.com/r/gdassori/spruned, see notes)
  • jsonrpc floats formatting bugfix (now with fixed precision)
  • rpcport bugfix (was 8332 also in testnet unless explicit)

notes

Mempool:

The code was in since a while, zeromq already shared some observers. Looks stable enough to be released.

$ spruned --mempool-size 100

enables the mempool with 100Mbytes buffer.

Fee estimation:

The previous quorum service had its own connectionpool. That was slow. The fee estimation service now uses the same connectionpool as the other API.

Docker:

I have seen many spruned containers on dockerhub, but I'd like to maintain a Github-anchored container on my username (gdassori, the same as Github).