Ecosyste.ms: OpenCollective

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

github.com/firoorg/electrum-firo-archived

Firo light-weight electrum client
https://github.com/firoorg/electrum-firo-archived

wine build: rm old README

8e32f494691f70b47d133c9caab6ff58911cb53c authored over 5 years ago
servers: remove phishing server

3e8ca80afdd8b1e7ff2e37da2bbc8f86808e3f9f authored over 5 years ago
requirements: use older pycryptodomex for now

see Legrandin/pycryptodome#286

cb4784c8ed57bf86c9c30329271bb32aa71f7929 authored over 5 years ago
qt console: failed to print certain objects with custom __eq__

b11cb11d95a99c31747dd1f2021d370311e8b81b authored over 5 years ago
rerun freeze_packages

One user reported not getting keepkey with fw 6.1.0 detected
with python-keepkey 6.0.3, but dete...

f38eed2fad96ecad0fe46ffdc4d3058351cad748 authored over 5 years ago
network: sanitize_tx_broadcast_response - new strings in bitcoind 0.18

2481d708cc3b971dada61011e8fda8dea5ad6d0a authored over 5 years ago
qt dark style: fix padding of PayToEdit

based on Electron-Cash/Electron-Cash@7e69f0e6eaad2679850ad297dcd7fa31a7262a4f
see ColinDuquesnoy...

00b2fee461ae4a51d1c8cc0c5a6b8847e847f742 authored over 5 years ago
update release notes

201909df513d58b28df9c5f4bf5c2193805d486e authored almost 6 years ago
logging: expose 'disablefilelogging' option in Qt preferences

c80c3596a7e704f6b445adb36b3b7d2d038bf72a authored almost 6 years ago
qt paytoedit: enable up/down keys

useful if multiline, and no harm(?) otherwise

e361a8549c1d9686727f0e6f4994843084104023 authored almost 6 years ago
qt paytoedit: better height adjustment

was sometimes weird...
e.g. pasting several lines of outputs would leave the textedit single line

aac9826e1b2a155a1c380f37b93fa6b505232818 authored almost 6 years ago
servers: update mainnet default list (emzy)

7278953c636caa91df53f1c686eac5eb25d0e1f8 authored almost 6 years ago
servers: update mainnet default list

7fc9e109ed709fb1ea3422e15101ae5528385857 authored almost 6 years ago
network.broadcast_transaction: add "do not trust" text to log messages

0c963b0894d3a27f243ef2564ac2449fe25cb31c authored almost 6 years ago
rerun freeze_packages

mainly for qdarkstyle

bd5b7abd803ba2d3b8c5959c8ef4c9a362828603 authored almost 6 years ago
fix prev

unintentionally committed

07ec0d41d575d6f0cec080f78fe63dbb4b046484 authored almost 6 years ago
commands: fix encrypt/decrypt

based on Electron-Cash/Electron-Cash@62aa08a0ffde227ababe58a14285b588eab4fd15

fd5b1acdc896fbe86d585b2e721edde7a357afc3 authored almost 6 years ago
logging: port ugly accidental side-effect into readable explicit feature

LogFormatterForConsole.format() was mutating its 'record' argument,
which was affecting all hand...

387834164cb28a0853d98f609491bab74d1c0975 authored almost 6 years ago
Merge pull request #5296 from SomberNight/logging_20190328

use stdlib logging module instead of print_error

a3e522efd968686a32cbf715e4ac91f531c5deca authored almost 6 years ago
logging: make console log lines shorter

a7b13f487631266067dfbe8ffed771eb1d12d189 authored almost 6 years ago
logging: log exceptions caught by crash reporter

163a814dc48b7f7a17f06fc12767dde1f80a14ac authored almost 6 years ago
logging: fix for kivy

f22a23aaf26146bd813c1218dec9346adb99a6f9 authored almost 6 years ago
logging: cli options to filter for modules using -v

old style "-v" still works

filtering examples:
-v=debug,network=error,interface=error // e...

6940c424d191e266b39f2f1d60b79de31ed7b2cb authored almost 6 years ago
logging: basics

3385a94753af2d93913ee9e9d67d18627c9c8f9e authored almost 6 years ago
standardized logging base with ISO8601, UTC, rotating file logs, and more!

4d64e132d78f1a59a497e1909549f85c8378ef2b authored almost 6 years ago
Decouple my GPG pubkey from Animazing

