From 8dc1b21cf8bfabfb1e8f74161364e16fa42d5555 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Fri, 1 Apr 2016 17:04:40 -0700 Subject: [PATCH 01/41] Updated submodules to HEAD on Friday 1st April @ 17:03 PST --- libethereum | 2 +- libweb3core | 2 +- solidity | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libethereum b/libethereum index f88f5dc21..bb12c30ab 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit f88f5dc2128f86614001c6e505c0d0313539c0c9 +Subproject commit bb12c30abbf9164f4997215a4e3ce6b30c7dbf80 diff --git a/libweb3core b/libweb3core index 9ef32cd89..e9b233b34 160000 --- a/libweb3core +++ b/libweb3core @@ -1 +1 @@ -Subproject commit 9ef32cd892048ebfde0b1fd8def484228ba20bec +Subproject commit e9b233b340b6ba26c478b0401079bf423491a30a diff --git a/solidity b/solidity index 33b954599..c492d9be0 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 33b954599589695181d995583413fa7184616cbd +Subproject commit c492d9be00c843b8390959bd9f203c4047cb9f69 From 47177347f1652f0bb4a4f4ed4b51b10b13954de0 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 5 Apr 2016 03:06:05 -0700 Subject: [PATCH 02/41] Updated submodules to HEAD on Tuesday 5th April @ 03:06 PST Add support __INTEL_COMPILER on Ubuntu. Disabled failing tests for Windows --- libethereum | 2 +- libweb3core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethereum b/libethereum index bb12c30ab..3f84edc35 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit bb12c30abbf9164f4997215a4e3ce6b30c7dbf80 +Subproject commit 3f84edc359ac5038c729d4f72becb8a85ee7d8bc diff --git a/libweb3core b/libweb3core index e9b233b34..4ac15c55f 160000 --- a/libweb3core +++ b/libweb3core @@ -1 +1 @@ -Subproject commit e9b233b340b6ba26c478b0401079bf423491a30a +Subproject commit 4ac15c55fdfd6b7679919216d7ddc13c378729a5 From 3b1ff8643c65420501b988efb14975f7b71953e1 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 5 Apr 2016 16:13:56 -0700 Subject: [PATCH 03/41] Updated submodules to HEAD on Tuesday 5th April @ 16:13 PST - count solidity evmcore dependencies - Update installing-solidity.rst - Add script for PPA packaging --- alethzero | 2 +- solidity | 2 +- webthree-helpers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alethzero b/alethzero index 320d50b76..a9fc6f4ef 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit 320d50b768df80b870d733c0de282fd4ceb76418 +Subproject commit a9fc6f4efc0ce4bbea045cd95deaed522f86be08 diff --git a/solidity b/solidity index c492d9be0..12797ed6c 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit c492d9be00c843b8390959bd9f203c4047cb9f69 +Subproject commit 12797ed6c9afacd7f5a2b8538ccf0032bbc15a19 diff --git a/webthree-helpers b/webthree-helpers index 50c2ac4e6..520d007a5 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 50c2ac4e6a42d345ae5c9031691161f05ea756e2 +Subproject commit 520d007a5399ad5aa9c4fe7d15980c6dd2e0513a From 51cfe612a65792bacf5f3269eb25dc200f250708 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 14:58:44 +0200 Subject: [PATCH 04/41] updated submodules --- solidity | 2 +- sync.sh | 6 ++++-- webthree-helpers | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/solidity b/solidity index 12797ed6c..737623cd0 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 12797ed6c9afacd7f5a2b8538ccf0032bbc15a19 +Subproject commit 737623cd0c437bda2707a22ef17a637fbfcd7916 diff --git a/sync.sh b/sync.sh index af6212f68..df17e3154 100755 --- a/sync.sh +++ b/sync.sh @@ -6,8 +6,10 @@ git submodule sync git submodule update --init --remote . cd build make -j 4 -cd .. -./webthree-helpers/scripts/ethtests.sh libethereum --umbrella +# Only update if tests do not fail (disabled for now) +#cd .. +#./webthree-helpers/scripts/ethtests.sh all --umbrella +git checkout -B develop git commit -am 'updated submodules' git push diff --git a/webthree-helpers b/webthree-helpers index 520d007a5..6b8044407 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 520d007a5399ad5aa9c4fe7d15980c6dd2e0513a +Subproject commit 6b80444078f503dcd9bb102bd33185d0777cd012 From cd733b6754f2b1615dbd4d9c2f5c64242bf9e2f1 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 15:06:13 +0200 Subject: [PATCH 05/41] Fix sync script. --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index df17e3154..f886acf01 100755 --- a/sync.sh +++ b/sync.sh @@ -6,8 +6,8 @@ git submodule sync git submodule update --init --remote . cd build make -j 4 +cd .. # Only update if tests do not fail (disabled for now) -#cd .. #./webthree-helpers/scripts/ethtests.sh all --umbrella git checkout -B develop git commit -am 'updated submodules' From 55d493383c65fd387565042d4936c08656e25e83 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 15:11:59 +0200 Subject: [PATCH 06/41] Fix sync script. --- sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync.sh b/sync.sh index f886acf01..d2dae1c10 100755 --- a/sync.sh +++ b/sync.sh @@ -4,7 +4,9 @@ set -e git submodule sync git submodule update --init --remote . +mkdir -p build cd build +cmake .. make -j 4 cd .. # Only update if tests do not fail (disabled for now) From db9b70f37701d267a21793fbb5c3ca4c1925bb31 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 16:59:44 +0200 Subject: [PATCH 07/41] Remove push step from sync script because it does not work like that on jenkins. --- sync.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index d2dae1c10..c39cd5696 100755 --- a/sync.sh +++ b/sync.sh @@ -13,5 +13,9 @@ cd .. #./webthree-helpers/scripts/ethtests.sh all --umbrella git checkout -B develop git commit -am 'updated submodules' -git push +echo "You can now push the commit." +# We do not push as part of the script because +# it complicates user access issues. On Jenkins, +# this is done by a post-build publish step. +#git push From dd004a7da6905d83cfdf59a088056c842633894c Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 18:16:32 +0200 Subject: [PATCH 08/41] Changed back to "push" as this might work now. --- sync.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sync.sh b/sync.sh index c39cd5696..d2dae1c10 100755 --- a/sync.sh +++ b/sync.sh @@ -13,9 +13,5 @@ cd .. #./webthree-helpers/scripts/ethtests.sh all --umbrella git checkout -B develop git commit -am 'updated submodules' -echo "You can now push the commit." -# We do not push as part of the script because -# it complicates user access issues. On Jenkins, -# this is done by a post-build publish step. -#git push +git push From 1b7a9970e4f67189cc964073589b0c0eb258c075 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 6 Apr 2016 16:16:04 +0000 Subject: [PATCH 09/41] updated submodules --- libethereum | 2 +- solidity | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethereum b/libethereum index 3f84edc35..d5026dc34 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit 3f84edc359ac5038c729d4f72becb8a85ee7d8bc +Subproject commit d5026dc347419ab0cdc2b105a34ae57022fb2b33 diff --git a/solidity b/solidity index 737623cd0..193b1c940 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 737623cd0c437bda2707a22ef17a637fbfcd7916 +Subproject commit 193b1c940ce3e21d52e2cbdd253c1d7cb820fa06 From 9745a2c003b79b374383912fce8db46c88ba599b Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 6 Apr 2016 19:34:46 +0000 Subject: [PATCH 10/41] updated submodules --- alethzero | 2 +- solidity | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alethzero b/alethzero index a9fc6f4ef..076ab392e 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit a9fc6f4efc0ce4bbea045cd95deaed522f86be08 +Subproject commit 076ab392ed063417fdf552abec92df29442b072f diff --git a/solidity b/solidity index 193b1c940..aa5ac41df 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 193b1c940ce3e21d52e2cbdd253c1d7cb820fa06 +Subproject commit aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82 From 4bd36dc5d17e0e3186cf1c2d4a5503cbb37e721d Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 6 Apr 2016 19:38:37 +0000 Subject: [PATCH 11/41] updated submodules --- libweb3core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweb3core b/libweb3core index 4ac15c55f..0b5dd086f 160000 --- a/libweb3core +++ b/libweb3core @@ -1 +1 @@ -Subproject commit 4ac15c55fdfd6b7679919216d7ddc13c378729a5 +Subproject commit 0b5dd086f89da2cbd178961dccd0ff39d4ce235a From 615bc604853aa4858391fca5e03e3d6f74bcf10d Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 6 Apr 2016 19:45:55 +0000 Subject: [PATCH 12/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 6b8044407..212a4b901 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 6b80444078f503dcd9bb102bd33185d0777cd012 +Subproject commit 212a4b901041c524d63fa6c2e24514bff24ff656 From b1148138050b65617c765abd95541826124f1a12 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 6 Apr 2016 23:14:58 +0000 Subject: [PATCH 13/41] updated submodules --- alethzero | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alethzero b/alethzero index 076ab392e..d35a2fa75 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit 076ab392ed063417fdf552abec92df29442b072f +Subproject commit d35a2fa754f409d64f352f861aa842f78dfb17df From 3080d84bcd2970f689086065fc9b2bf35371b5d5 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Wed, 6 Apr 2016 16:40:16 -0700 Subject: [PATCH 14/41] Stripped stray AlethOne reference out of OS X DMG generation JSON file. This is the reason why there is still an AlethOne.app showing inside the DMG for cpp-ethereum-1.2.3. --- res/mac/appdmg.json.in | 1 - 1 file changed, 1 deletion(-) diff --git a/res/mac/appdmg.json.in b/res/mac/appdmg.json.in index 90644816f..40c813bf6 100644 --- a/res/mac/appdmg.json.in +++ b/res/mac/appdmg.json.in @@ -6,7 +6,6 @@ "contents": [ { "x": 484, "y": 480, "type": "link", "path": "/Applications" }, { "x": 290, "y": 250, "type": "file", "path": "${ETH_ALETHZERO_APP}" }, - { "x": 160, "y": 250, "type": "file", "path": "${ETH_ALETHONE_APP}" }, { "x": 678, "y": 250, "type": "file", "path": "${ETH_MIX_APP}" } ] } From d67ceb52e02cacb15ea4e37a399c7246f35e24e0 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 8 Apr 2016 03:25:25 +0000 Subject: [PATCH 15/41] updated submodules --- alethzero | 2 +- solidity | 2 +- webthree-helpers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alethzero b/alethzero index d35a2fa75..e3769d3eb 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit d35a2fa754f409d64f352f861aa842f78dfb17df +Subproject commit e3769d3eb327d8f4e1d93d3a56d137b6ac5e61db diff --git a/solidity b/solidity index aa5ac41df..054bc2a6a 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82 +Subproject commit 054bc2a6ac4857f3aa9d7b5f0ec23ec5a3ee109b diff --git a/webthree-helpers b/webthree-helpers index 212a4b901..16b31ee6b 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 212a4b901041c524d63fa6c2e24514bff24ff656 +Subproject commit 16b31ee6be75f3335560760f4afef9ca5209db89 From f5dc3f1476ec0046b3ec484602336b2368d1fb9e Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Sat, 9 Apr 2016 03:24:44 +0000 Subject: [PATCH 16/41] updated submodules --- alethzero | 2 +- mix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alethzero b/alethzero index e3769d3eb..1a748980d 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit e3769d3eb327d8f4e1d93d3a56d137b6ac5e61db +Subproject commit 1a748980d4344c3df7abb4644995f0eb19fcf82d diff --git a/mix b/mix index 03f1a3139..26dbfb291 160000 --- a/mix +++ b/mix @@ -1 +1 @@ -Subproject commit 03f1a3139586305f3f1c55b32022821cabc85f80 +Subproject commit 26dbfb291e3534a8b988e40c760bc2ca8c5b3b25 From 11505926909b542a9535bd63dd3d7b56b963da1a Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Mon, 11 Apr 2016 04:20:11 +0000 Subject: [PATCH 17/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 16b31ee6b..b290c2a84 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 16b31ee6be75f3335560760f4afef9ca5209db89 +Subproject commit b290c2a84e9376f9295e865f585dc25686ed5e1e From 86123c664ed5ae3d9f0982d9cf9bed90d5c99af6 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Mon, 11 Apr 2016 08:54:28 +0000 Subject: [PATCH 18/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index b290c2a84..36aeb27a9 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit b290c2a84e9376f9295e865f585dc25686ed5e1e +Subproject commit 36aeb27a9f702c0adaf04fc7f95e3b8cb9a8cac0 From 44207e7730bc1b6f353ad6fc65319b712d327f4d Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Mon, 11 Apr 2016 09:16:32 +0000 Subject: [PATCH 19/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 36aeb27a9..a2e2aaddf 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 36aeb27a9f702c0adaf04fc7f95e3b8cb9a8cac0 +Subproject commit a2e2aaddf1bcb6c403a89c3745913f15d7712168 From fc09fd2670397d429204e3ec7e56af16af1d5d06 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Tue, 12 Apr 2016 04:51:51 +0000 Subject: [PATCH 20/41] updated submodules --- solidity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity b/solidity index 054bc2a6a..539b392a6 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 054bc2a6ac4857f3aa9d7b5f0ec23ec5a3ee109b +Subproject commit 539b392a6d996e6b697b28be710b157799793fbc From 23891802cfbc23ff4a43435132396d5b66b36f51 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Tue, 12 Apr 2016 17:41:24 +0000 Subject: [PATCH 21/41] updated submodules --- libethereum | 2 +- mix | 2 +- solidity | 2 +- webthree | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libethereum b/libethereum index d5026dc34..6bb9b66a1 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit d5026dc347419ab0cdc2b105a34ae57022fb2b33 +Subproject commit 6bb9b66a1ea52b11d015b4eb03483b92b1a033bf diff --git a/mix b/mix index 26dbfb291..ed95b2a53 160000 --- a/mix +++ b/mix @@ -1 +1 @@ -Subproject commit 26dbfb291e3534a8b988e40c760bc2ca8c5b3b25 +Subproject commit ed95b2a53f29a9f6f7363f364741a7af2b767142 diff --git a/solidity b/solidity index 539b392a6..3ad5e821f 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 539b392a6d996e6b697b28be710b157799793fbc +Subproject commit 3ad5e821f25d9c389b29370705d4df5d1014b2bd diff --git a/webthree b/webthree index 343535f48..659ef7c1e 160000 --- a/webthree +++ b/webthree @@ -1 +1 @@ -Subproject commit 343535f48bd665c4a3280869c512557639119792 +Subproject commit 659ef7c1ebdc585e1231cc802f9199271ba7ba6a From 3c398eafa71f010d51f8d92652d9a6647bd31266 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Tue, 12 Apr 2016 23:50:29 +0000 Subject: [PATCH 22/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index a2e2aaddf..3dbe8c60a 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit a2e2aaddf1bcb6c403a89c3745913f15d7712168 +Subproject commit 3dbe8c60ae6f96189cb6d34a1b2d58147877684d From 248bbb54868e709581c7f0133d41033e12f8f77e Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 13 Apr 2016 05:48:17 +0000 Subject: [PATCH 23/41] updated submodules --- libethereum | 2 +- webthree-helpers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethereum b/libethereum index 6bb9b66a1..e3bef6b54 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit 6bb9b66a1ea52b11d015b4eb03483b92b1a033bf +Subproject commit e3bef6b54fc8f2b1eb0a91b541336142a1d7d78b diff --git a/webthree-helpers b/webthree-helpers index 3dbe8c60a..a97cb38cb 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 3dbe8c60ae6f96189cb6d34a1b2d58147877684d +Subproject commit a97cb38cb4cf19eaf0f4e72830097869993ed6af From 70c336bdb867cee03cb2d02839eb033d1291d774 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 13 Apr 2016 18:54:59 +0000 Subject: [PATCH 24/41] updated submodules --- alethzero | 2 +- libethereum | 2 +- solidity | 2 +- webthree-helpers | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alethzero b/alethzero index 1a748980d..23b329868 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit 1a748980d4344c3df7abb4644995f0eb19fcf82d +Subproject commit 23b329868ffe418f7f02d10b99d55fe99e7581bc diff --git a/libethereum b/libethereum index e3bef6b54..8b389757c 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit e3bef6b54fc8f2b1eb0a91b541336142a1d7d78b +Subproject commit 8b389757cfc2757965671fa8e080b32aaf65771b diff --git a/solidity b/solidity index 3ad5e821f..9137506a1 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 3ad5e821f25d9c389b29370705d4df5d1014b2bd +Subproject commit 9137506a15c9b134b39d9dabb6c32a9efb51a793 diff --git a/webthree-helpers b/webthree-helpers index a97cb38cb..3c98798a3 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit a97cb38cb4cf19eaf0f4e72830097869993ed6af +Subproject commit 3c98798a33b61aa46b6f0fbaf02edd5993004726 From 818413dcb391ed1e98c98417c24b2952d74d922d Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 13 Apr 2016 19:14:40 +0000 Subject: [PATCH 25/41] updated submodules --- webthree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree b/webthree index 659ef7c1e..f8f4d2245 160000 --- a/webthree +++ b/webthree @@ -1 +1 @@ -Subproject commit 659ef7c1ebdc585e1231cc802f9199271ba7ba6a +Subproject commit f8f4d22458c82d340e92cf2f59d7250c92c87d52 From 787586a370240d548f8eb606139320c60027b02b Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 13 Apr 2016 19:47:32 +0000 Subject: [PATCH 26/41] updated submodules --- libethereum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum b/libethereum index 8b389757c..08e1e351b 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit 8b389757cfc2757965671fa8e080b32aaf65771b +Subproject commit 08e1e351b128425d0566e23b947e7ff7e1dc5d3b From 7aa93014576a241ae9e1730d4ff8dc71f46e0839 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Wed, 13 Apr 2016 21:37:39 +0000 Subject: [PATCH 27/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 3c98798a3..3f23cf039 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 3c98798a33b61aa46b6f0fbaf02edd5993004726 +Subproject commit 3f23cf0396cd6046182d6c2f3c9a5d3d99079d59 From 124b986f9325c3c8912cc623dd4195ce0ea4352a Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Thu, 14 Apr 2016 15:59:29 +0000 Subject: [PATCH 28/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 3f23cf039..3235f2d85 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 3f23cf0396cd6046182d6c2f3c9a5d3d99079d59 +Subproject commit 3235f2d85646c7e349ce0dd9d0db594e78a091e2 From 267b1820a8b729e7ff70ad44780f9777bf8f2aab Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Thu, 14 Apr 2016 16:54:47 +0000 Subject: [PATCH 29/41] updated submodules --- webthree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree b/webthree index f8f4d2245..6a9fdc5de 160000 --- a/webthree +++ b/webthree @@ -1 +1 @@ -Subproject commit f8f4d22458c82d340e92cf2f59d7250c92c87d52 +Subproject commit 6a9fdc5de34c418d7ade8dc567e6477763af0189 From 9c5e68b781e9982833458d0066d1f969f10448b1 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Thu, 14 Apr 2016 18:15:35 +0000 Subject: [PATCH 30/41] updated submodules --- webthree | 2 +- webthree-helpers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webthree b/webthree index 6a9fdc5de..b83825f15 160000 --- a/webthree +++ b/webthree @@ -1 +1 @@ -Subproject commit 6a9fdc5de34c418d7ade8dc567e6477763af0189 +Subproject commit b83825f158d42f3e3185c05fa06f0517d4b63a56 diff --git a/webthree-helpers b/webthree-helpers index 3235f2d85..7447cf7c7 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 3235f2d85646c7e349ce0dd9d0db594e78a091e2 +Subproject commit 7447cf7c75e15553906f3cc15542586c964baf63 From 84b2d1cb54271adc0340c70162b6b387c1f45aaf Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Thu, 14 Apr 2016 19:42:54 +0000 Subject: [PATCH 31/41] updated submodules --- libethereum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum b/libethereum index 08e1e351b..a830f1ac4 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit 08e1e351b128425d0566e23b947e7ff7e1dc5d3b +Subproject commit a830f1ac479e7a7edf01d35995f8134a14c17212 From 2194731ba2b16c65f7ffdc81923baeae2be37e41 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Thu, 14 Apr 2016 23:55:27 +0000 Subject: [PATCH 32/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 7447cf7c7..11211d40c 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 7447cf7c75e15553906f3cc15542586c964baf63 +Subproject commit 11211d40c0592d9a71fd4e5128f2722d9bf39725 From df1b2dc2ed32e53766fb17851f1260d47d1cf623 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 11:15:44 +0000 Subject: [PATCH 33/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 11211d40c..1ae9aa5da 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 11211d40c0592d9a71fd4e5128f2722d9bf39725 +Subproject commit 1ae9aa5dafbc9301eab11b40e946dcc49850401f From 2d3902e5b40e39b98a6bba10f3af9531e9acd855 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 15:00:46 +0000 Subject: [PATCH 34/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 1ae9aa5da..00794d6a4 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 1ae9aa5dafbc9301eab11b40e946dcc49850401f +Subproject commit 00794d6a4a2ddcfc03b111ce8f2ee03bf85feeaf From 9843b9718d6482b0718edbec0898d9cdbd78737b Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 18:12:43 +0000 Subject: [PATCH 35/41] updated submodules --- solidity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity b/solidity index 9137506a1..5c3b41afb 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 9137506a15c9b134b39d9dabb6c32a9efb51a793 +Subproject commit 5c3b41afb019a25a8e2784dbfa176a536d3eb03d From 0f02ce3c38706d29443e00874cc5d5a0b909e2db Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 19:06:50 +0000 Subject: [PATCH 36/41] updated submodules --- solidity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity b/solidity index 5c3b41afb..7ba6c98e5 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 5c3b41afb019a25a8e2784dbfa176a536d3eb03d +Subproject commit 7ba6c98e5f3b58290498b1534ab5355ff36c6e8f From ce38d39b57dafbd0caad020b1ed23843f9c7632a Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 19:54:59 +0000 Subject: [PATCH 37/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 00794d6a4..205f0c795 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 00794d6a4a2ddcfc03b111ce8f2ee03bf85feeaf +Subproject commit 205f0c795e389fffc5939d7429cd39bb23f6958f From ca6726e1613e52003ec410ca5e37961b1ef6e9ed Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 22:23:10 +0000 Subject: [PATCH 38/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 205f0c795..21c7937d6 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 205f0c795e389fffc5939d7429cd39bb23f6958f +Subproject commit 21c7937d6f4aced0683ddfa3b0f26af336ad4642 From a87ac07d8fd463c2f7706d35ed377aef7c492f3b Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Fri, 15 Apr 2016 23:24:28 +0000 Subject: [PATCH 39/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index 21c7937d6..bedb645c9 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 21c7937d6f4aced0683ddfa3b0f26af336ad4642 +Subproject commit bedb645c98cb4445eebbbe25101e9423b3989793 From c7e5e839167fecb31486b53402b9ff6ff2ea2968 Mon Sep 17 00:00:00 2001 From: eth-jenkins-bot Date: Sat, 16 Apr 2016 00:00:35 +0000 Subject: [PATCH 40/41] updated submodules --- webthree-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webthree-helpers b/webthree-helpers index bedb645c9..0dcd52515 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit bedb645c98cb4445eebbbe25101e9423b3989793 +Subproject commit 0dcd52515f783550f0ba5ef97ebcad0dbdf25128 From 812c6f9b568a826899e997717cc0b466b2590365 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 18 Apr 2016 17:34:04 +0200 Subject: [PATCH 41/41] Set version to 1.2.4. --- CMakeLists.txt | 2 +- alethzero | 2 +- libethereum | 2 +- libweb3core | 2 +- mix | 2 +- solidity | 2 +- webthree | 2 +- webthree-helpers | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f1f9b9f8..8385ea229 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -project(cpp-ethereum VERSION "1.2.3") +project(cpp-ethereum VERSION "1.2.4") include(EthCompilerSettings) diff --git a/alethzero b/alethzero index 23b329868..0e65260c8 160000 --- a/alethzero +++ b/alethzero @@ -1 +1 @@ -Subproject commit 23b329868ffe418f7f02d10b99d55fe99e7581bc +Subproject commit 0e65260c86c66a04dd97f80940850f63bce9e35e diff --git a/libethereum b/libethereum index a830f1ac4..4b55bf902 160000 --- a/libethereum +++ b/libethereum @@ -1 +1 @@ -Subproject commit a830f1ac479e7a7edf01d35995f8134a14c17212 +Subproject commit 4b55bf902e2b5bc3e826e261099c2a4f52c3ef4d diff --git a/libweb3core b/libweb3core index 0b5dd086f..300ade534 160000 --- a/libweb3core +++ b/libweb3core @@ -1 +1 @@ -Subproject commit 0b5dd086f89da2cbd178961dccd0ff39d4ce235a +Subproject commit 300ade534ff90acffb3e01db8b5de2789ed0227d diff --git a/mix b/mix index ed95b2a53..91fbfc104 160000 --- a/mix +++ b/mix @@ -1 +1 @@ -Subproject commit ed95b2a53f29a9f6f7363f364741a7af2b767142 +Subproject commit 91fbfc1046c80669bddcaaedcaa0109fe13e6c94 diff --git a/solidity b/solidity index 7ba6c98e5..81ae2a783 160000 --- a/solidity +++ b/solidity @@ -1 +1 @@ -Subproject commit 7ba6c98e5f3b58290498b1534ab5355ff36c6e8f +Subproject commit 81ae2a78321fddcd2d32efc51568ebeca28866a8 diff --git a/webthree b/webthree index b83825f15..240a3aa7a 160000 --- a/webthree +++ b/webthree @@ -1 +1 @@ -Subproject commit b83825f158d42f3e3185c05fa06f0517d4b63a56 +Subproject commit 240a3aa7af4d55f6551099583b74ac6fc557f65e diff --git a/webthree-helpers b/webthree-helpers index 0dcd52515..f37cc061d 160000 --- a/webthree-helpers +++ b/webthree-helpers @@ -1 +1 @@ -Subproject commit 0dcd52515f783550f0ba5ef97ebcad0dbdf25128 +Subproject commit f37cc061d7004c7e69d2fc39f76651900edc3d78