A. F. Dudley
A. F. Dudley
This does not fix the failed detection at all. When I remove all of those checks and just run `import pyelliptic` everything works fine. I used macports to install openssl.
I did update it. The issue is the logic behind the import check is bad. It should first do the import pyelliptic, then check if the needed ciphers are there,...
What's the policy/process for changing these magic constants in production?
When the testnet is deployed will various agents also be deployed to validate these constants? We should create some pool of testnet tokens to break these constants, maybe 20%? (...
Yes and yes. I think both _may_ be required. But surely an offline simulation should be done with various network parameters and agent strategies.
I received this error as well when trying to load an ethereum main net safe.
https://github.com/graphprotocol/graph-node/pull/5247
I gave this a quick once over, this doesn't provide Byzantine Agreement. Nor does the punishment model provide any sort of Sybil resistance. This model was interesting to think about,...
If the point of this is to run it in a federated context, that's cool it's a lot more interesting in that regard, I still don't like the blame model...
Hi Herman! I was able to run: `curl --output - http://localhost:5001/api/v0/block/get?arg=z45oqTS56MVrDkBQoQFs5mcxLHty2msTu2D3cJfdZfFsirxKnaN | eth-ipld node` and get this result: `{ "type": "branch", "children": { "0": "0c416261069b8763ea27d6eafb97351e511c951ac8b6eeed5ecd02a59a85e080", "1": "dd5f3eaef4a1aa058a7da097c28be246d812d0c921ee2eb4ced6a8088e34e723", "2": "ecab2131db994982a26b540241fc4e7710b2aa1301383794a2ba12ff3200d5f4", "3":...