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

network: follow-up 38ab7ee554b89b96c5ac7ea1b83d275d6cdb3cad

019884a98b3bf615f2f02bbbdd4512b55d765ebc authored almost 6 years ago
cli history: add option to filter by block height

2174fc0676aa24797fc5a5c635c14d9d285a5374 authored almost 6 years ago
network: catch untrusted exceptions from server in public methods

and re-raise a wrapper exception (that retains the original exc in a field)

closes #5111

38ab7ee554b89b96c5ac7ea1b83d275d6cdb3cad authored almost 6 years ago
kivy: rm dead code

fd62ba874bf0dbb8b27df2bb4f554b700ca58963 authored almost 6 years ago
no more "import *"

fixes #5101
fixes #5105

026448837fb23de74fc40067c82b7caa8211cccf authored almost 6 years ago
network broadcast_transaction: make error text clearer

8072ad1ad98485777a81e4eee31e7ff81ae0019e authored almost 6 years ago
qt utxo_list: show full prevout_n in outpoint column

previously, if prevout_n was >=10, the ":" char or even digits were cut

ebeed4736fc3dd60255f2808cbdead237caacc58 authored almost 6 years ago
qt MyTreeView subclasses: change "headers" from list to dict

c23b869d3cf99311d4a9c2692454df911b10ee93 authored almost 6 years ago
qt MyTreeView subclasses: use IntEnum for columns

5aafcb2875f056627885c4dd971264259f91f9fc authored almost 6 years ago
qt history list: update_tx_mined_status was not updating 'date' for tx

fixes #5096

cd097d6bb8e5e89b25620f9ee62764bfb7b8f583 authored almost 6 years ago
import version module

eb96d422f7f7c7df40bb3a028b573263a1680e9a authored almost 6 years ago
rerun freeze_packages

d78537c8c4973d1589347b0573be177b8dbeb5a3 authored almost 6 years ago
update block header checkpoints

df9087970bf945715b88cdffe7968d691d91ad84 authored almost 6 years ago
bump libsecp256k1 version

699562c78df036c61bd7be7e07b94610e95233f1 authored almost 6 years ago
Merge pull request #5052 from JeremyRand/utxolist-for-loop

Refactor for loop in UTXOList

01eaf0fe4ee7eae1f8f0fdf9a835a4ad75466234 authored almost 6 years ago
fix #5088

b06b8753e6c88a6d1074ca59fbd2e8c85f234129 authored almost 6 years ago
fix #4984

1da1f0bfea4c6fa86ced750780baae3f325c6ce9 authored almost 6 years ago
qt wizard: select_storage

8f4967f7d0715a9f279ef4b3f0f8bf96ee6844bd authored almost 6 years ago
follow-up prev

beb9f63274723174ddd8e7df23c01ad24fc95026 authored almost 6 years ago
follow up 6fb974227ba924c877e50defc36d7a3006660ef4

58c2c152663001dbe796a95869da54e95b39b482 authored almost 6 years ago
requirements: set min version for aiohttp

fc72e661de7929f0c7fcbc2a6be521fa92eb4b61 authored almost 6 years ago
mac build: install pinned pip and setuptools earlier

also add --no-use-pep517 option for pyinstaller (see 4b560250a64fb18b1bf99a5bc619033dcdc47929)

89bb49e117d47187ecc2aeb4da17405d12db7015 authored almost 6 years ago
icons: instead of symlinks, just mv "icons" dir

symlinks are really inconvenient on Windows
(when running from cloned source)

follow-up #5055

2c71b9da0c3698332aa0758fe1d0e49c3ebebf9e authored almost 6 years ago
fix prev: run make_locale before building android apk

9beabc03112a420ec0b1a069dd77ab291ab094f3 authored almost 6 years ago
kivy build: test and document that make_locale is to be run first

ba08b2279ddbdbe9bdd8fec349fa159e0b8cd147 authored almost 6 years ago
fix #5082

