-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix eth (c++) node #834
Comments
Update script still outstanding. |
Yeah, we're waiting on the Eth team to do something about people who have previously set master passwords. |
So my repo-reorg work is coming within touching distance of going live. You can preview it at https://github.com/bobsummerwill/cpp-ethereum/tree/merge_repos. And example ZIPs, if you want to play around ... https://github.com/bobsummerwill/cpp-ethereum/releases/tag/develop-v1.2.9.282 The new Appveyor/TravisCI automation includes the fix for the dylib paths, so you won't need to do any post-processing anymore - just drop the content into your folder. We have merged a fix related to master password which I think is the same as you are referring to above (@chriseth?) - ethereum/webthree#187. Or is the issue referred to above something different? And the toggle will need re-enabling too, eh? There is a chance we will do a cpp-ethereum-1.3.0 release tomorrow, or if that doesn't happen then certainly on Tuesday. We'll be back in https://github.com/ethereum/cpp-ethereum, and the webthree-umbrella era will be over. |
@bobsummerwill ethereum/webthree#187 looks like what we need - I'll comment in there for clarification. |
Version
Version
|
Yeah - on-demand download would make sense to avoid repo-bloat. Aside - you can ditch https://github.com/ethereum/mist/blob/develop/nodes/eth/fix_darwin_paths.py too with v1.3.0. I fixed that missing automation step during the Jenkins -> TravisCI migration. It will literally be ZIPs from Github to grab-and-unzip. |
Here for now: Moving very soon to: I've also added OS X Mavericks support back into our matrix (because only Mavericks binaries run successfully on the 2009 era Mac Pro hardware which TravisCI is running on). No doubt if I monkeyed around with -march settings I could build a single set of binaries which worked for all OS versions ON El Capitan, but I've done bothered with that yet. So we have:
We're not building any 32-bit binaries right now, either for Windows or Linux, but the build works from source, and I would like to re-add those soon enough. |
Thank you Bob for your efforts!
Does this mean that currently there is no single OS X binary that could work on 10.9 to 10.11? |
Yep, would be nice if we could have one binary for all OS X versions, allowing us to continue releasing a single Mist/Wallet build for OS X. |
@bobsummerwill are they fixed on mac now automatically, or do we have to run the python script still? The real link would be https://github.com/ethereum/webthree-umbrella/releases, but there is no 1.3.1 yet @bobsummerwill |
They want to release in in the following days - but essentially it is the same as bob's |
Sure, but i also only see 1.2.9 https://github.com/ethereum/webthree-umbrella/releases @luclu please test if you can run the binary on a mac out of the box |
I get some |
You could probably just use https://github.com/bobsummerwill/cpp-ethereum/releases/download/v1.3.0/cpp-ethereum-osx-mavericks-v1.3.0.zip as a universal binary. Yeah, @frozeman, we're mid-transition.
Please could you give me more infor on libcryptocpp.cpp issue, @luclu? |
This works just fine on El Capitan!
Ah this was stupid of me, I found a weird way to copy those files but mist some.. :P I will stress test it now. @bobsummerwill @alexvandesande Even the external Error: You tried to send "admin_peers" synchronously. Synchronous requests are not supported by the IPC provider. |
No, the synchronous has nothing to do with blocking. |
CPP node updated |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Current issues: #607
Ongoing PR: #841
The text was updated successfully, but these errors were encountered: