Commit graph

429 commits

Author SHA1 Message Date
xeji 83a434bbab
Merge pull request #48836 from demyanrogozhin/particl-0.17
particl-core: 0.16.2.0 -> 0.17.0.2
2018-10-29 11:59:09 +01:00
Demyan Rogozhin 233dad81eb particl-core: Eabled tests and parallel build.
Build now dependent on Python3 and current version of Boost
2018-10-27 23:50:40 +02:00
R. RyanTM 244f27b4be altcoins.litecoin: 0.16.2 -> 0.16.3 (#49247)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/litecoin/versions
2018-10-27 09:15:24 -04:00
Demyan Rogozhin 4ca86a844b
particl-core: 0.16.2.0 -> 0.17.0.2
Update version. Disabled tests and benchmartk to speed up Hydra build.
2018-10-22 21:53:23 +02:00
Alexander Krupenkin f76c57ee32
parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3 2018-10-18 15:03:26 +03:00
rnhmjoj e57438faf0
monero-gui: 0.13.0.2 -> 0.13.0.3 2018-10-17 18:04:51 +02:00
rnhmjoj 8929e036ce
monero: 0.13.0.2 -> 0.13.0.3 2018-10-17 18:04:51 +02:00
Samuel Dionne-Riel 2ed287720e
Merge pull request #48301 from rnhmjoj/monero
Update Monero for upcoming hard fork
2018-10-17 09:39:33 -04:00
lassulus b2ba477e71 altcoins.bitcoin-abc: 3.6.7 -> 3.6.10 2018-10-16 14:51:13 +02:00
adisbladis 411044a934
go-ethereum: 1.8.13 -> 1.8.17 2018-10-14 13:30:48 +08:00
rnhmjoj 8e15e9c452
monero-gui: 0.12.3.0 -> 0.13.0.2 2018-10-14 02:41:33 +02:00
rnhmjoj 028164ef05
monero: 0.12.3.0 -> 0.13.0.2 2018-10-13 02:54:42 +02:00
Jaakko Luttinen 559d0ee284
nano-wallet: 16.1 -> 16.2 2018-10-12 06:54:56 +03:00
Matthew Bauer 3ffc6aa098
Merge pull request #47007 from r-ryantm/auto-update/litecoin
altcoins.litecoin: 0.16.0 -> 0.16.2
2018-10-08 13:33:47 -05:00
Matthew Bauer ab532bb46a
Merge pull request #46219 from r-ryantm/auto-update/parity-ui
altcoins.parity-ui: 0.2.8 -> 0.3.4
2018-10-05 22:54:29 -05:00
roconnor 8a4a732e99
Merge pull request #47855 from roconnor/bitcoin
Bitcoin: 0.16.3 -> 0.17.0
2018-10-04 21:44:04 -04:00
Russell O'Connor ef0f1eb33f bitcoin: enable doCheck
Fixes checkPhase for bitcoin-qt.
2018-10-04 21:41:40 -04:00
Russell O'Connor 2948f40449 bitcoin: 0.16.3 -> 0.17.0 2018-10-03 14:43:14 -04:00
Peter Hoeg 8bc64b6c24
Merge pull request #47667 from jluttine/nano-wallet-16.1
nano-wallet: 16.0 -> 16.1
2018-10-03 10:42:30 +08:00
Jaakko Luttinen 470fe73332
nano-wallet: 16.0 -> 16.1 2018-10-02 19:07:49 +03:00
xeji 6362817e5d
Merge pull request #46160 from akru/master
parity-beta: 2.0.1 -> 2.0.3, parity: 1.11.8 -> 1.11.10
2018-09-29 21:08:26 +02:00
Orivej Desh b97ebadd02 altcoins.litecoin: enable parallel building 2018-09-25 13:10:18 +00:00
Orivej Desh 3aa413e08c altcoins.bitcoin-abc: enable parallel building 2018-09-25 12:08:35 +00:00
Orivej Desh c200b49c71 altcoins.bitcoin-xt: enable parallel building 2018-09-25 12:00:11 +00:00
Orivej Desh b0d2aa4477 bitcoin-classic: enable parallel building 2018-09-25 11:38:17 +00:00
Will Dietz c82ac80d99
Merge pull request #47258 from dtzWill/fix/bitcoin-long-compile
bitcoin: don't build things not used, enable parallel building
2018-09-25 02:47:11 -05:00
Will Dietz 8d83441a4c bitcoin: disable tests based on doCheck, per reviewer feedback
Thanks!
2018-09-25 01:31:45 -05:00
William Casarin 2aa0b85653 clightning: 0.6.0 -> 0.6.1
Update to the latest release.

Highlights for c-lightning users
--------------------------------

  - Less stuck payments: Liveness ping test before locking up funds with peers.
  - Better routing: now considers size of channels.
  - Fewer spurious closes: fee estimate improvements, and new feerates command
  - Several annoying bugs fixed.

Highlights for the network
--------------------------

  - Gossipd now less spammy with channel_update.
  - option_data_loss_protect to protect peers against being out-of-date.
  - Payment errors now refer to the correct channel.

Internal Improvements
---------------------

  - Simplified client flow; after init message exchange by connectd, each is
    isolated in its own daemon.
  - JSON parameter handling vastly simplfied.
  - Python testing framework now uses proper fixtures, and split into separate
    files.
  - Many other cleanups and clarifications.
  - We keepachangelog.com!

Signed-off-by: William Casarin <jb55@jb55.com>
2018-09-24 11:03:00 -07:00
Lorenzo Manacorda 6017c6fa5b *: remove DappHub projects
DappHub maintains a separate overlay at
https://github.com/dapphub/dapptools/blob/master/overlay.nix
2018-09-24 19:24:06 +02:00
Will Dietz b322a8bd3b bitcoin: parallel build, please! :)
(cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
2018-09-23 22:05:37 -05:00
Will Dietz 8b184ec2e1 bitcoin: don't build tests that aren't used, don't build benchmarks
(cherry picked from commit d51c0a87b2ebf756015784839ec9c13950c45323)
2018-09-23 22:05:35 -05:00
roconnor fab901ddd3 bitcoin: 0.16.2 -> 0.16.3 (#46891) 2018-09-21 00:35:39 +02:00
R. RyanTM 43f32d2fb8 altcoins.litecoin: 0.16.0 -> 0.16.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/litecoin/versions
2018-09-20 09:19:16 -07:00
Jaakko Luttinen 6f27a91eb5 nano-wallet: 15.2 -> 16.0 (#46567) 2018-09-15 16:51:28 +02:00
Alyssa Ross 1ec301ded2 openssl: 1.1.0 -> 1.1.1 (#46524) 2018-09-12 23:56:08 +00:00
Daiderd Jordan 0dff3d5c73
litecoin: add missing framework and mark broken on darwin
In file included from qt/bitcoin.cpp:9:
    ./qt/bitcoingui.h:14:10: fatal error: 'QLabel' file not found
    #include <QLabel>
             ^~~~~~~~
    1 error generated.

/cc ZHF #45961
2018-09-12 23:14:40 +02:00
Daiderd Jordan e7ecf593e2
ethsign: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation.

    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:162:47:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to
    _Cfunc_CFStringCreateWithCStringNoCopy
    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:163:225:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal

/cc ZHF #45961
2018-09-12 21:07:37 +02:00
Daiderd Jordan 8f6ede967e
bitcoin-xt: mark broken on darwin
/cc ZHF #45961
2018-09-12 21:07:31 +02:00
Daiderd Jordan eaff0b74c0
bitcoin-unlimited: mark broken on darwin
/cc ZHF #45961
2018-09-12 21:07:28 +02:00
Daiderd Jordan d990bae6ef
bitcoin-classic: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552951.

/cc ZHF #45961
2018-09-12 21:07:25 +02:00
Daiderd Jordan cf9d1a6d30
bitcoin-abc: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552872.

/cc ZHF #45961
2018-09-12 21:07:22 +02:00
Daiderd Jordan 4e282e295f altcoins.btc1: fix darwin build (#46398)
Only hexdump was needed from utillinux which is also available on darwin
through the unixtools meta package.
2018-09-09 14:54:16 +02:00
R. RyanTM 597ecd0226 altcoins.parity-ui: 0.2.8 -> 0.3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
parity-ui
2018-09-06 15:15:47 -07:00
Alexander Krupenkin 5dff1d0ca4
parity: 1.11.8 -> 1.11.10 2018-09-06 18:26:22 +03:00
Alexander Krupenkin 4a4fab3855
parity-beta: 2.0.1 -> 2.0.3 2018-09-06 18:26:00 +03:00
rnhmjoj fd95d30609
monero-gui: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
rnhmjoj 90ab6c8400
monero: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
Markus Kowalewski 733280bb6e
ethrun: add license 2018-09-01 16:55:08 +02:00
Markus Kowalewski 18cf65ac58
ethabi: add license 2018-09-01 16:55:08 +02:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Demyan Rogozhin 9f6bc5e5f5 particl-core: 0.16.1 -> 0.16.2 (#45718)
https://github.com/particl/particl-core/releases/tag/v0.16.2.0
2018-08-29 01:00:14 +02:00
adisbladis faf2f0b0e1
Merge pull request #45630 from adisbladis/go-1_11
go_1_11: init at 1.11 and set as default
2018-08-27 21:34:56 +08:00
adisbladis 9336e893eb
buildGoPackage: Use go 1.11 by default 2018-08-27 00:56:59 +08:00
Jaakko Luttinen d4c25d4953
nano-wallet: 14.2 -> 15.2 2018-08-26 17:25:51 +03:00
Silvan Mosberger 82804e5f78
namecoin: fix build 2018-08-10 14:57:43 +02:00
adisbladis 5d89077f70
go-ethereum: 1.8.11 -> 1.8.13 2018-08-07 17:17:32 +08:00
Alexander Krupenkin 8d708d28a1 parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1 (#44170)
* parity: 1.10.8 -> 1.10.9

* parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
2018-08-03 16:54:29 +02:00
Jörg Thalheim 7ceaaa6d3a
Merge pull request #44214 from roconnor/bitcoin
Update Bitcoin and its MiniUPnPc dependency
2018-08-01 09:09:45 +01:00
Russell O'Connor 75d567e8a5 bitcoin: 0.16.1 -> 0.16.2 2018-07-29 23:02:30 -04:00
John Boehr c835845152 altcoins.mist: 0.10.0 -> 0.11.1
* Add gtk2 as dependency, see #43297
* Don't include version number in mist executable name
2018-07-27 08:15:07 -07:00
Frederik Rietdijk ef802feace parity-ui: fix after merge 2018-07-22 12:13:14 +02:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Frederik Rietdijk 40988060d0
Merge pull request #43460 from r-ryantm/auto-update/parity-ui
altcoins.parity-ui: 0.2.5 -> 0.2.8
2018-07-13 18:46:33 +02:00
R. RyanTM a0fcf2c54c altcoins.parity-ui: 0.2.5 -> 0.2.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/parity-ui/versions.
2018-07-12 22:51:25 -07:00
Alexander Krupenkin b26c224293 parity: 1.10.8 -> 1.10.9 (#43411) 2018-07-12 23:10:49 +02:00
adisbladis eb31dc6316
go-ethereum: Use standard buildGoPackage outputs
buildGoPackage no longer copy sources to $out
2018-07-11 20:40:53 +08:00
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Demyan Rogozhin 29021eab6a particl-core: 0.16.0.5 -> 0.16.1.0 (#43114) 2018-07-06 21:25:46 +02:00
Jaakko Luttinen 20dd009f6a nano-wallet: 12.1 -> 14.2 (#42803) 2018-06-30 18:43:28 +02:00
Alexander Krupenkin 6aa82d647d
parity: 1.10.7 -> 1.10.8 2018-06-29 12:53:56 +03:00
William Casarin 5d99d322e9 clightning: init at 0.6
c-lightning is a standard compliant implementation of the Lightning
Network protocol. The Lightning Network is a scalability solution for
Bitcoin, enabling secure and instant transfer of funds between any two
parties for any amount.
2018-06-25 11:56:09 -07:00
Alexander Krupenkin 4e1bbd189f
parity: 1.10.6 -> 1.10.7 2018-06-20 18:57:34 +03:00
R. RyanTM 77f3ac7b76 altcoins.bitcoin: 0.16.0 -> 0.16.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bitcoin/versions.

These checks were done:

- built on NixOS
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoind passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-cli passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-tx passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bench_bitcoin passed the binary check.
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin-qt had a zero exit code or showed the expected version
- 5 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 0.16.1 with grep in /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1
- directory tree listing: https://gist.github.com/a5e5d745910497ae913d4577342deba5
- du listing: https://gist.github.com/5f62bec50f6ab977a25c8ee0f118cb10
2018-06-19 17:15:26 -07:00
adisbladis b346b0226d
go-ethereum: 1.8.10 -> 1.8.11 2018-06-13 11:55:31 +08:00
Lev 3808c0a762 go-ethereum: 1.8.8 -> 1.8.10 2018-06-11 15:56:55 -07:00
R. RyanTM c78ae4251f altcoins.litecoin: 0.15.1 -> 0.16.0 (#41545)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/litecoin/versions.

These checks were done:

- built on NixOS
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoind passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-cli passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-tx passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/test_litecoin passed the binary check.
- /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/bench_litecoin passed the binary check.
- Warning: no invocation of /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/litecoin-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0/bin/test_litecoin-qt had a zero exit code or showed the expected version
- 5 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 0.16.0 with grep in /nix/store/27nwgb0f89hmkhfd4rs7lp78dhdnmkd3-litecoin-0.16.0
- directory tree listing: https://gist.github.com/c4a75d440e40edc63d7f86819e60beda
- du listing: https://gist.github.com/72a199fee6e78c7261e85fc15fa3c1d6
2018-06-10 19:52:31 +02:00
R. RyanTM 2c3575d7fe altcoins.parity-ui: 0.2.1 -> 0.2.5 (#41533)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/parity-ui/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5/bin/parity-ui had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.2.5 with grep in /nix/store/2aph1kzcjppfld8ynp0ks7r4w6ghh1ir-parity-ui-0.2.5
- directory tree listing: https://gist.github.com/c69e2d05d926decf9c0435e7ed94fab9
- du listing: https://gist.github.com/8a81380e0a3c16f2804599e811b3c336
2018-06-09 00:43:56 +02:00
Alexander Krupenkin 7e45efc0f2
parity: 1.9.7 -> 1.10.6 2018-06-06 15:44:47 +03:00
Alexander Krupenkin c36101eac1
parity-beta: deinit 2018-06-06 15:43:48 +03:00
adisbladis 6d42f137e9
Merge pull request #41384 from aij/aeon-0.12.0.0
altcoins.aeon: 0.9.14.0 -> 0.12.0.0
2018-06-02 14:09:20 +08:00
Ivan Jager d866a4fdcd altcoins.aeon: 0.9.14.0 -> 0.12.0.0
Aeon was rebased onto a recent version of monero, so
aeon/default.nix now more closely matches monero/default.nix.
2018-06-01 22:33:57 -05:00
Matthew Justin Bauer 6cc070df8a
Merge pull request #41162 from ryantm/name-format
treewide: fix derivation names
2018-05-28 13:58:17 -04:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
adisbladis 9f6af81c3e
go-ethereum: 1.8.6 -> 1.8.8 2018-05-28 13:12:55 +08:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Tuomas Tynkkynen f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
R. RyanTM 214292b507 altcoins.parity-ui: 0.1.1 -> 0.2.1 (#40647)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/parity-ui/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/11bn5brs3infc88fhfcxq5zhy8p1fsg3-parity-ui-0.2.1/bin/parity-ui had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.2.1 with grep in /nix/store/11bn5brs3infc88fhfcxq5zhy8p1fsg3-parity-ui-0.2.1
- directory tree listing: https://gist.github.com/1087da639a875b39e9704339efd4a70c
- du listing: https://gist.github.com/d17a3cbf1828838b4d0115d801e376c0
2018-05-22 12:35:56 +02:00
John Ericson f40aa17933 Merge remote-tracking branch 'upstream/master' into staging 2018-05-10 13:29:04 -04:00
Demyan Rogozhin 8c45acac4e
particl-core: 0.16.0.4 -> 0.16.0.5 2018-05-10 10:37:13 +02:00
Frederik Rietdijk 64c8c6dcb3 Merge master into staging 2018-05-10 09:30:56 +02:00
rnhmjoj f8f65f837f
monero: fix daemon crash 2018-05-09 11:20:38 +02:00
Matthew Bauer 6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Jörg Thalheim 71a8d0ca59 particl-core: replace utillinux with unixtools.hexdump
to make it platform agnostic
2018-05-06 15:15:04 +01:00
Demyan Rogozhin fe24a0fa38
particl-core: init at 0.16.0.4
Particl is privacy-focused altcoin build for p2p eCommerce.
Added Particl Core - daemon used to run staking node.
2018-05-06 01:38:05 +02:00
xeji 0efd49c707
Merge pull request #39899 from r-ryantm/auto-update/bitcoin-abc
altcoins.bitcoin-abc: 0.17.0 -> 0.17.1
2018-05-05 22:54:17 +02:00
Jaakko Luttinen 9f31a4d622
nano-wallet: init at 12.1 2018-05-05 15:24:17 +03:00
Wei Tang 3bd1fcc4ad parity-ui: init at 0.1.1 2018-05-05 09:18:11 +08:00
R. RyanTM 89b1eaa92b altcoins.bitcoin-abc: 0.17.0 -> 0.17.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bitcoin-abc/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoind -h’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoind --help’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-cli -h’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-cli --help’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-tx -h’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-tx --help’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/test_bitcoin --help’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-qt -h’ got 0 exit code
- ran ‘/nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1/bin/bitcoin-qt --help’ got 0 exit code
- found 0.17.1 with grep in /nix/store/ck5kx81a87c9ha625lhrfxj25s9lb31a-bitcoin-abc-0.17.1
- directory tree listing: https://gist.github.com/011ceeb08c6986692052c6b32e5f0577
2018-05-02 17:30:02 -07:00
Matthew Justin Bauer eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Vladimír Čunát 0c17b75210
Merge #39111: parity*: minor updates 2018-05-01 21:16:11 +02:00
adisbladis 5f5257dbce
go-ethereum: 1.8.3 -> 1.8.6 2018-04-30 13:31:09 +08:00
Alexander Krupenkin 82f24d65a3
parity: 1.9.6 -> 1.9.7 2018-04-27 15:11:52 +03:00
Alexander Krupenkin 9939fb2cb6
parity-beta: 1.10.1 -> 1.10.2 2018-04-27 15:11:31 +03:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Jörg Thalheim d52e5da785
Merge pull request #39310 from Mic92/bitcoin-fixes
bitcoin-{unlimited,xt}: fix darwin
2018-04-23 08:36:59 +01:00
Jörg Thalheim 46425a65ac bitcoin-{unlimited,xt}: fix darwin 2018-04-22 10:54:55 +01:00
Jörg Thalheim 0964410b28 altcoins.memorycoind: restrict to linux x86_64 2018-04-21 20:13:53 +01:00
Matthew Justin Bauer d54078f046
Merge pull request #38743 from r-ryantm/auto-update/bitcoin-abc
altcoins.bitcoin-abc: 0.16.2 -> 0.17.0
2018-04-18 22:16:59 -05:00
Matthew Justin Bauer 22639dbdf7
Merge pull request #38661 from jbboehr/ethereum-mist-browser-master
altcoins.mist: init at 0.10.0
2018-04-18 22:00:34 -05:00
Alexander Krupenkin 44342f139e
parity-beta: 1.10.0 -> 1.10.1 2018-04-18 17:09:57 +03:00
Alexander Krupenkin efe25f416c
parity: 1.9.5 -> 1.9.6 2018-04-18 17:09:48 +03:00
xeji 4af83283cd altcoins.hevm: mark as broken 2018-04-12 23:03:58 +02:00
xeji d0d320803e altcoins.dcrwallet: mark broken on linux
builds on darwin
2018-04-12 23:03:58 +02:00
xeji 54dc22f6ef altcoins.dcrd: mark broken on linux
builds on darwin
2018-04-12 23:03:57 +02:00
R. RyanTM ad0045db87 altcoins.bitcoin-abc: 0.16.2 -> 0.17.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bitcoin-abc/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoind -h’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoind --help’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoin-cli -h’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoin-cli --help’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoin-tx -h’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/bitcoin-tx --help’ got 0 exit code
- ran ‘/nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0/bin/test_bitcoin --help’ got 0 exit code
- found 0.17.0 with grep in /nix/store/vwqhg8q3z2dd624hwhfgi5w0n26674xm-bitcoin-abc-0.17.0
- directory tree listing: https://gist.github.com/986ce04c77ecd347fc83c78829ee2005
2018-04-11 01:54:38 -07:00
John Boehr 7cb50de416
altcoins.mist: init at 0.10.0 2018-04-10 12:08:33 -07:00
Daiderd Jordan 4df34f803c
monero: fix darwin build 2018-04-04 21:33:45 +02:00
Jörg Thalheim a7e63bc998 monero-gui: remove CoreData again 2018-04-04 11:17:00 +01:00
Jörg Thalheim b9e5aeaf79 monero: actually wants CoreData instead of monero-gui 2018-04-04 11:14:42 +01:00
Jörg Thalheim dff0404d8d monero-gui: blind darwin fix 2018-04-04 11:06:57 +01:00
rnhmjoj 650aec314f
monero-gui: 2018-03-31 -> 0.12.0.0 2018-04-03 22:35:44 +02:00
Alexander Krupenkin d305c24b8d parity: new release 1.10.0 (#37618)
* parity: 1.8.11 -> 1.9.5

* parity-beta: 1.9.4 -> 1.10.0

* parity: patch fixes
2018-04-03 13:23:46 -05:00
adisbladis b81ca435e6
go-ethereum: 1.8.2 -> 1.8.3 2018-04-03 14:58:13 +08:00
rnhmjoj e0fbaaa595
monero-gui: 0.11.1.0 -> 2018-03-31 2018-04-01 11:01:10 +02:00
rnhmjoj 6545d15020
monero: cleanup 2018-03-31 11:27:44 +02:00
Franz Pletz 28c00f8f3b
monero: 0.11.1.0 -> 0.12.0.0 2018-03-28 07:00:18 +02:00
Matthew Justin Bauer 8f3091939b
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Franz Pletz ab5f98a77e
altcoins.masari: init at 0.1.4.0 2018-03-22 01:05:31 +01:00
Daiderd Jordan 5d4d4df8c0
monero: fix darwin build
/cc ZHF #36454
2018-03-21 22:42:03 +01:00
Lassulus bfc75b5198 altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0 (#36715)
* altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0

* Update default.nix
2018-03-13 13:57:58 +00:00
Yuriy Taraday 876420f04e bitcoin-unlimited: fix build with boost 1.66
Use part of fix for mainline bitcoin:
1ec0c0a01c

Also enable parallel builds for speed.
2018-03-12 04:07:18 +04:00
Jörg Thalheim 2e99b34bdd
Merge pull request #36740 from Lassulus/memorycoin
altcoins.memorycoin: use boost165
2018-03-10 22:07:31 +00:00
lassulus 8684de926c altcoins.memorycoin: use boost165 2018-03-10 19:34:04 +01:00
Jörg Thalheim 5f3f4b1b9e
Merge pull request #36712 from Lassulus/btc1
altcoins.btc1: 1.14.5 -> 1.15.1
2018-03-10 16:10:32 +00:00
Jörg Thalheim 4631da7a2e
Merge pull request #36718 from Lassulus/dogecoin
altcoins.dogecoin: use boost165
2018-03-10 16:09:05 +00:00
Jörg Thalheim c0737e12e7
Merge pull request #36548 from Lassulus/namecoin
altcoins.namecoin: nc0.13.0rc1 -> nc0.15.99-name-tab-beta2
2018-03-10 16:06:26 +00:00
Jörg Thalheim 590dca1b82
Merge pull request #36717 from Lassulus/freicoin
altcoins.freicoin: fix hash
2018-03-10 12:58:38 +00:00
lassulus 1bad821710 altcoins.litecoin: 0.14.2 -> 0.15.1 2018-03-10 10:38:33 +01:00
lassulus 54572276ec altcoins.dogecoin: use boost165 2018-03-10 02:34:39 +01:00
lassulus 00c2008bee altcoins.freicoin: fix hash 2018-03-10 02:30:03 +01:00
lassulus 0c15e1d1ee altcoins.btc1: 1.14.5 -> 1.15.1 2018-03-10 01:48:55 +01:00
Alexander Krupenkin 20a91aea71 parity-beta: 1.9.3 -> 1.9.4
fixes #35263
2018-03-09 09:12:35 +00:00
Alexander Krupenkin c9dcbf4573 parity: 1.8.10 -> 1.8.11 2018-03-09 09:12:35 +00:00
Alexander Krupenkin 140ae896b2 parity: set linux platforms 2018-03-09 09:12:35 +00:00
Alexander Krupenkin 40ffdbf728 parity-beta: updated vendored sources 2018-03-09 09:12:35 +00:00