Commit graph

307 commits

Author SHA1 Message Date
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
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
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