6fb974227ba924c877e50defc36d7a3006660ef4 authored almost 6 years ago
network: fix send_multiple_requests

6ade5903dcd7631593a4d46b4988af1ac13ab857 authored almost 6 years ago
trezor: PIN could not be disabled

fixes #5078

7bb3e5336aa712e239261a53c1db9ecd128b4d6d authored almost 6 years ago
remove 'util.py' from scripts

4ed8787433ddfffc1bc358f652e3373927cd4898 authored almost 6 years ago
add more details values to history

8f2a730b3b39f2ba663c320cdb10025678a17c4c authored almost 6 years ago
qt icons: update remaining QIcon() constructors

follow-up #5053

d6986347e6b0dc7733884c7a4ecbc45a4d239c41 authored almost 6 years ago
win/mac binaries: fix qt icons

follow-up #5055

a5ddb42bfdc515aed8fd70b995b196a411aca9b2 authored almost 6 years ago
wine build: small clean-up in prepare-wine.sh

2de7fd546689720d68c2d24e7f136b8bd6c690d5 authored almost 6 years ago
wine build: upgrade wine, nsis, python

wine-specific hack no longer needed with new wine version

001b815c18fa5557758c9496f8523453d4423c25 authored almost 6 years ago
start using util.resource_path

5a1778b7fe80657dbd599149c370392d5f5ec5f5 authored almost 6 years ago
mv qt update checker to its own file

67d080b34a244f6e13c43052a0f4ba3d7c6eb346 authored almost 6 years ago
qt update checker: handle --offline

6926b8b2d4fdfa02ab67ad021cd6cce2764bb2fc authored almost 6 years ago
qt: set default "window icon" (only visible on Windows)

68cd37282eef863befdd369e5a3957e2c1852bee authored almost 6 years ago
wizard: copy/restore storage when stepping through the wizard

When interacting with wizard, there is a single shared storage instance.
If you go down the tree...

8412b53ed59cf4f2f88dfe6577f3ef3c5a01502b authored almost 6 years ago
qt qrwindow: rm dead code

9e58d56e6db4266440bf80ad27289c94b55f2083 authored almost 6 years ago
network: clean up broadcast_transaction

Handle all exceptions in network.py, instead of in gui code.
Send some exceptions to crash repor...

bc2a421d8776a8bc870a6e9521e004cd8e299b97 authored almost 6 years ago
wizard: make 'stack' private

9013f6d59e4134b623688bd030d2e894c054e4bf authored almost 6 years ago
Merge pull request #5042 from SomberNight/appimage

binaries for Linux: AppImage

76ff2f53c504b8dc9e7a5fce3e25634267e1ec02 authored almost 6 years ago
travis: build appimage for linux

66de511828a4a01994a643b119e535c7ed11e7be authored almost 6 years ago
initial commit for building AppImages for Linux x86_64

a754f9fe1019e17e16282933063bffc2623849f2 authored almost 6 years ago
build: factor out some utilities to build_tools_util.sh

47b07f19b98ce52f9f4c764c97a046fedda9e557 authored almost 6 years ago
fix android build: pin buildozer and pin kivy.

old p4a did not work with new buildozer. kivy master crashes.
kivy latest release has runtime is...

ca931f476fc20e0c2003d4eb4fcafceb85e3972e authored almost 6 years ago
qt network dialog: use intenum for columns

43487910c7bd4868f3fd43054dd36a2dee5d0fc5 authored almost 6 years ago
remove phishing server

905e271db9db322bc4edcf3b21408af32cc82c32 authored almost 6 years ago
network: fix get_servers to not modify default list

52d602b6c1e510470aa004567e366c0c86503820 authored almost 6 years ago
build: replace remaining "python setup.py install" with "pip install"

add3b36f32a12ae2aee75f80ca89c37065fa03af authored almost 6 years ago
Merge pull request #5055 from SomberNight/fix_qt_icons_when_pkg_installed

