Ecosyste.ms: OpenCollective

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

github.com/firoorg/old-electrumx


https://github.com/firoorg/old-electrumx

Merge branch 'develop'

796260af30f2182ea6b97132131993acadb6f17a authored about 8 years ago
Remove debug log

dd0cd0156f3b92e029c91a62b68088247e846f23 authored about 8 years ago
Merge branch 'develop'

ead7bf1becde54ffbe240b2e58b34b63bafd9ef5 authored about 8 years ago
Merge branch 'daemon_failover' into develop

f3f7e02b2a60f5e40d230905c54007b97bfb5d22 authored about 8 years ago
Add debug log

11558fd9d27b07032066865740ce0319b7ac52a8 authored about 8 years ago
Implement daemon failover

Daemon URLs can be comma-separated in the DAEMON_URL env var.
Surrounding whitespace is stripped...

87cdd2709de5925272574bb7708a6c317b136351 authored about 8 years ago
Show connection total in connection log

Fix typo resulting in no mempool notifications

1dc43b3020b067f93b5eb0f075163f20859b6113 authored about 8 years ago
Merge branch 'async_mempool' into develop

009750bacb7b851e722cfcab1101fb6d4ad524c1 authored about 8 years ago
Remove redundant log; IRC will emit one

5eb92007aecc4ec6f0bcdf4830f962881869def9 authored about 8 years ago
Make mempool truly asynchronous

Mempool updates happen in parallel asynchronously to processing of
new blocks once caught up. T...

98fd178c62ae63e6b12bfd3c1fd42a78b19bf81c authored about 8 years ago
Log IRC errors, typically missing package

8b34d1c134fc049e4e3e7ee8b9ac1b94a4a9edd2 authored about 8 years ago
Take a little more care cleaning up connections

dd5a31d0f4a86c61ba251817373c5cdb63228a3b authored about 8 years ago
Floor disk_count at zero.

8617c82ec22c8e991ad3e3936577ffee00df14da authored about 8 years ago
Wait 20 secs for sockets to close

10 seems a little low

ccf24fdc7113c4393511e7d1c080a6af26f47686 authored about 8 years ago
Merge branch 'release-0.6.3' into develop

e017547b46217c7b71c7cf45c7aa1b9cfd7b8aad authored about 8 years ago
Merge branch 'release-0.6.3'

725ad399d4769e745807531c19223ed5fbc3fa0a authored about 8 years ago
Prepare 0.6.3

d856cbab90be403897c9451341ba23f332172f5e authored about 8 years ago
Merge branch 'stop_log_spew' into develop

ac13ad5bdad9bdf6cd4606f01e9b8486ba66fb14 authored about 8 years ago
Clean shutdown: wait for transports to close

We give 10 seconds for everything to be cleaned up, then close forcibly.
Fixes #30

52116539d4ad53ae0bec797ca669db5226f387c4 authored about 8 years ago
Merge branch 'formatted_time' into develop

ab1b2be3b5f04503f2ab621d71882b3ef5c732e0 authored about 8 years ago
Move formatted_time to library

3d87e299ea958cca7426dcf08a0e0e3b08b5aa43 authored about 8 years ago
Add subscription limits

0b52376f23f16945de193cdfc90f02b1211825f4 authored about 8 years ago
Merge branch 'release-0.6.2' into develop

4f7d0eb23dd1a647b22165d2e9a36f0b21978836 authored about 8 years ago
Merge branch 'release-0.6.2'

de2ae2a3ad693811e947c4d7d8c66a1007b90382 authored about 8 years ago
Prepare release 0.6.2

4a4d11ad7cdc4d366f0f0a66781034fdb9027aae authored about 8 years ago
Fix thinko

ffd6cd63b0de74c104bceb5f34e0ea53f81439d0 authored about 8 years ago
Convert DaemonError to RPCError

To cleanly return errors to clients
getrawtransaction has the ugly API and still does its own th...

913d156786658c8dbf9279993c20e5198ce28def authored about 8 years ago
Merge branch 'no_mempool_wait' into develop

892a3de85bf6ee8f0d900b85cb2dce540c79e9ce authored about 8 years ago
Fix import

942d5d6b00627ffc209e6f8670081a543f7d33a7 authored about 8 years ago
Move mempool to be with BlockServer

BlockProcessor doesn't really need a mempool; mempools are
only useful for servers.
Set first_sy...

063a5469cc13dd18a48bddacf5e74ed2b1604311 authored about 8 years ago
More logging improvements

- log software and DB version at startup
- log more DB info at startup
- log software and DB ver...

d6fa4a156455f68834d7148c74816641254e8243 authored about 8 years ago
Simplify sessions call