ec6f4e9f1cafbeb3cd16cb053183f1dc654632b9 authored almost 6 years ago
qt txdialog: word-wrap blockhash

28d70963ec5654eec7a6d91f28556a2733b8ced9 authored almost 6 years ago
interface: partially fix ipv6 proxy

note that network.deserialize_proxy is still broken for ipv6

556fa30ddfb479140bcee203f945b428fe33d738 authored almost 6 years ago
qt: maybe batch do_update_fee() on network fee update

19ced234aa75ee23087eebe5a5c5cfb43f167c9d authored almost 6 years ago
coinchooser: improve performance significantly

existing code was n^2 in number of UTXOs
this is now mostly linear
(linear if shortcut is hit; o...

d56917f4b15541164047ecb61e411fc902b81515 authored almost 6 years ago
qt network dialog: "use Tor proxy" cb would get auto-checked incorrectly

15dda65c5282c133558584cff3bc397ad3763905 authored almost 6 years ago
rerun freeze_packages

b4648eceda7408519e6b8885636fb787f4fdca23 authored almost 6 years ago
requirements: relax qdarkstyle version

upstream issue ColinDuquesnoy/QDarkStyleSheet#123 now fixed

33f5b6a288d6dfaf01295ea875a9fedf420793b8 authored almost 6 years ago
update to aiorpcx 0.17

51e0672da6ed4d8d8b078b0aad8cd515d59aaeef authored almost 6 years ago
keepkey: rm homescreen stuff (remnants from trezor?)

d92a4e8365c48b1531ad8fb561a804a0ff91fcb2 authored almost 6 years ago
Trezor: Minor nit in settings screen. Image size was shown as H x W

(from Electron-Cash/Electron-Cash@e0e7ff218dcabff4ce87ca7f61146b791a7cf62b)

05697e51b83282519499a1aa6a17425ce22a2cee authored almost 6 years ago
qt tx dialog: show block height and block hash

19d77846167d7fc8af6053fddc15ec81d1b60db7 authored almost 6 years ago
wallet: get_tx_info now returns NamedTuple instead of abomination

205c437d9ae66152126c64fc835145f6aa7a45a9 authored almost 6 years ago
qt tx dialog: two columns for tx stats

also show "RBF", and fix "date"

271d1a3f1d0548000f2aef1593cebd278367fb77 authored almost 6 years ago
qt: warn user if in testnet mode

closes #5295

99f9a1b4847422ab78799f187c46a4bde7ed34dd authored almost 6 years ago
servers: update testnet default list

closes #5293

162d81c156acd365b4f4888f5edb6893e6bbe20b authored almost 6 years ago
Remove luggs' server from default list (#5300)

b9ef5ea713638f1e01c6dacbaaeba255d58637c4 authored almost 6 years ago
x509: show cert expiration date in error

related #5292

7bea1cce1fbb0e0a502288b381ce12fbc1e93dd7 authored almost 6 years ago
bitcoin: stricter check on WIF for compressed pubkeys

fixes #5290

7584cebbe32055a2455d448b436c7af470428e2a authored almost 6 years ago
Merge pull request #5272 from SomberNight/issue_4638_2

sweep/import key: disallow uncompressed segwit

a6762ffebcfbefd33be9393920c16f016aaf9d63 authored almost 6 years ago
update bitcoin explorer options (#5285)

removed blocktrail.com, blockr.io, biteasy.com ( this explorers no longer works)
added btc.bita...

3d8bcded79ccc43bf919b22793bf4d9c48da4529 authored almost 6 years ago
util make_aiohttp_session: use longer default timeout

same motivation as for 1110f13c62c7911e4e07c907594fa01e03088bcd

c31fa798c2e74d3cc8edcc3097dc3ae07ce12ab2 authored almost 6 years ago
minor fix re translated string

2b717a8cef315e5be3752f041dc435cd6605f75e authored almost 6 years ago
kivy tx dialog: allow removing local transactions

fixes #5156

914d02ecd33fc9395ee091f57448f61473b7e775 authored almost 6 years ago
kivy tx dialog: "action button" can have multiple options -> dropdown

8d0ec1dec01933434f733b7e401ed7e06f26a1fd authored almost 6 years ago
kivy: fix history tab fiat values

follow-up 46f1fca7c3c1b2c35a589a48ae45cb1114ad28b5

2adabfd918abb16790092b2394f8917896ced4a5 authored almost 6 years ago
cpfp: include fee already paid by parent tx in calculation

fixes #5244

8ad0c248a5fd83fda84760063173310fa4f07aaa authored almost 6 years ago
util/Fiat: Fiat(No Data) should equal Fiat(No Data)

Decimal('NaN') != Decimal('NaN')

matters in e.g. qt history tab refresh (shortcut)

1f83711c268cf4d3b9d441a6bf4ab20172878c57 authored almost 6 years ago
qt tabs: restore filter state after refresh

46a236f167efbd973b0b53aa7550500e672996d2 authored almost 6 years ago
bitcoin: disallow importing/sweeping segwit scripts with uncompressed pubkey

fixes #4638

d4a2e9634fcd6f9acbf7f5cc341f65972566e2d7 authored almost 6 years ago
sweep/import key: show error in Qt GUI to user as tooltip

a1d98d433135e3881e7121e777039b9d8a960473 authored almost 6 years ago
network: allow longer timeouts in _run_new_interface

On Windows box with weird networking setup (VPN, no IPv6, many DNS nameservers
but only some wor...

1110f13c62c7911e4e07c907594fa01e03088bcd authored almost 6 years ago
leave max_button pressed (fix #5251)

9b4e490e3cffe07c0f5a5e373b0834c6915baac1 authored almost 6 years ago
network: fix proxy case

follow-up "healty spread of servers" d8f3ab0917f4300b59442d5d7fc25f1e4d877143

c49d5f672cfac968a7a510626007e76778aa2c8b authored almost 6 years ago
interface: better exception handling for _try_saving_ssl_cert_for_first_time

2dca91d048ddf5313f4f6168fca7fcb1e71a6c48 authored almost 6 years ago
network: do not connect to multiple servers on same /16

maintain a healthy spread of (IP addresses of) connected servers

d8f3ab0917f4300b59442d5d7fc25f1e4d877143 authored almost 6 years ago
network: cap number of server peers accepted from main server

7ddc28b0dc488a81b7a269a17568b542835b8c43 authored almost 6 years ago
verifier: trivial clean-up

ecefa47b401e8c82a6b6b60549a8313b50c66fa7 authored almost 6 years ago
interface: in server.version, send "electrum/3.3.4" as client name

closes #5246

4f2aa53a7657fb90bcdd74b6e1fa48c545fcadd7 authored almost 6 years ago
kivy: "server lagging" -> show number of blocks

0c1ea909dfc0c7645d135b06cb101f7a12f51c3e authored almost 6 years ago
appimage build: nits.

also touch symbolic links

f432320576505531e22fa6262e3fa544e0001017 authored almost 6 years ago
binary builder dockerfiles: update packages

ubuntu no longer serves those older versions

baebfc03f13195de251c53f7d3eaf6f465dff75f authored almost 6 years ago
Strip whitespace from amounts when copying. Fix bug in request list where address was copied instead of column specific data (#5228)

ffe676bc28213f530aec2394d3995c4569492e4a authored almost 6 years ago
fix more DeprecationWarnings

441da52b513cb3f2470ac35978b16eefdf1d07de authored almost 6 years ago
Merge pull request #5211 from FrancisPouliot/master

Add Bylls BTC/CAD rates

5b6357d47285514827615ffcc7da4356ef0eca15 authored almost 6 years ago
fix-up prev

4374b809faad1dad6386714a7cb2279f60b7094c authored almost 6 years ago
exchange_rate: add Bylls BTC/CAD rates

a9c13d66418accc0fa3c21762272c478fa651dee authored almost 6 years ago
fix some DeprecationWarnings

bdb6d65cf7322a56e0f6ffb388995f5ad33f9932 authored almost 6 years ago
make sure DeprecationWarnings are shown

4f70da6e15a9bf922337229e30166bd246847695 authored almost 6 years ago
default servers: rm electrum3.hachre.de

see #5224

89871a835eedcdf82dc264bf46ad4605f426097a authored almost 6 years ago
keystore: speedup for Old_KeyStore

from Electron-Cash/Electron-Cash@01177d7deb1a56b423af6cf73a9b8ff5d64b24b3

1b3f428e884c5ffae6af33b8cdab1ced49b28590 authored almost 6 years ago
verifier: fix logic bug. after reorg, some verifs were not undone

after a reorg, in a many fork/orphan chains scenario,
we would sometimes not undo SPV for enough...

bca6ad52410ca5ee8c5f4af3e589c0bcb24d8c5f authored almost 6 years ago
blockchain: fix bug when swapping chain with parent

chain might become the parent of some of its former siblings

9a7112009057bf40c40ed7644ec5a6e3619b6a8a authored almost 6 years ago
follow-up prev

199199421da0a47d187521cbded95a5985596193 authored almost 6 years ago
remove currency from amount fields in exported history

46f1fca7c3c1b2c35a589a48ae45cb1114ad28b5 authored almost 6 years ago
windows DNS resolution: handle domain with only AAAA records

this is getting too complicated :/

d07fce0826b42ff426c0ba3d735658f402970fa6 authored almost 6 years ago
qt invoice list: fix #5222

beacf88420b3d572914ddf19395f97c6e2537daf authored almost 6 years ago
windows DNS resolution: follow-up 9b0773cf2bf139eafe4a828c8964461d34ea9e23

related: #5176, #4421

prev was failing on systems where
IPv6 is not available but DNS can resol...

c4fb58cd74089d446f3e1b941909cdca150dd889 authored almost 6 years ago
trustedcoin: longer timeout for server signing

fixes #5221

1cfac928f9c6f0dec327c261afef26486e226c20 authored almost 6 years ago
windows DNS resolution: handle IPv6

related: #5176, #4421

9b0773cf2bf139eafe4a828c8964461d34ea9e23 authored almost 6 years ago
Merge pull request #5162 from kpstar/master

android all currencies with history checkbox

9161d3a5a1418ca984c72858a3063fa7cc96f253 authored almost 6 years ago
follow-up prev

6311aa24a89f66120bab3d5749afb4585239db52 authored almost 6 years ago
android- all fiat currency with history option

d79992b12509b609ede9efd4456cfc5862be454b authored almost 6 years ago
network: (trivial) ignore empty string donation address

6702c335e879e62e08cd3757ad5acca9bff4f6f4 authored almost 6 years ago
labels: don't dump trace if failed to connect to server

8c3ab63504a1b6b5846abc273e5a187ae9737fd7 authored almost 6 years ago
exchange_rate: change default provider to CoinGecko

closes #5188

c23e94984836f0df4ebef8ec7688b71975de00b5 authored almost 6 years ago
exchange_rate: minor clean-up

based on mhsmith/electrum@7ed3f032dd90210638a6efa4b513350d2824037a

5cbf54d23a5e98f0b81b39de707433699fb0264f authored almost 6 years ago
fx: add CoinGecko and CoinCap

somewhat based on
Electron-Cash/Electron-Cash@b3c76cd31125368f8c216531291c56e188f84245
Electron-...

95a122596e0451bd8f4d6d963b1f1e72d8ec8cef authored almost 6 years ago
fix Revealer in binaries

fixes #5027

df8e2c3cc2dbd9ffa1b8477b53640a643e3fbf84 authored almost 6 years ago
appimage: build python with curses and sqlite3 included

related #5213

9117ded1cdbb06823d0304324da1abe11bc638bc authored almost 6 years ago
rerun freeze_packages

(related 232e59fc60891d70553e90b0d24a450a7392175b)

c2455c89df0c065cfdda4391a39b68d9584b10f5 authored almost 6 years ago
requirements: use PyQt <5.12 in binaries for now. for AppImage

AppImage is built on Ubuntu 14.04 to maximise compatibility
but PyQt 5.12 blobs distributed on P...

232e59fc60891d70553e90b0d24a450a7392175b authored almost 6 years ago
fix sign message not accept rich text (#5210)

* fix sign message not accept rich text

* set no rich also to signature/encrypt msg/encrypted...

df6cba5af80f6d5bc821573788f176b8668fb714 authored almost 6 years ago
interface: if iface conn fails early, don't wait for timeout of 'ready'

Network code is waiting for iface.ready with a timeout.
While network.py code is waiting, the al...

3b1ece4c7000ba4132e0b737f15de0cd9abb8bea authored almost 6 years ago
rerun freeze_packages

a2f477b6795175edfe01d6567b3f3a8e98eec552 authored almost 6 years ago