Commit graph

119 commits

Author SHA1 Message Date
adisbladis
5cb864a957
go-ethereum: Fix libusb segmentation faults on Darwin 2017-10-03 23:08:32 +08:00
Robin Gloster
5faf5c25b6
treewide: mark batch of packages broken for 17.09 2017-09-28 18:59:17 +02:00
Robin Gloster
06cf955c7a
Revert "hsevm: project was renamed to hevm"
This reverts commit 743a1d5609.

needs haskell dependency only on master
2017-09-28 15:31:45 +02:00
Mikael Brockman
743a1d5609
hsevm: project was renamed to hevm
This also upgrades the hsevm package from v0.6.4 to v0.8.5.

The project `dapp` which depends on hsevm was also updated to use the
new name, so I have also upgraded that package from version v0.5.3 to
v0.5.7.

I also added a `dontCheck` to a Hackage dependency because its test
suite depends on Git and runs a bunch of Git repository manipulations.

(cherry picked from commit 74edd2c5db)
2017-09-28 13:20:23 +02:00
Joerg Thalheim
a1f349b401
bitcoin-abc: build against qt5
(cherry picked from commit 589cff44bc)
2017-09-28 13:12:38 +02:00
lassulus
2d4e9aca23
bitcoin-abc: init at 0.15.0
(cherry picked from commit d82578addb)
2017-09-28 13:12:33 +02:00
Russell O'Connor
8694cec1be
bitcoin: 0.15.0 -> 0.15.0.1
(cherry picked from commit 6075d4ad07)
2017-09-22 15:59:58 +02:00
Russell O'Connor
daafea2788
bitcoin: 0.14.0 -> 0.15.0
(cherry picked from commit 08824d7ae0)
2017-09-19 22:30:30 +02:00
lassulus
07b24cc2e5
altcoins: remove obsolete boost override
(cherry picked from commit 077dd9fca3)
2017-09-17 18:37:18 +02:00
adisbladis
5a98afc530
go-ethereum: 1.6.7 -> 1.7.0
(cherry picked from commit 090947b285)
2017-09-17 18:19:43 +02:00
lassulus
2117b2ea29
bitcoin-classic: 1.2.5 -> 1.3.6
(cherry picked from commit 0a4a6f71cb)
2017-09-17 18:19:25 +02:00
Silvan Mosberger
37340f2f2c namecoin: legacy 0.3.80 -> core 0.13.0rc1
This updates namecoin from a legacy version from about 3 years ago
(https://github.com/namecoin/namecoin-legacy) to
the new namecoin-core.

(cherry picked from commit 8bd3664f373cb78a0526dc8a86e750f55b96420a)
(cherry picked from commit 31f349dbb4)
2017-09-12 07:17:49 +01:00
lassulus
20b9942065 bitcoin-xt: 0.11F -> 0.11G2
(cherry picked from commit f87d4ac2c1)
2017-09-12 07:17:49 +01:00
lassulus
f70f4c68bf altcoins: remove obsolete boost override
(cherry picked from commit 077dd9fca3)
2017-09-12 07:17:49 +01:00
Jörg Thalheim
90f8d926ab altcoins: remove pkgs non-sense
(cherry picked from commit bb2e6d131e)
2017-09-11 16:59:14 +01:00
lassulus
4740b2c658 bitcoin-classic: 1.2.5 -> 1.3.6
(cherry picked from commit 0a4a6f71cb)
2017-09-11 16:59:06 +01:00
adisbladis
dbf7ed1306 go-ethereum: 1.6.6 -> 1.6.7
(cherry picked from commit 1b709c981c)
2017-09-05 08:49:11 +01:00
Andrew Cann
fbc3c69664 hivemind: Fix boost version dependency 2017-08-30 13:15:51 +02:00
Mikael Brockman
dd2d140241 hsevm: v0.3.2 -> v0.6.4 2017-08-30 13:08:36 +02:00
Wei Tang
6da8f82d6b go-ethereum-classic: 3.5.0 -> 3.5.86 2017-08-29 19:26:34 +08:00
Jörg Thalheim
bf03f3c4cb Merge pull request #28570 from sorpaas/btc1-init
btc1: init at 1.14.5
2017-08-29 11:52:51 +01:00
Wei Tang
2356161256 litecoin: 0.13.2.1 -> 0.14.2 2017-08-29 15:53:45 +08:00
Wei Tang
aabdd37cb9 btc1: init at 1.14.5
A portion of Bitcoin users (including the super-majority of the
miners) decided to hard fork to segwit2x around this November. At that
time this will not be compatible with the Bitcoin Core client. 1.14.5
is known as "the Production Release".
2017-08-26 01:05:46 +08:00
Daniel Fullmer
3b3f6d191a zcash: 1.0.8 -> 1.0.11 2017-08-22 10:33:07 +02:00
Matthew Bauer
1c4171c5ca cryptop: https 2017-08-17 14:51:32 -07:00
Willi Butz
3584f1d6d4 primecoin: fix build 2017-08-12 00:44:07 +02:00
Willi Butz
2bea8873c3 memorycoin: fix build 2017-08-12 00:44:07 +02:00
Willi Butz
44f9be70c6 freicoin: fix build 2017-08-12 00:44:07 +02:00
Robin Gloster
28cc2642f0
treewide: use less phases if not necessary
This removes some skipping of e.g. fixupPhase and cleans up occurences
where this led to duplicating code
2017-08-11 11:40:36 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Benjamin Hipple
031d627f66 cryptop: init at 0.1.0
This commit adds the python application cryptop, which is a small curses
application for viewing cryptocurrency portfolio values.
2017-07-30 22:41:12 +02:00
Mikael Brockman
a2a6259779 dapp: v0.5.2 -> v0.5.3 2017-07-18 11:10:26 +03:00
Mikael Brockman
8d9740e100 dapp: init at v0.5.2
Simple tool for creating Ethereum-based dapps
2017-07-14 14:59:00 +03:00
Jörg Thalheim
f93050e509 Merge pull request #27156 from dbrock/hsevm
hsevm: init at 0.3.2
2017-07-14 08:58:46 +01:00
Frederik Rietdijk
50430cb97b Merge pull request #27151 from dbrock/seth
seth: 0.5.1 -> 0.5.6
2017-07-07 18:02:03 +02:00
Jörg Thalheim
acde126002 Merge pull request #27149 from dbrock/go-ethereum
go-ethereum: 1.4.7 -> 1.6.6
2017-07-07 11:39:25 +01:00
Daniel Brockman
905fff7d3f hsevm: init at 0.3.2 2017-07-06 03:42:07 +02:00
Daniel Brockman
de6ec55911 seth: 0.5.1 -> 0.5.6 2017-07-05 16:34:31 +02:00
Daniel Brockman
69a8564521 go-ethereum: 1.4.7 -> 1.6.6 2017-07-05 15:58:45 +02:00
rht
fef784d09f
zcash: reinit at 1.0.8 2017-06-28 03:26:30 +02:00
Jörg Thalheim
4c4b102339
primecoin: fix build by disabling upnp support 2017-06-18 10:12:11 +01:00
Jörg Thalheim
8a8cc0071e
memorycoin: fix build by disabling miniupnpc support 2017-06-18 10:11:39 +01:00
Jörg Thalheim
f43da04924
freicoin: fix build by disabling miniupnpc support
development has stalled and miniupnpc library is incompatible with
freicoin.
2017-06-18 09:51:06 +01:00
Jörg Thalheim
5b96398b4d
bitcoin-classic: fix checksum 2017-06-18 09:31:03 +01:00
Wei Tang
727ec216dc go-ethereum-classic: init at 3.5.0 (#26551)
thanks
2017-06-13 21:43:33 +02:00
Daniel Brockman
40e94d5607 seth: 0.5.0 -> 0.5.1 2017-06-01 21:23:03 +02:00
Mikael Brockman
4b4226ab4a ethabi: add cli feature
This flag makes the CLI binary do anything at all, and without it
the package is completely useless.
2017-05-24 17:52:07 +03:00
Joachim F
57b77e9617 Merge pull request #25667 from DmitryTsygankov/DmitryTsygankov/bitcoin-classic
bitcoin-classic: 1.2.3 -> 1.2.5
2017-05-21 16:19:50 +01:00
Pascal Wittmann
044063666e Merge pull request #25736 from dbrock/seth
seth: init at 0.5.0
2017-05-15 07:59:51 +02:00
Daniel Brockman
ff3baddbd5 seth: init at 0.5.0 2017-05-15 00:27:02 +02:00