3abddf4a5145124f21bbd49fa42bfab943110376 authored about 8 years ago
Merge branch 'release-0.6.1' into develop

1d375e263b226c8d660b7ff071eb318797249fc0 authored about 8 years ago
Merge branch 'release-0.6.1'

c21e1c90efbfbf89ac242e7235a5a86824c89291 authored about 8 years ago
Prepare release 0.6.1

6d7bc7595f41d5d81b9a1c61b7af571d3d4355c5 authored about 8 years ago
Bump log threshold up; tweak log

88185b0daa3490be59c67efe290b88e7dacf3817 authored about 8 years ago
Tweak flush logic

Aim to not check cache size if caught up; also reduces logs

24d9e5a95e3400df404dd5068b1e922a9ef77dd1 authored about 8 years ago
Merge branch 'get_mempool' into develop

f7ceac839ae15a315c2c247eacbf276eebf428fd authored about 8 years ago
Implement blockchain.address.get_mempool

Fixes #26

beeb60f3242ad12a6779190f7605e86b678ec93e authored about 8 years ago
hex_hash is already hex

e6058c3fd36f7c3a74458ff27f887d0ae273f0a2 authored about 8 years ago
Merge branch 'fix_tx_merkle' into develop

25782d02d9bf2610ea074b0d75d81809253f7eb6 authored about 8 years ago
tx_merkle: catch bad hashes and report properly

Fixes #27

7f3551e435a3d03057ad1ce77f30eb9a1c8c6939 authored about 8 years ago
Merge branch 'better_logs' into develop

4fe7e7dab28b92dc6fa2595a0952d7fa8c878692 authored about 8 years ago
Better, more concise logs, particularly when caught up.

d2c575a24bd5f7c24f88d24d5b98cfda3904775a authored about 8 years ago
At startup only log some things during initial sync

3f8b26291abd433d12dbbd83a82ac300620aea78 authored about 8 years ago
Make the default reorg_limit a coin property

66c493dbf42513d609096356e3c670229f582bdc authored about 8 years ago
Merge branch 'release-0.6' into develop

c31896a2904daa60805d035c54dbff045b0ecbc1 authored about 8 years ago
Merge branch 'release-0.6'

8e206ca09904b3b13a790a700bc725cf17e04ab5 authored about 8 years ago
Prepare release 0.6

022a919701da93ff5466acc654931a11af9748ff authored about 8 years ago
RPCError is not a global variable

4c7f72fe680f7037f5053311fcb7607c7f0e2e91 authored about 8 years ago
Merge branch 'txnum-in-h' into develop

e9820b3933ad80e8b08ce10e2e233bdc7e4a6d3e authored about 8 years ago
Store tx_num in 'h' table key so keys are unique

f4651c0ca45aa88e9225660a25d1f7e124676c3b authored about 8 years ago
Remove some dead code

3c98053f5d7ab29ce3daf866b274e13251aeca5b authored about 8 years ago
Merge branch 'client-limiting' into develop

e4e4cc67ad51d66a7051924bedc280cdc05eac66 authored about 8 years ago
Have all expensive requests yield.

c5c7b6f438d4f07214f290381aed8ccb3b6ea2a0 authored about 8 years ago
Merge branch 'client-limiting' into develop

64333c3dfd92b62ff6e43440c51b94c099d37811 authored about 8 years ago
Put notifications on the session queue

This keeps the network in-order and means slow clients get slow
notifications, which seems faire...

f17ad2ddf4b4d13336a080262b3d49e071fb0c9d authored about 8 years ago
Tweak notify handling

a1eb446af43d53e2606f17d7e014e6a71a438c5c authored about 8 years ago
Suppress accept_connection2 messages

a42aa1f49e442f5390e93f3847837924a3a9f2e7 authored about 8 years ago
Use our own exception handler

Suppress harmless messages we cannot do anything about

33abea50d7f0f2071b233fc46b65de6b2c545e26 authored about 8 years ago
Widen subs column

b2672a4ae552bc99570e66dee57f568ac2b08c51 authored about 8 years ago
Move file

bdb50e0ff7b76d0e3e54546a757e3f060176cce1 authored about 8 years ago
Bump HIST_MB default to 300MB

cc2db4a62c7e665e784066e90bae79457d4ab5e8 authored about 8 years ago
Merge branch 'release-0.5.1' into develop

728e3ca4ac5b97d3ca4c528810762fceb9d08977 authored about 8 years ago
Merge branch 'release-0.5.1'

399cd8fb2c1e2047b9c4ec5721dd847f9e308073 authored about 8 years ago
Prepare 0.5.1

