Releases: mempoolco/spruned
Releases · mempoolco/spruned
spruned 0.0.2 alpha 5
This release comes with:
-
a minimal subset of the getpeerinfo API emulation
-
improvements on the RPC emulation that should adhere best on the original
-
getblock error code bugfix
-
contributions (systemd script)
spruned 0.0.2 alpha 2
The release comes with a huge refactory on the dependencies side.
- Fix a localstorage bug that caused spruned to fail on the first execution.
- Drop github dependencies
- Bring pip distribution working (pip install spruned) up & running again
- Add third party code & licenses into the main codebase
- Add connectrum UT
- Use pycoin pip distribution, add pycoin patches to dependency module
spruned 0.0.2 alpha
This release comes with:
- verbose getrawtransaction support
- full merkle proof validation on getrawtransaction & gettxout
- dynamic electrum servers update
- requirements.txt must be installed explicitly
- remove useless requirement
- increased test coverage & code cleaning
spruned 0.0.1 alpha 5
Fix a bug on the RPC interface.
Add UT on the RPC interface.
spruned 0.0.1 alpha 4
- add support for sendrawtransaction