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
Neil Booth
c9b9e920f6
Compplete tests for lib/util.py
7 years ago
Neil Booth
08b80b9306
Improve coverage of Env tests
7 years ago
Neil Booth
cf99f733d9
Remove the get_proof RPC.
The client will get an unknown method error message instead.
7 years ago
Neil Booth
5c7bf3cce9
Try and fix Viacoin
7 years ago
Neil Booth
74cb4c2f45
Require Python 3.6
7 years ago
Sergii Vakula
9303153150
Add support for Emercoin ( #284 )
* Add parameters for emercoin.
* Add tests for emercoin.
* add block for test new read_header function
* add to daemon https protocol support
7 years ago
Neil Booth
1da8cb547d
Fix README.rst
7 years ago
Neil Booth
9bf220dec6
Widen min and max columns
7 years ago
Neil Booth
e039ba4b15
Prepare 1.2
7 years ago
Neil Booth
56d03625f6
Keep P2PK scripts separate from P2PKH scripts
This makes the DB incompatible with prior versions,
so the DB version is bumped.
7 years ago
Neil Booth
1cf084fb69
Prepare 1.1.2
7 years ago
Neil Booth
346385680e
Fix listunspent methods to remove mempool spends
Fixes #277
7 years ago
Neil Booth
81947d796b
Enhance PEER_DISCOVERY environment variable
It is now tri-state - ON, OFF or SELF.
Fixes #287
7 years ago
Jason (koad) Zvaniga
585e7be004
Add support for Canada eCoin mainnet. ( #285 )
7 years ago
SomberNight
aeccdc0cd9
update peers for BitcoinSegwitTestnet and BitcoinCashTestnet ( #283 )
7 years ago
Neil Booth
05d6351686
Strip boolean environment variable strings
Update tests
7 years ago
cryptcoin-junkey
47d54b1103
[Monacoin] Append the new seed node. ( #280 )
electrum-mona.bitbank.cc (tcp/ssl).
More info is in their technical blog entry (in Japanase).
https://bitbank.cc/blog/engineer20171005/
7 years ago
cipig
67d4641072
update EMC2 ( #279 )
EMC2 needs DeserializerSegWit to sync, also WIF_BYTE changed according to https://github.com/emc2foundation/einsteinium/blob/0.13_master_EMC2/src/chainparams.cpp#L132
7 years ago
SomberNight
a7b7aa7ebd
typos in docs/ENVIRONMENT.rst ( #278 )
7 years ago
Neil Booth
7fa7d290ca
Prepare 1.1.1
7 years ago
Neil Booth
3e376a79eb
Rename lib/env to lib/env_base
7 years ago
Neil Booth
366c556c5f
Split out lib/server_base.py
7 years ago
Neil Booth
255b88388a
Update protocol docs for "height".
Closes #269
7 years ago