b60eb5ca171c9cfc7a7520e12dce9aae2621a0ca authored about 8 years ago
Remove useless re-raise of cancellation

d85034353f0856288c4e73d0c13a8529c210f109 authored about 8 years ago
Clean up futures handling

a2280bbc939abfcefbd2a5968252c1ed577f4fec authored about 8 years ago
Have task coros handle cancelled exceptions

db187540d509b8b39219622a0e1755de096371b6 authored about 8 years ago
Merge branch 'fs_height' into develop

2c85ac32522374a6a2781eba3a363b6b2eb6482d authored about 8 years ago
Move fs flushes to same time as history flushes

8671e5718373efbe46207cb19398fe2a481e8710 authored about 8 years ago
Accept more SSL protocols

8c55f41305753b9027b569382542f8dc6d05727b authored about 8 years ago
Yield more during mempool load

95cc97946566daae231b73074d40311d23594662 authored about 8 years ago
Remove a redundant message

1830cae3def86032d5c3301e68e4770589532c5f authored about 8 years ago
Clarify peername() logic

83674b1b7bce9f41813f84758d3a5df862289689 authored about 8 years ago
Minor improvements to client handling

Don't create a task until ready to execute it
Log expensive tasks
Assume peers are for logging u...

be45a9e22846278b59f26144fbc035963f7eace8 authored about 8 years ago
Get send and recv the right way round

5fffc251880cbc8ea05a54428e94b4410d8eb752 authored about 8 years ago
Need an array to take its len

14d3d85bd9f2a527cbf990fd2c1f0148cb3f78b8 authored about 8 years ago
Tweak RPC output

0725b54a4567ead738f9f9125702698f3291ed59 authored about 8 years ago
Await task after cancelling it.

dc74c869a1d4024dde6d358a3e78b162ba58cb24 authored about 8 years ago
Add missing await

95bb1588ab89424742f891d0393ac9b9ac09c621 authored about 8 years ago
Merge branch 'master' into develop

984a482590872dd75a59fc5c37d30043708080d2 authored about 8 years ago
Merge pull request #24 from bauerj/anonymise_logs

Add optional option to anonymise logs (remove IP addresses)

807ab121dd5ccebe99ea81666251383ae1972f54 authored about 8 years ago
Merge branch 'rpc-to-manager' into develop

88e9cf87cfc80669dff77513a1694c8f0900295d authored about 8 years ago
Have session_count return a dictionary

12ed9f7069c3d059e564699b0740655b5f3f1d7d authored about 8 years ago
Move the RPC handlers to the manager

1b8881800d30f8f1ccd7f755cc4134d0882ee132 authored about 8 years ago
Add optional option to anonymise logs (remove IP addresses)

d45321927e95e924899d1a0f0ea81dbe0330ae03 authored about 8 years ago
Use json.dumps to print

a22a4650a597e6ff0d882c8b2862b79b9fbd181d authored about 8 years ago
Add a couple more tests

6849937628447250c8039752403e09e09c2bc256 authored about 8 years ago
Add unit tests for the methods in util

0eb9e9731e8f998abe8364fab25f6da01d57e93a authored about 8 years ago
Merge pull request #25 from bauerj/util-test

Add unit tests for the methods in util

60e003df310080b30296c5acfbe3e5aedc8d5884 authored about 8 years ago
Add unit tests for the methods in util

fcc92760db0d1dc56aca70aff69b34a29c9e8e6c authored about 8 years ago
Fix typo

41fb14394763b2c7f9339b762d227dfdb343695b authored about 8 years ago
Merge branch 'release-0.5' into develop

e2b00ce26707ce6a3b201bc6a67f767975e6dce6 authored about 8 years ago
Merge branch 'release-0.5'

abe9d6b1be2796d4a39140af0aab775c104ac819 authored about 8 years ago
Prepare 0.5 release

c22366c1cc5f8c78f5a5bb97684a459867a8d70e authored about 8 years ago
Remove a debug log

0c2b4afbdcda4b1fb1bc77fdad2e846e0bbc3e49 authored about 8 years ago
OP_RETURN can be spent inside false conditions

See tx 928ed84cd4c48beb0d3494ccc17cc1e06b1473f9dc118db9bb56972395ede461

9ac471821832e7fc086eae0859a451ebccc4f6d0 authored about 8 years ago
Merge branch 'save_all_utxos' into develop

451f9d026a0b967e721c4bb77231f241b00e8fa9 authored about 8 years ago
Save all UTXOs

Change the DB version

85786b87a2e32972fe42ffe8f088d68f731ba2b3 authored about 8 years ago