Neil Booth
d075ebba86
Add missing import
Closes #370
7 years ago
Neil Booth
76f4969a98
listunspent methods consider mempool receipts
- Update docs. Height is 0 for mempool receipts
- Implement mempool.get_utxos() and use it
- Rename mempool.spends to mempool.potential_spends
Closes #365
7 years ago
Neil Booth
3e6ced6039
Minor documentation updates
7 years ago
Neil Booth
fe90dfaf7c
Update Bicoin Cash server list
7 years ago
Neil Booth
22c75a6216
Remove deprecated "with await" syntax
7 years ago
Neil Booth
63733223fd
Update docs for blockchain.headers.subscribe
7 years ago
FujiCoin
900b1f59ec
modify Fujicoin ( #367 )
7 years ago
cipig
302cfcfebf
add Bitcore (BTX) ( #362 )
7 years ago
cipig
394be855af
add BitcoinZ (BTCZ) ( #360 )
* add BitcoinZ (BTCZ)
7 years ago
WO
dc35d3f8da
Add Koto ( #358 )
* add Koto
* Add testfile
7 years ago
Brandon Lin
12a0f00caf
simplify RSA keygen instructions ( #357 )
7 years ago
xarakas
8891bf651f
Add NYC Support ( #354 )
7 years ago
Neil Booth
a62124468b
Improve documentation
7 years ago
ThomasV
2d7403f2ef
New protocol: ( #330 )
- add method mempool.get_fee_histogram
- bump protocol version to 1.2
7 years ago
AmiT177
1da936a59b
Added HOdlcoin support. ( #350 )
* Added HOdlcoin support.
* Update coins.py
* HOdlcoin block test
7 years ago
Neil Booth
7126864052
Wait for mempool to sync before starting external servers
Closes #335
7 years ago
TheLazieR Yip
e61490a5ba
Remove support for Electrum-Dash 2.6.4 ( #347 )
7 years ago
TheLazieR Yip
a6e466e37e
Update DashElectrumX follow notification process of ElectrumX. ( #346 )
7 years ago
Neil Booth
81a08d13ac
Fix recursion in prior commit
7 years ago
Neil Booth
e5b4f5f316
Change read_tx interface of deserializer
Most callers didn't want the hash, so create a separate call
that does both. Add a new call that returns the TX and its vsize.
7 years ago
duckartes
9377ea54de
Update: install_electrumx.sh ( #341 )
Remove "raspi-copies-and-fills" as it breaks the upgrade process
7 years ago
Neil Booth
bf74b5f99f
Fix pytest 3.3 failures
7 years ago
Rhett Creighton
4dd226f9c0
Add Zclassic ( #337 )
* Add Zclassic with EquihashMixin
7 years ago
Lucas Betschart, Hyperion Capital
14a12e8842
Add Feathercoin ( #336 )
7 years ago
Luke Childs
1bbdf5f1e9
Link to newer Docker image ( #333 )
Closes #331
7 years ago
Neil Booth
cff446d0e5
Add LTC address
7 years ago
cipig
f236446e7c
add CHIPS ( #326 )
7 years ago
Neil Booth
f126d8c90a
Update docs about when incoming connections are served
7 years ago
Neil Booth
b01139bb93
Don't iterate over mempool_statuses
Fixes #321
7 years ago
Neil Booth
ddf65fa9c2
Don't send notifications to LocalRPC sessions
Fixes #320
7 years ago
Neil Booth
cb33dd115f
Clean up client notifications
- mempool informed of new block; it notifies controller synchronously
- controller notifies sessions synchronously
- sessions are notified of new height synchronously. Any address touch
notifications are returned to the controller and scheduled
asynchronously.
Also, remove a redundant notification of height on initial header
subscriptions - the subscription response gives the current height;
we also used to send a notification as we didn't update our idea
of notified height.
7 years ago
Neil Booth
c764d1de18
Tweak mempool code
Precede 2 private functions with _. Removed unused arg.
7 years ago
Neil Booth
80caa1c4ea
Add a note about shsmith's banner updater script
7 years ago
Neil Booth
bcb36e0cb4
Prepare 1.2.1
7 years ago
Neil Booth
4558e0d8ef
Replace obsolete BCH peer
7 years ago
Neil Booth
35dd1f6199
Remove IRC support
7 years ago
Neil Booth
509069cce4
Add ScryptMixin and use it
7 years ago
Duke Leto
02438e488d
Add Hush using the shiny new EquihashMixin ( #319 )
7 years ago
cipig
1888a03577
add Komodo and Monaize ( #318 )
* add KMD
* KMD testblock
* clear peers
* add MNZ (KMD assetchain)
* fix mixin
7 years ago
Extrememist
18fc3d755e
Updates ( #317 )
7 years ago
53r63rn4r
34d69eaed8
Clear peers for sibcoin ( #316 )
7 years ago
53r63rn4r
2e12dcfdef
Added support for sibcoin, changed decode message in jsonrpc ( #314 )
* Added support for sibcoin, changed decode message in jsonrpc
* Revert decode message in jsonrpc
7 years ago
Neil Booth
72fce87088
Put server_features() on the environment object
Fixes #302
7 years ago
脇山P
9c834d6091
Add support for Monacoin testnet and update mainnet peers ( #310 )
7 years ago
John L. Jegutanis
f3fea9f8ee
Equihash POW abstraction and Bitcoin Gold support ( #311 )
* Extract the Equihash mixin from Zcash
The extracted EquihashMixin and DeserializerEquihash are used when
the Equihash POW support is needed but the Zcash transaction parsing
is not.
* Add Bitcoin Gold support
* Minor formatting fixing
7 years ago
Neil Booth
8c9731f0ad
Update BCH server list
7 years ago
SomberNight
e2b15d7fe1
fix: estimatesmartfee when there is no feerate from daemon ( #306 )
7 years ago
SomberNight
8293da1e10
use estimatesmartfee for fee estimation ( #300 )
* use estimatesmartfee for fee estimation, in case of BitcoinSegwit
* use estimatesmartfee in daemon if available
* daemon._is_rpc_available() now catches DaemonError instead of using HTTP error code
7 years ago
Willmar Knikker
159db3f8e7
Add electrum-ltc.wilv.in to Litecoin Peers. ( #299 )
7 years ago
fr3aker
5f45e65a39
add info about downloading pre-synced database ( #293 )
7 years ago