Neil Booth
6209300e35
Use session.spawn()
Fixes #632 properly
Requires aiorpcX 0.10.x
6 years ago
Neil Booth
2271c8a45c
Require aiorpcx 0.9.1
6 years ago
Neil Booth
c6a9fd7a30
Revert "A quick hack until fixing the freezing properly"
This reverts commit 33befb8e6b
.
6 years ago
Neil Booth
33befb8e6b
A quick hack until fixing the freezing properly
6 years ago
TheTrunk
d460bc3bcb
add ZelCash coin ( #631 )
6 years ago
Neil Booth
f9e66b721f
Prepare 1.8.9
6 years ago
Neil Booth
4305e506fb
Add testcase for prior
6 years ago
Neil Booth
a735a3f0c1
Accumulate touched over several blocks
So if several blocks are processed together, the touched
addresses is their union not just the most recent
Fixes #630
6 years ago
Neil Booth
214fc83648
Prepare 1.8.8
6 years ago
John L. Jegutanis
c25cd224b5
Fix NewYorkCoin ( #629 )
6 years ago
Neil Booth
eba718c6de
Require aiorpcx 0.9.x
6 years ago
turcol
06d58f7786
Add support for CivX mainnet and testnet ( #627 )
6 years ago
JeremyRand
6e300cf18b
Namecoin: Support indexing name scripts ( #626 )
* Namecoin: Extract addresses from name scripts.
* Namecoin: Index transaction history by name in addition to by script hash.
6 years ago
John L. Jegutanis
c411de1f07
Add Zcash Sapling support ( #624 )
6 years ago
Neil Booth
39c26aa044
Add log message when resuming listening
6 years ago
Neil Booth
9a37c40d07
Catch specific errors; avoid suppressing CancelledError
6 years ago
Neil Booth
d9d802f970
Rework the main controller TaskGroup
- task groups don't propagate exceptions until joined
- therefore waiting on events in the context manager body is not a
good idiom; it caused failed tasks that were supposed to set the
event to lead to a deadlock with no backtrace
Fixes #608
6 years ago
shyba
fab4ed21eb
expose block polling delay ( #622 )
6 years ago
Neil Booth
cdb9034571
Tweak notification handling
Fixes #614 , which could happen if a block was found immediately at
startup
6 years ago
Frédéric Massart
214e5a777e
Fix link to coins.py in documentation ( #610 )
6 years ago
Josh
6876c640cc
add missing is_generation method on TxInputDcr ( #609 )
6 years ago
Neil Booth
b7c1a693eb
Clear retry_event once triggered.
Fixes #603
6 years ago
Neil Booth
d6dc5e8d01
More accurate default banner
6 years ago
Neil Booth
6f43910f2d
Fix daemon logging rate limiter
Based on #602 but with test fix
6 years ago
David Hill
f3166176ce
[decred] Update to testnet3 ( #597 )
While here, fix mainnet and testnet WIF_BYTE.
7 years ago
Neil Booth
515156f49d
Catch aiohttp.ClientError
See #595
7 years ago
Neil Booth
fac32c4903
Prepare 1.8.7
7 years ago
John L. Jegutanis
f76e8b0a44
Fix reorg related bug ( #594 )
Changed to the correct self.db.read_raw_block and catch only
FileNotFoundError as it is the only one that should happen.
7 years ago
Neil Booth
95ea557b1d
Prepare 1.8.6
7 years ago
Neil Booth
499fe7faad
Update to aiorpcx 0.8.0
7 years ago
Gabriel
3a33675e11
Add TokenPay ( #495 )
This commit adds TokenPay as a supported coin.
7 years ago
Neil Booth
ab17b4d529
Add is_generation memeber to TxInput
Use it in preference to is_gen_outpoint
7 years ago
脇山P
2b123d7778
update aiorpcX ( #586 )
7 years ago
Neil Booth
eeb5f96cd5
Suppress socket.send() errors
7 years ago
Neil Booth
1d299f3f67
Prepare 1.8.5
7 years ago
Neil Booth
866342c4d8
Require aiorpcX >= 0.7.3
7 years ago
Neil Booth
437ad9b446
Handle flush races gracefully
Fixes #552
I cannot see how these can occur other than during a reorg, but
the submitter didn't seem to think there was a reorg. So log it
and recover gracefully; let's see if many report these.
7 years ago
FABIANO S CUNHA
f5b3df9092
Add support for pivxTestnet ( #585 )
7 years ago
Neil Booth
44e715e6c9
Fix test_daemon
7 years ago
Neil Booth
c441f6e11c
Fix prior
7 years ago
Neil Booth
8ea2bed403
Move server opening/closing to its own task
Fixes the issue referred to in #583
7 years ago
FABIANO S CUNHA
60d4ae52f7
Add support for Decred Testnet ( #580 )
* Add decred Testnet support
7 years ago
FABIANO S CUNHA
6dd7049339
Add support for BitcoinGreen ( #581 )
* Add support for BitcoinGreen
7 years ago
Neil Booth
eb5c55107a
Remove dead code from coins.py
7 years ago
Neil Booth
b1eec85be8
Remove bad test
No one knows what the compact fee rules are...
7 years ago
Neil Booth
ba5d18d9d5
Fix randrange bug
Also make seed change daily only
7 years ago
Neil
acb9784ccc
Merge pull request #574 from erasmospunk/generation-tx-fixes
Improve generation inputs handling
7 years ago
John L. Jegutanis
a6d46fab8d
Improve generation inputs handling
Fixes #570
7 years ago
Neil Booth
8ab04652c1
Fix #577
7 years ago
Neil
ec2ef922bc
Merge pull request #575 from wakiyamap/master
update monacoin's server
7 years ago