* Config - remove unused keys

* Remove aliases

* Script - minor updates

* Remove bitcoin papers

* Delete all but a couple example events

* Update all QE BIP links to reflect current reop location

* One more BIP link update
This commit is contained in:
thephez 2019-05-03 10:38:51 -04:00
parent afe721020a
commit 8c6d438a3a
28 changed files with 65 additions and 7253 deletions

View file

@ -4,7 +4,7 @@ from bitarray import bitarray # from pypi.python.org/pypi/bitarray
import pyhash # from https://github.com/flier/pyfasthash
# Based on BIP-37
# https://github.com/QuantumExplorer/bips/blob/master/bip-0037.mediawiki
# https://github.com/dashevo/bips/blob/master/bip-0037.mediawiki
# Defined in bloom.h
# https://github.com/dashpay/dash/blob/master/src/bloom.h#L17-#L18