Neil Booth
23e484b1d9
Enforce pycodestyle in lib/
7 years ago
Neil Booth
46adf543fc
Enforce pycodestyle in server/
7 years ago
Neil Booth
e29b692b9d
Fix typo
7 years ago
WO
93ee197b48
Add Koto testnet ( #491 )
7 years ago
脇山P
0646d874be
update version aiorpcx ( #490 )
7 years ago
Neil Booth
653b84e853
Update BitcoinCash metadata
7 years ago
elmora-do
7baf6cf68d
Add $PAC ( #474 )
* Add $PAC
* Refactor and improve masternode notifications
* Update DASH/$PAC RPC documentation
These RPC commands were documented:
masternode.announce.broadcast
masternode.subscribe
masternode.list
masternode.info
7 years ago
Neil Booth
2559751ead
Display aiorpcX version on startup
7 years ago
Neil Booth
b993bd8f8e
Rename protocol_version_string to version_string
7 years ago
Neil Booth
52658cfc9c
Set the shutdown event via call_soon
Fixes #480
Require aiorpcx 0.5.6, handle ConnectionError appropriately;
this ensures the same bug would give a better error message
7 years ago
Daniel McNally
6928b251f8
Change COIN to BitcoinSegwit ( #486 )
7 years ago
Neil Booth
69754a62eb
Be more careful closing history DB
Fixes #485
7 years ago
Neil Booth
7d9ffbbed0
Minimum supported protocol version is 1.1
7 years ago
SuBPaR42
379fef17de
Update coins.py ( #477 )
Updated TX_PER_BLOCK to 2018 YTD average. Updated total transactions to a more recent block.
7 years ago
WO
8d42c23026
Update for Zcash v3 tx ( #475 )
7 years ago
Neil Booth
e0186d7661
Move clean_db() logic to when hist DB is opened
7 years ago
Neil Booth
e88b8c0dec
Update compaction test
Version -> 1.4.4pre1
7 years ago
Neil Booth
5e1ed3ffa6
Separate history management into its own object
- the object also manages unflushed history
- the history DB has its own version, starting at 0
This is the first step to making history management into
a separate service and to larger block sizes.
The next step is an improved history format, which I hope will both
save space and be a solution to issue #185 . The DB should be able to
upgrade in-place without re-syncing the chain.
7 years ago
Neil Booth
5d22e27d52
Add .pytest_cache to .gitignore
7 years ago
Neil Booth
77051f83a4
Make HASHX_LEN a global, not a coin property
7 years ago
ddude
56de4dea67
Adding Xuez Coin ( #472 )
7 years ago
John L. Jegutanis
c813918b8b
Add version to the getinfo result ( #471 )
7 years ago
Nico
9877e1f846
added Machinecoin (MAC) ( #470 )
7 years ago
cipig
a7a8a1bd32
add GameCredits (GAME) ( #467 )
7 years ago
Peter Bushnell
e5cd5f3067
Add Uniform Fiscal Object (UFO) ( #463 )
* Add Uniform Fiscal Object
* Remove spaces in name
* Rename test
7 years ago
Roman Zeyde
ee7e536a38
Fix small typo in protocol-basics.rst ( #462 )
7 years ago
Neil Booth
55e060c318
RPC member is 'message' not 'msg'
Fixes #455
7 years ago
Neil Booth
acb18155d0
Update the roadmap
7 years ago
脇山P
3749900d65
Fix bitzeny params and header ( #453 )
7 years ago
Nico Van Severen
7ef6e78bc9
Add NewYorkCoin testnet in coins.py ( #452 )
7 years ago
Neil Booth
46f245891c
Point to readthedocs
7 years ago
脇山P
a858b3fc2d
fix height is not define ( #450 )
7 years ago
Neil Booth
ec2565679a
Force close stale sessions that aren't closing
7 years ago
Neil Booth
d586a745e1
Fix doc build
7 years ago
Yuki Akiyama
3bedef6de3
indent fix ( #449 )
7 years ago
Lucas Betschart
dc309d3835
Feathercoin activated SegWit ( #447 )
7 years ago
Neil Booth
0dc99d7c63
Fix RPCError import
Closes #443
7 years ago
Neil Booth
1a0eea25c3
ElectrumX 1.4.3
Close connections more aggressively on shutdown
We need VERSION in its own file, unfortunately
Fixes #442
7 years ago
Neil Booth
142aa48dbb
Release 1.4.2
Requires aiorpcX 0.5.5
7 years ago
Neil Booth
f54c4e6e25
Resolve address locally if proxy and not tor
and report it correctly in peers output
Requires aiorpcX 0.5.5
Closes #301
7 years ago
Neil Booth
4eebf420e8
Cleaner shutdown
Use aiorpcX task functionality
Shut down peer sessions cleanly
7 years ago
Neil Booth
fec2ee1d8f
Set PROTOCOL_MIN to 1.0
Earlier protocol versions are used by 2.9.x clients of Electrum and
Electron Cash. They all have the local daemon vulnerability, so
it seems a good time to phase out support for those clients.
7 years ago
Neil Booth
8bf30fba0e
Move server/version.py to Controller class
7 years ago
Neil Booth
34c45e6601
Remove down / obsolete servers
7 years ago
Neil Booth
837bea217a
Remove controller.groups
7 years ago
Neil Booth
e92c9bd486
ElectrumX 1.4
7 years ago
Neil Booth
415552989b
Fix group consolidation logic
7 years ago
Neil Booth
fbf0ec4d9b
Update BitcoinSegwit peers
7 years ago
Neil Booth
381593fba3
Update BCH servers
7 years ago
Neil Booth
bc6093a8fe
Fully integrate aiorpcX
7 years ago