Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/firoorg/electrumx-archived

Alternative implementation of spesmilo/electrum-server
https://github.com/firoorg/electrumx-archived

Remove IRC support

35dd1f61996b02a84691ea71ff50f0900df969bc authored about 7 years ago
Add ScryptMixin and use it

509069cce41de8be56106571bd75330ff9bd8f6d authored about 7 years ago
Add Hush using the shiny new EquihashMixin (#319)

02438e488d32dc3cb479d747248e7ea3dd83840d authored about 7 years ago
add Komodo and Monaize (#318)

* add KMD

* KMD testblock

* clear peers

* add MNZ (KMD assetchain)

* fix mixin

1888a0357788026a84bdf4647e1471e9beaad4d4 authored about 7 years ago
Updates (#317)

18fc3d755ebc0fafc0c69b91ce6ef09f33c6ad60 authored about 7 years ago
Clear peers for sibcoin (#316)

34d69eaed881cc26e69cc513c282d2a0307465c9 authored about 7 years ago
Added support for sibcoin, changed decode message in jsonrpc (#314)

* Added support for sibcoin, changed decode message in jsonrpc

* Revert decode message in jso...

2e12dcfdef024254fadb1ba6f5bb0e8a4fa6fa3a authored about 7 years ago
Put server_features() on the environment object

Fixes #302

72fce8708810fc8087990b7337bece248919306c authored about 7 years ago
Add support for Monacoin testnet and update mainnet peers (#310)

9c834d6091a4da0fded8f50cc836034629d32d78 authored about 7 years ago
Equihash POW abstraction and Bitcoin Gold support (#311)

* Extract the Equihash mixin from Zcash

The extracted EquihashMixin and DeserializerEquihash ...

f3fea9f8ee88305aa087bb996a3d1857708b3a20 authored about 7 years ago
Update BCH server list

8c9731f0ad724766982d5e6bb4c6f2d639f15124 authored about 7 years ago
fix: estimatesmartfee when there is no feerate from daemon (#306)

e2b15d7fe117ef3ebe1e91c42772dbe82a8c5c1f authored about 7 years ago
use estimatesmartfee for fee estimation (#300)

* use estimatesmartfee for fee estimation, in case of BitcoinSegwit

* use estimatesmartfee in...

8293da1e10e837d47c8b76ece55314af6e45e662 authored about 7 years ago
Add electrum-ltc.wilv.in to Litecoin Peers. (#299)

159db3f8e70b2b2cbb8e8cd01d1e9df3fe83828f authored about 7 years ago
add info about downloading pre-synced database (#293)

5f45e65a39e3ccabe3aac8ef4db912e17fceaac1 authored over 7 years ago
Compplete tests for lib/util.py

c9b9e920f67fbd12a2ae1d7bfceb30423fdf2825 authored over 7 years ago
Improve coverage of Env tests

08b80b93068c8428b68fb71297702c3b7c8d8a36 authored over 7 years ago
Remove the get_proof RPC.

The client will get an unknown method error message instead.

cf99f733d98119f75e76d7ded31388de91de9c31 authored over 7 years ago
Try and fix Viacoin

5c7bf3cce9ba5735f413517a27d845e2459d531e authored over 7 years ago
Require Python 3.6

74cb4c2f4520eb7294185f4700a2a0f3a3294aa6 authored over 7 years ago
Add support for Emercoin (#284)

* Add parameters for emercoin.

* Add tests for emercoin.

* add block for test new read_hea...

93031531501cd5131fb6ec84c498e7682af12320 authored over 7 years ago
Fix README.rst

1da8cb547d733fe3da9924a0d31187a6d5bb58a1 authored over 7 years ago
Widen min and max columns

9bf220dec630ed77b9625b0f8eb3ea5e5158e61d authored over 7 years ago
Prepare 1.2

e039ba4b15c3750a2c83aab651cfa97986e672e4 authored over 7 years ago
Keep P2PK scripts separate from P2PKH scripts

This makes the DB incompatible with prior versions,
so the DB version is bumped.

56d03625f669fda0744ab49fa5e404be67d9b7a0 authored over 7 years ago
Prepare 1.1.2

1cf084fb69d4716313cb467c85dc0eabcc14b725 authored over 7 years ago
Fix listunspent methods to remove mempool spends

Fixes #277

346385680eafd18fd2f1cdd2421ed0d07f45dbbd authored over 7 years ago
Enhance PEER_DISCOVERY environment variable

It is now tri-state - ON, OFF or SELF.

Fixes #287

81947d796b39c1a7a46c12c421271a9b912899b9 authored over 7 years ago
Add support for Canada eCoin mainnet. (#285)

585e7be004eace10e6155665423f559b66ee00cb authored over 7 years ago
update peers for BitcoinSegwitTestnet and BitcoinCashTestnet (#283)

aeccdc0cd99e9c41c665d12e9eb308dd1ff2fbfa authored over 7 years ago
Strip boolean environment variable strings

Update tests

05d6351686bfa34738ab2beedef43a049ef33337 authored over 7 years ago
[Monacoin] Append the new seed node. (#280)

electrum-mona.bitbank.cc (tcp/ssl).

More info is in their technical blog entry (in Japanase)....

47d54b1103b7a6d4137f5a9527dc68f3138238e1 authored over 7 years ago
update EMC2 (#279)

EMC2 needs DeserializerSegWit to sync, also WIF_BYTE changed according to https://github.com/emc...

67d4641072271d342bbbbcfbb3247f40ab2fcfb7 authored over 7 years ago
typos in docs/ENVIRONMENT.rst (#278)

a7b7aa7ebdaac99ebc1a0cd6802b2a0a4507b972 authored over 7 years ago
Prepare 1.1.1

7fa7d290cad193c9d669dbf500b05b2c349d1096 authored over 7 years ago
Rename lib/env to lib/env_base

3e376a79eb673d4e7a4aa7e7b95e6100b07082b4 authored over 7 years ago
Split out lib/server_base.py

366c556c5f43e29dca34ba18c68461b01c144a9c authored over 7 years ago
Update protocol docs for "height".

Closes #269

255b88388a10769d70606b8380d6169702da03e4 authored over 7 years ago
Add env object for wallet engine

Split out common Env parts to a base class.

ae03ea6cb60d6216752aff7453406178afa03f5a authored over 7 years ago
fix DASH set_protocol_handlers (#271)

fix NameError: name 'masternode_announce_broadcast_1_0' is not defined

b16a4f5a94b2f421ac02eddfd4a7a8cb34f50a04 authored over 7 years ago
Add ALLOW_ROOT option (#268)

* Add ALLOW_ROOT option

* Document ALLOW_ROOT option

* Update controller.py

* Update EN...

0e6b59eb929eac896e977f9ce1ef7bf611c484c9 authored over 7 years ago
Update TX_ stats for BitcoinCash

accbdf688488af32d4e2f1c7fbc10972a682ed6d authored over 7 years ago
Support BitZeny. (#260)

* Update coins.py

Signed-off-by: Cryptcoin Junkey <[email protected]>

* change de...

ac8e3941149a7665575605dd13b88066a33fce95 authored over 7 years ago
Fix WIF_BYTE for Monacoin (#259)

WIF_BYTE was changed \xb2 to \xb0 since Monacoin-core develop-0.10 brance.

4b7ab9c032f2176c672ddf386af416736a03125a authored over 7 years ago
Minor environment variable improvements

- COIN and NET strip surrounding whitespace
- new environment variable RPC_HOST, similar to HOST...

131344715ab753af6fef5bc3b74186f2e4bab9da authored over 7 years ago
Minor optimizations to Bitcoin tx processing (#214)

* Construct unpacking functions for byte format up front to save time
wasted on parsing format ...

0c2e5c636816fa80ccfe06960cf825a525daaf25 authored over 7 years ago
Prepare 1.1

8cfa42ed9cc7c46f9a4fde49854c7710b2863484 authored over 7 years ago
Remove dead code

2f69aaa4874f8c9e9b486579d4557989c8bcff19 authored over 7 years ago
Refresh hard-coded peer lists

9d853cf1905db224732771d104c06626f594288d authored over 7 years ago
Stop persisting peers; resdiscover on restart

305fd897406e6f6609a033a7d633db4729b1b8e6 authored over 7 years ago
Remove exception for onion peers

Like clearnet peers, they are only returned in server.peers.subscribe
if there was a successful ...

40fa79da63e945c654f3053ed24469b082f25af4 authored over 7 years ago
RPCError has msg member, not message

9dd5541f82a23d2c2d0c1d8e94a072ff832ba766 authored over 7 years ago
Prepare 1.1pre2

f723455992fb1cef2c5c51fa272b530433e10d09 authored over 7 years ago
Dash: return errors in JSON error field for protocol 1.1

4f5a219438da4730b8a897fc4af3a0f4d2c34368 authored over 7 years ago
Fix handling of failed transaction broadcast

06693c58800e847a0f35d77708dedb5ab5fc0713 authored over 7 years ago
Fix protocol version reported in server.peers.subscribe

- new library function protocol_version_string() with tests
- remove ad-hoc class functions

Fix...

f4cc1e29263204e66d2c172bee7901af355b8402 authored over 7 years ago
Fix doc typos

7349bef13ffab0755610ad1ae1d2378d9145a318 authored over 7 years ago
fix typos in changelog for Version 1.1pre1 (#253)

* fix typos in changelog for Version 1.1pre1

* found another typo (priveleged -> privileged)

79a065a3988da1ce9d6ffa2bc9fd4beac822df14 authored over 7 years ago
Peerdisc: handle protocol 1.1 server.version replies

794e1d86ffbc009cebe8f7f520afdbff7933a441 authored over 7 years ago
Doc updates

af9c82dbdbe65823f904cdb32efde7a2fba60bf5 authored over 7 years ago
Update tests for COIN changes

8f004785af95f6d591cdf5c83ca178e1755a5e23 authored over 7 years ago
Prepare 1.1pre1

c1c4906fbafb410f0ae67c0dc5c702c87696d34a authored over 7 years ago
Make COIN env variable mandatory.

- make a clean split between the Cash and Segwit flavours of bitcoin
by giving them their own...

3cc5b5ea43f64dc3b3bffd4e42def0ef8b3bfb54 authored over 7 years ago
Updated Server Name for Bitcoin-Segwit (#247)

A better (long-term) server address.

6e357a53c8cd31aad34bf2f716eb50e15a5b2757 authored over 7 years ago
Added support for Bitbay (BAY) (#249)

Added support for Bitbay (BAY)

76581c3b4e2d3f895117d5c69709a7f1cfdaa02a authored over 7 years ago
Require protocol_version to be given if >= 1.1

2684f3b88869d400e6828894d8c24ef90e9f1446 authored over 7 years ago
Accept protocols down to 0.9 for Electrum 1.x clients

Fixes #248

09783aeacc3bae679fa599aae14d9bba23260d63 authored over 7 years ago
Improved handler handling

- move server.donation_address to the session from controller
- session controls handler map, no...

2a955a922a42c989924873546d47403a94c8dd91 authored over 7 years ago
Permit HOST to be a comma-separated list.

Update documentation to match.

a978ca6df788e7d021c6b7d47746dbd456a80d8a authored over 7 years ago
Show protocol version in sessions RPC call

37c15f7018a0bf942c3ba7c8aaf3a711934eee2e authored over 7 years ago
Update protocol documentation

f2f2b1e7b6ff53aa99a5ed37361823b673d56254 authored over 7 years ago
Handle client protocol range requests.

Add more tests.

9c25685eb99856085f0031c5ba7df27aecf0abac authored over 7 years ago
Implement other address methods for scripthash

e7601a23cd9a8f23a8da8e14aeddee3d0ff84554 authored over 7 years ago
Simple protocol negotiation and setting of handlers

It turns out clients pass 0.10 instead of 1.0 as the protocol version.
Distinguish some handlers...

135ab68f7419b36d4d565eb47c254ac3240831bd authored over 7 years ago
Merge remote-tracking branch 'github/master'

eb91522d2006680ad503f72430985dc6bbae8447 authored over 7 years ago
Update HOWTO.rst: Add iptables example for running on privileged port (#245)

80f1a8edc02ffa47642dfdfdf5b18a793eda256f authored over 7 years ago
Add Neblio support to electrumx (#240)

* add neblio

* update daemon & deserializer and add header_hash

* remove LegacyRPDaemon us...

2a6fa0489e23fabd397f778ac2d92ea70705b97b authored over 7 years ago
Add "hash_function" member to server.features.

Update documentation

f8a838c589e1ccf4077218f6367870c94c7d72a9 authored over 7 years ago
Exclude tests directory from installation

Fixes #223

efe86c67f287b33701dcdb2198f2fef587ea0be1 authored over 7 years ago
Add EVENT_LOOP_POLICY environment variable

Based on #215 by JustinTArthur.

- Accept EVENT_LOOP_POLICY of uvloop
- Move initilisation from ...

137236712fc82067f74b274643b7bc832dd5a050 authored over 7 years ago
Some further cleanup

1f3e942cbc8eb08e0786c1c631b1d6a58d3524f4 authored over 7 years ago
Various improvements (#233)

* Fix formatting

* Refactor daemons

Replaced FujiDaemon with FakeEstimateFeeDaemon that si...

885872f0b522da4b5838628321254efd3e1fea4f authored over 7 years ago
Remove 2 segwit peers from Bitcoin cash list

3d4d382178bcaea1f91d61b649aa674e04f83804 authored over 7 years ago
Change the not.fyi server on request

e5101e4757f4aa8e122572309bf5c9db5bc961d3 authored over 7 years ago
Prepare 1.0.17

d324bdc0d16c4757a245e26d81e39199ac4b9af7 authored over 7 years ago
Have proxy.create_connection use kwargs

Fixes #227

fab3f5affe342b83641ed9cadc1f3a7e152431da authored over 7 years ago
Add note about new NET assignments.

ab62092afceead9d3b22afb517958a34a864112a authored over 7 years ago
Prepare 1.0.16

7442bad66c89395d8208fc293bfc0e078eaa23f8 authored over 7 years ago
Split peer lists post fork

00504b695a3c9b5b940b412fb478fabf575bac33 authored over 7 years ago
Explicitly bind to both IPv4 and IPv6.

4d2456e4b4ace5d1ed7ea7a62d4d86d42bbe7e75 authored over 7 years ago
Use our listening Host/IP for outgoing connections also (#226)

Explicitely set the local IP for outgoing connections, if we're listening
on only one Hostname ...

69c1535d13727afdffe52c9ceac86adbb8b535c1 authored over 7 years ago
Fix KeyError on incorrect genesis hash (#224)

Fix KeyError that occurs when creating an exception for an incorrect genesis hash.

59d8421c8775d3a9415af6e5b4ef8276baffe1d5 authored over 7 years ago
Add Fujicoin (#218)

* Add Fujicoin

* Add explanation of FujiDaemon

b4ac4b6a0538e81a69315db881d039f77a04d5e0 authored over 7 years ago
Correct 'seessions' (sessions) (#220)

5b475751f19392ffb9b5a4f81fdcfbd80ea46db6 authored over 7 years ago
Add PEERS to Monacoin. (#219)

761213607c309e034e3da6bb68046dfdd092594f authored over 7 years ago
Add Crown (#217)

* Add Crown

* Fix Parse

2031e88c20308abf3bea5d855b67fac0fa5e54f9 authored over 7 years ago
Adding regtest parameters (#213)

97ec00338d66609145a265af76b3883116511b88 authored over 7 years ago
Merge branch 'master' of github.com:kyuupichan/electrumx

620ee35af9e4388111505e52c088e53bc8582535 authored over 7 years ago
Update server list for BCC servers.

f65fa2fd193a4da0a8856725514f61b7f4becd48 authored over 7 years ago
Use None instead of localhost

See #211. Some don't have localhost mapped, and
we should also bind to IPv6 interfaces.

Thanks...

92ba67037f9d0205ae1e1b6ac8fd3206220a46ca authored over 7 years ago