fix: qt icons not available when installed as python package

819c3b81e31f569f9e7287196c92103fc8a79269 authored almost 6 years ago
fix: qt icons not available when installed as python package

follow-up #5053

4fa87d8595fa02f8d7503da27eef19a03cb365fb authored almost 6 years ago
qt inline icons: change mouse-over cursor

7ea01e9e913196790ceb1d814253aab57bdb9df4 authored almost 6 years ago
contrib/make_tgz: small improvements. (#5040)

7266ecc2b80a56ab52b26dfecd83dfea5124d105 authored almost 6 years ago
Merge pull request #5039 from SomberNight/tx_version_bump_to_2

transaction: change default version to 2

f846d1d59aa0a6eac4c3f21a966524e759dfade9 authored almost 6 years ago
Merge pull request #5053 from SomberNight/qt_icons_file_rm

rm qt icons file

f05aabd8028e74b62eb63ad32e17cec679c3b38d authored almost 6 years ago
rm qt icons file

so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the ...

16bac5fd73a72df0d056a100f8778675cbe4885c authored almost 6 years ago
delete snap file

we don't distribute snaps; not sure if the file is useful for anyone
it's already not working be...

185d02d9df38cc2da1e6ba76d2724e87d2478050 authored almost 6 years ago
util: rm hfu, cleaner bh2u

3ad6f738bd15e2574b68251a633cd3c77caf7145 authored almost 6 years ago
Refactor for loop in UTXOList

This refactor makes UTXOList somewhat easier to subclass.

8716bc8cfb4e626b2c97885e443d0795ed52cbef authored almost 6 years ago
qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix

until safetlib releases a new version that includes https://github.com/archos-safe-t/python-safe...

7f3de8241c3856c2e873c5f6e9fa513f454e5d9b authored almost 6 years ago
contrib/freeze_packages.sh: should hard fail if there is an error

exceptions raised by find_restricted_dependencies.py were getting ignored

e7d3fd32fbfc04d6b5b4bedadf1e4d1cf093b619 authored almost 6 years ago
build: use sha256sum instead of md5sum

3ca1b710d60c2192184702d4413f078fb402fa4b authored almost 6 years ago
wine build: pin wine signing key. minor refactoring.

d4967faf2809ee477b3d887181b1708a6157d97a authored almost 6 years ago
qt contact list: context menu fixups

fixes #5048
fixes #5049

follow-up 9cff42328d5b6c92c87a2b41bb1f4e463c39aab7

c3996930492747d6980a6d6317bfced5213d0a23 authored almost 6 years ago
wallet: implement wait_for_address_history_to_change API

9bbea9bf2f257ac9feccd2b4acd170b10276437c authored almost 6 years ago
android build: update pinned python-for-android. use newer google NDK.

fixes #5045

55e6830cfcdf215b0f6abe62df25ae7c0137401e authored almost 6 years ago
trezor and clones: sign tx version too

0f0cee422e1b9def25f0b8e3d21022b1cc7f2770 authored almost 6 years ago
hardware cmdline handler: print messages to stderr (take 2)

follow-up 5613f9b903c6da799ec461d3a06b25ea0d0ee577

button_request should not call show_error as...

27299092dfddc484b942fc661fc815d12741583a authored almost 6 years ago
Merge pull request #5031 from spesmilo/daemon_error_forwarding

daemon: forward TypeError trace to client

0429fe59601027582cfe3ccb36f10ffeb3313481 authored almost 6 years ago
daemon: forward TypeError trace to client

2737744bfe8e9bd681a38c0eac30542763646a67 authored almost 6 years ago
linux sdist: try to exclude some more garbage files from release tarball

4c6379a9365dfaeefe09ee2d52ee9332b9bf6129 authored almost 6 years ago
linux sdist: rm dead file from MANIFEST.in

dcd3d6c3d183a8efd9945b07986f41b9750dcb40 authored almost 6 years ago
gitignore: update old path

15bc097f55dd7942b4e258866881871266a3441a authored almost 6 years ago
kivy readme: note about running on linux desktop

closes #5037

501e725a476a24197e05c0e9826d5c70fcd94553 authored almost 6 years ago
transaction: change default version to 2

d820f9ad374533ad67e362a7e2db2817f7c0edc6 authored almost 6 years ago
Update: README.rst (#5036)

Correct filename paths under Creating Binaries.

f9b0c668435d2c4466e8284dbb867ec602a7e176 authored almost 6 years ago
qt update notifications: make url clickable; prevent multiple dialogs

31c08db9091ecbbec2130796e3ab11a46eec6896 authored almost 6 years ago
add 'get' command to CLI

138c98d7d88b2682cb148cdfd8c6c5463a022ed6 authored almost 6 years ago
version notifications: sig check would always fail on testnet

53310690a5c58145426047529eaa9af9db0b2741 authored almost 6 years ago
document linux release process

closes #5030

b085d7cc59281bbba9f395cb6d622f799546358b authored almost 6 years ago
update release notes

0f0bdfe7f0c22c3a8be9f7889f331b275f99461e authored almost 6 years ago
update submodules

c4774d7a8e036b6e85fe82cb0a81e8a88dd09f29 authored almost 6 years ago
validate version update announcements using "bitcoin address" message signing

0bfda7c8c74757d261bbc7e24eee44fa09965e85 authored almost 6 years ago
[Qt] Add optional update notifications

34c99c3b366ade7adaa919bf1f75d39fe9fcf250 authored almost 6 years ago
hardware cmdline handler: print messages to stderr

5613f9b903c6da799ec461d3a06b25ea0d0ee577 authored almost 6 years ago
fix wine build: pyinstaller failed to install with new pip

see pypa/pip#6163

4b560250a64fb18b1bf99a5bc619033dcdc47929 authored almost 6 years ago
prepare release 3.3.3

4be4444d6b4e9183f6305f0323e4775aa4fda747 authored almost 6 years ago
Give visual feedback while starting (#4997)

See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html

889d133abdafaca81e5df94aa9465fdcf4970c4b authored almost 6 years ago
rerun freeze_packages

closes #4993
closes #5006

5f054698525148d81b7808e61604c17e8a729050 authored almost 6 years ago
Merge pull request #5026 from JeremyRand/utxolist-headers

Refactor UTXOList headers into class attribute

54eb89ccaf269d974da0bfc5684db03a78942225 authored almost 6 years ago
Refactor UTXOList headers into class attribute

This makes it more straightforward to subclass UTXOList.

b3d8a81e1546489a33e57650017f6805b2836473 authored almost 6 years ago
simplify qr window

920d4c2b27190f5ad8f808cbe288855dbd171fa5 authored almost 6 years ago
draw qrcode with fixed framesize

f994cd4a5d8e30da8f7261fab628eb0f4cd01988 authored almost 6 years ago
wizard: better hww debug messages when unpaired_device_infos fails

[DeviceMgr] scanning devices...
[DeviceMgr] failed to create client for ledger at b'0002:0007:00...

f2ad116b0b03eb57e4c898dda2994a310b6768fd authored about 6 years ago
commands: add convert_xkey for converting between {x,y,z}|{pub,prv}

5fc715cdee8c54ecb260ac256a5baccecc358e4b authored about 6 years ago
qt contact list: fix copying address, sort order

closes #5015

9cff42328d5b6c92c87a2b41bb1f4e463c39aab7 authored about 6 years ago
fix typo

follow-up #5011
closes #5014

e39e2ed8f13b543c1c56a90b9b8465bc6d9571a3 authored about 6 years ago
Merge pull request #5011 from SomberNight/tx_broadcast_sanitize_response

network: sanitize tx broadcast response

c995d5364e47fc14b4d43dbfb940168be2eeabc9 authored about 6 years ago