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

Add new seed node for Minexcoin (#646)

7465bb611e674729619ef1abc707988f7c4b694b authored about 6 years ago by joesixpack <[email protected]>
Added NIX Support (#644)

Signed-off-by: phamels <[email protected]>

e992a347612924f0b0dbc56f810545e388456fba authored about 6 years ago by Pieter Hamels <[email protected]>
Add SmartCash Support (#640)

acd414460beb5f26ea71a8411fc9676e9d3d4fa8 authored about 6 years ago by rc125 <[email protected]>
Prepare 1.8.12

cf92ece3024b256a456bf924b1cd92a447983818 authored about 6 years ago by Neil Booth <[email protected]>
Ensure we always fetch a block if there is one

7f2f9d4b2984266eda86005797254f211f1bc4f3 authored about 6 years ago by Neil Booth <[email protected]>
Remove dead servers

2a9bd930e2b5b629d2cc868b68fca51815620f47 authored about 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.11

58ab55ffe058fd827bbd3d5868c202ec89353adb authored about 6 years ago by Neil Booth <[email protected]>
removing electrum3.hachre.de from default peers (#636)

dbd1483ad959d55f5572c65eb4a364b09716d22e authored about 6 years ago by Harald Glatt <[email protected]>
Minimum protocol version raised to 1.2

98ca2adc5e38c73738e2ff6a2838fced130729d8 authored about 6 years ago by Neil Booth <[email protected]>
Fix prior; can't spawn a close() call

e2d583dd146a8d61aff80202e7fcd137a84ff5aa authored about 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.10

c65ad772e995ba2bbbb69b1e535f7f87dc4aaf59 authored about 6 years ago by Neil Booth <[email protected]>
Use session.spawn()

Fixes #632 properly

Requires aiorpcX 0.10.x

6209300e35597f84bec67f6ba819f22e9e754c82 authored about 6 years ago by Neil Booth <[email protected]>
Require aiorpcx 0.9.1

2271c8a45c3c0d748dc0ac5bcee1ab412a46952b authored about 6 years ago by Neil Booth <[email protected]>
Revert "A quick hack until fixing the freezing properly"

This reverts commit 33befb8e6bdf92be32d1e2510abbe29ce6578528.

c6a9fd7a30895d6fd072a75f2485b92b973fd25a authored about 6 years ago by Neil Booth <[email protected]>
A quick hack until fixing the freezing properly

33befb8e6bdf92be32d1e2510abbe29ce6578528 authored about 6 years ago by Neil Booth <[email protected]>
add ZelCash coin (#631)

d460bc3bcb7e896e72b637bd99588057d8617a3b authored about 6 years ago by TheTrunk <[email protected]>
Prepare 1.8.9

f9e66b721fb48a0fefa016a5b0305ebd3f4cc7a2 authored about 6 years ago by Neil Booth <[email protected]>
Add testcase for prior

4305e506fb311c6ad8a1837a489bb7f6e2cfc427 authored about 6 years ago by Neil Booth <[email protected]>
Accumulate touched over several blocks

So if several blocks are processed together, the touched
addresses is their union not just the m...

a735a3f0c1311af09e033fc172af442426fef5fd authored about 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.8

214fc8364858f2ee2d69f2c07ba3f272b90d8ad6 authored about 6 years ago by Neil Booth <[email protected]>
Fix NewYorkCoin (#629)

c25cd224b5b2c420b3a644fbc0357e6374fc0917 authored about 6 years ago by John L. Jegutanis <[email protected]>
Require aiorpcx 0.9.x

eba718c6debe1130bb1c40daf86132507fc7e4d9 authored about 6 years ago by Neil Booth <[email protected]>
Add support for CivX mainnet and testnet (#627)

06d58f7786e8f09d6164525226555cc0b1932993 authored about 6 years ago by turcol <[email protected]>
Namecoin: Support indexing name scripts (#626)

* Namecoin: Extract addresses from name scripts.

* Namecoin: Index transaction history by nam...

6e300cf18b69627ef1d53f02496ecee0476bffbc authored about 6 years ago by JeremyRand <[email protected]>
Add Zcash Sapling support (#624)

c411de1f07adc95aebb560e934e5555d803adcaa authored about 6 years ago by John L. Jegutanis <[email protected]>
Add log message when resuming listening

39c26aa0441310c988fc6fca5eb7cfed92483d26 authored about 6 years ago by Neil Booth <[email protected]>
Catch specific errors; avoid suppressing CancelledError

9a37c40d0704f7d43846f5ab014157259f89bf6c authored about 6 years ago by Neil Booth <[email protected]>
Rework the main controller TaskGroup

- task groups don't propagate exceptions until joined
- therefore waiting on events in the conte...

d9d802f9702d24ab1d3c09c0c443ebb630076601 authored about 6 years ago by Neil Booth <[email protected]>
expose block polling delay (#622)

fab4ed21eba433ca4bf1cec1a01f3bc273836903 authored about 6 years ago by shyba <[email protected]>
Tweak notification handling

Fixes #614, which could happen if a block was found immediately at
startup

cdb9034571c18a6dc741a2569a1fb6783c49e692 authored over 6 years ago by Neil Booth <[email protected]>
Fix link to coins.py in documentation (#610)

214e5a777e07b239fd15efecf5dac462c0d74914 authored over 6 years ago by Frédéric Massart <[email protected]>
add missing is_generation method on TxInputDcr (#609)

6876c640cc086300edebdb241b496e23c72ff091 authored over 6 years ago by Josh <[email protected]>
Clear retry_event once triggered.

Fixes #603

b7c1a693eb94060826826bf287bf3241c1b35873 authored over 6 years ago by Neil Booth <[email protected]>
More accurate default banner

d6dc5e8d019f07de08ccb14200cffd26bf3135a8 authored over 6 years ago by Neil Booth <[email protected]>
Fix daemon logging rate limiter

Based on #602 but with test fix

6f43910f2d42727ea5161935eb57036de4fff669 authored over 6 years ago by Neil Booth <[email protected]>
[decred] Update to testnet3 (#597)

While here, fix mainnet and testnet WIF_BYTE.

f3166176ce70b035d02c16ee80e4bbbf5e51e897 authored over 6 years ago by David Hill <[email protected]>
Catch aiohttp.ClientError

See #595

515156f49d2de00f07009c52cd8332cb390e255f authored over 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.7

fac32c49034578f92f710d06f3370869b51e55ad authored over 6 years ago by Neil Booth <[email protected]>
Fix reorg related bug (#594)

Changed to the correct self.db.read_raw_block and catch only
FileNotFoundError as it is the onl...

f76e8b0a4441cfd53d18a8848110c4427297ab89 authored over 6 years ago by John L. Jegutanis <[email protected]>
Prepare 1.8.6

95ea557b1d2748ff6e8890a45847eeab684fafbc authored over 6 years ago by Neil Booth <[email protected]>
Update to aiorpcx 0.8.0

499fe7faadd5e7272ed2935b9340e00430b04632 authored over 6 years ago by Neil Booth <[email protected]>
Add TokenPay (#495)

This commit adds TokenPay as a supported coin.

3a33675e117dd97ecba80d35ec10b9c98290ed50 authored over 6 years ago by Gabriel <[email protected]>
Add is_generation memeber to TxInput

Use it in preference to is_gen_outpoint

ab17b4d529722a1588fcca4cf826a7056504fc4c authored over 6 years ago by Neil Booth <[email protected]>
update aiorpcX (#586)

2b123d77780d04644150ee0d8aa6838407285cf9 authored over 6 years ago by 脇山P <[email protected]>
Suppress socket.send() errors

eeb5f96cd52fde43266bffae837860df2adc1e17 authored over 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.5

1d299f3f674c0cfcc843949ebd560d4d3d166bcb authored over 6 years ago by Neil Booth <[email protected]>
Require aiorpcX >= 0.7.3

866342c4d8da40ee9f4e3ca64fbb226a4b36048f authored over 6 years ago by Neil Booth <[email protected]>
Handle flush races gracefully

Fixes #552

I cannot see how these can occur other than during a reorg, but
the submitter didn't...

437ad9b446715e02e35e1f07145f614f577f9745 authored over 6 years ago by Neil Booth <[email protected]>
Add support for pivxTestnet (#585)

f5b3df909230f0c0abcdf150fece859f56b3ae97 authored over 6 years ago by FABIANO S CUNHA <[email protected]>
Fix test_daemon

44e715e6c9bed3243ac92e730924a19c571762ee authored over 6 years ago by Neil Booth <[email protected]>
Fix prior

c441f6e11c8e6e02b61ab2fb50a9c825f5af6eb7 authored over 6 years ago by Neil Booth <[email protected]>
Move server opening/closing to its own task

Fixes the issue referred to in #583

8ea2bed40398c451bb3c26a76958666fa589a1d5 authored over 6 years ago by Neil Booth <[email protected]>
Add support for Decred Testnet (#580)

* Add decred Testnet support

60d4ae52f73590caac97ef08f0fe76be3907396b authored over 6 years ago by FABIANO S CUNHA <[email protected]>
Add support for BitcoinGreen (#581)

* Add support for BitcoinGreen

6dd704933946bad13f38455af5568b75d2fe11c5 authored over 6 years ago by FABIANO S CUNHA <[email protected]>
Remove dead code from coins.py

eb5c55107aa2da42365f2a93f6d8e689b92aabbe authored over 6 years ago by Neil Booth <[email protected]>
Remove bad test

No one knows what the compact fee rules are...

b1eec85be846150d277f444d3570d6ef5322eda1 authored over 6 years ago by Neil Booth <[email protected]>
Fix randrange bug

Also make seed change daily only

ba5d18d9d5b4d0ed5e0bdbf2b5094552bc645211 authored over 6 years ago by Neil Booth <[email protected]>
Merge pull request #574 from erasmospunk/generation-tx-fixes

Improve generation inputs handling

acb9784ccc32066c77ffc441aecc1e53f7bd417f authored over 6 years ago by Neil <[email protected]>
Improve generation inputs handling

Fixes #570

a6d46fab8ddef201a299cf83362047e5bc61e86b authored over 6 years ago by John L. Jegutanis <[email protected]>
Fix #577

8ab04652c184c6cc0c9c4869800be88ddd9fca00 authored over 6 years ago by Neil Booth <[email protected]>
Merge pull request #575 from wakiyamap/master

update monacoin's server

ec2ef922bc73f201f87af684bcfe32b14c7613fc authored over 6 years ago by Neil <[email protected]>
update monacoin's server

60d0cfba0e16efa026461f007a0b6c8be39a8ee7 authored over 6 years ago by wakiyamap <[email protected]>
Prepare 1.8.4

ee86de86a3f690897246ad04a9de86629d3dfba6 authored over 6 years ago by Neil Booth <[email protected]>
Merge branch 'devel'

f0a2f128dc67a548166b85017477685cb57a5298 authored over 6 years ago by Neil Booth <[email protected]>
Merge branch 'daemon-tests' into devel

c5bb61fed29643aa08faf0da230fcbcdffb95eb0 authored over 6 years ago by Neil Booth <[email protected]>
Add daemon tests

374ec8f26c6104282ae25317b0ec21c4414640dc authored over 6 years ago by Neil Booth <[email protected]>
Daemon constructor passed coin and URLs directly

13a8b62d8ceb8d77c89f7f7eb72ffdb4b130984f authored over 6 years ago by Neil Booth <[email protected]>
Clean up daemon URL handling and interface

61711fcfd7bfdbb449a16a5c16853fc19d50d8f3 authored over 6 years ago by Neil Booth <[email protected]>
Improve daemon error handling

ab2691563f7c2c9993d4127df87379836084c5a6 authored over 6 years ago by Neil Booth <[email protected]>
Move from .format to f'' strings

4e40e26ac4784b8d3b540d7a47ae5c32695d7f6f authored over 6 years ago by Neil Booth <[email protected]>
Improve estimatefee API

3f69595fbd176771b1c68ef2dd42351a384bb5d6 authored over 6 years ago by Neil Booth <[email protected]>
Improve daemon API for broadcasting a tx

92e8cff7702f7d3cc1af905c792650b6e9ad86ca authored over 6 years ago by Neil Booth <[email protected]>
Controller tests daemon connectivity and auth first

Server base doesn't need a task group

b087d1492b2be00eb92289f21113649b080ebddc authored over 6 years ago by Neil Booth <[email protected]>
Simplify _is_rpc_available

08347fe2751e38e8e72efe15f17701c5f6ee19d8 authored over 6 years ago by Neil Booth <[email protected]>
Remove dead code

At least, I believe it is

1b618d19d40a537bdbc3cfa3019952e4029a1f3e authored over 6 years ago by Neil Booth <[email protected]>
Make down and last_error_time locals

6dafbfd455cbf590cb41970f0886c96ae10b84e4 authored over 6 years ago by Neil Booth <[email protected]>
Use a counter for ID counting

9ebd2e86e878f8a4c4c4f17d70a3a75ffb0269a5 authored over 6 years ago by Neil Booth <[email protected]>
Make WarmingUpError file-scope

6950fca7cbf9a26d6dc9e98ebfa6df1a02be6d08 authored over 6 years ago by Neil Booth <[email protected]>
Improve retry logic

ab0e9eb1236d1a5130c7560b9ba89db7f71b2310 authored over 6 years ago by Neil Booth <[email protected]>
Merge branch 'master' into devel

a108817dd4bbf0f8865a3d8accfa14bdc129e325 authored over 6 years ago by Neil Booth <[email protected]>
Merge pull request #572 from erasmospunk/struct-refactoring

Struct refactoring

265751c3fd65bb29301cfdb9cfb78fcc8991f62b authored over 6 years ago by Neil <[email protected]>
Add test for BCH electrum header

33535ae325e15c7341c6330cf1caa756cfa09831 authored over 6 years ago by Neil Booth <[email protected]>
Use compiled structs and some code cleanup

47d9fb4b30cd13bc02d0d0e49ad4cabf941f8e61 authored over 6 years ago by John L. Jegutanis <[email protected]>
Use precompiled structs for header parsing

31dbbe0ba5280090bf733921c210608de1bed701 authored over 6 years ago by John L. Jegutanis <[email protected]>
Rename struct pack/unpack to reflect endianess

fa0a58a280fe89c629ce030ea70ea38fa395522b authored over 6 years ago by John L. Jegutanis <[email protected]>
Add big endian precompiled structs for 16 & 32 uints

5a01312454dbfb8f7cd5602c31fe9a73cb652eeb authored over 6 years ago by John L. Jegutanis <[email protected]>
fix block_header_13 (#571)

ea627db837a8c1a87243d8bd5fc03769d8f01383 authored over 6 years ago by ghost43 <[email protected]>
Rename is_coinbase to is_generation and make it efficient (#569)

00815442a9dc3fd15b136a4f5c44d94088c222b4 authored over 6 years ago by John L. Jegutanis <[email protected]>
Pivx support (#568)

* Correct function doc string

* Add PIVX support

05c9e6b38fb74336f6b22d6fdb31b7c2ca4643f7 authored over 6 years ago by John L. Jegutanis <[email protected]>
Merge branch 'better-notifications' into devel

e8a025e428d2b93c594c91dcdd4312550e1ff424 authored over 6 years ago by Neil Booth <[email protected]>
Session manager coordinates header subscriptions

- caches both raw and deserialized headers
- session manager holds the notified height, not each...

5524bd3dafcf261f69193a8c12cd7b1a6deaf9e5 authored over 6 years ago by Neil Booth <[email protected]>
Move raw_header and electrum_header to session manager

429c6264f2cee6f522d60b76f2db130e603fa9eb authored over 6 years ago by Neil Booth <[email protected]>
Get rid of chain state

f0f5aa3ee72a58484e4d41d511554408c5742c06 authored over 6 years ago by Neil Booth <[email protected]>
Tag as 1.8.4-dev

c69a740dda898f4962c785cd171ce466df763182 authored over 6 years ago by Neil Booth <[email protected]>
Note 1.5 protocol as draft

785f30214977aa824d60c635da908d42b59c1a25 authored over 6 years ago by Neil Booth <[email protected]>
Prepare 1.8.3

8d745f0483d5d10c69045568cecf521eeec7d514 authored over 6 years ago by Neil Booth <[email protected]>
Merge branch 'devel'

9e5b939dc6ebd3ec0688418777b828133576172a authored over 6 years ago by Neil Booth <[email protected]>
Merge branch 'mempool-tests' into devel

878976dbeec76cab85dd9d47361798873541b099 authored over 6 years ago by Neil Booth <[email protected]>
Take sleep intervals as arguments

- make histogram refresh its own task
- make _update_histogram take bin_size argument
- synchron...

f781d74ed5699b8269339f3199fe81d6e82eab14 authored over 6 years ago by Neil Booth <[email protected]>
Break out some abstractions in coins.py

279ca32e3a4ea6b01ab845ffdbcc55132a203421 authored over 6 years ago by Neil Booth <[email protected]>