From 8644e542dbbbdb08810ba874a3c83138891c0d96 Mon Sep 17 00:00:00 2001 From: fametrano Date: Thu, 27 Aug 2020 17:04:07 +0200 Subject: [PATCH] updated --- TODO.md | 5 +---- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index d8b59ade0..479597d02 100644 --- a/TODO.md +++ b/TODO.md @@ -1,15 +1,12 @@ +- use https://github.com/lidatong/dataclasses-json - enable flake8 max-complexity - improve sphinx documentation - network as global variable - synch (ec, hf) according to network - taproot - add AuthProxy for full node interaction (blockexplorer fall-back) -- decode transactions -- encode transactions -- PSBT - descriptors - miniscript (?) -- block parsing - block creating (toy mining) - hash rate extimation - difficulty adjustment diff --git a/requirements-dev.txt b/requirements-dev.txt index 8709ccab4..7c197dc63 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,3 +12,4 @@ coverage pytest > 6 pytest-xdist pytest-cov +tox