-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ethereum Core Devs Meeting 38 Agenda #40
Comments
devcon4 |
I suggest continuing discussion on EIP 908 as well as to discuss adding a link to ethereum.org to the Ethereum wiki which contains a plenitude of useful information, including from basic and introductory information such as the White Paper, through to R&D info, dapp development, Ethereum technologies, infrastructure, Web3 technologies, and more. There's a PR for adding the link here. |
@jamesray1 re: EIP-908, do you know whether you, @MicahZoltu, or anyone else has made any progress on the thread Incentives for running full Ethereum nodes? In particular on formalizing this into an EIP? |
@lrettig EIP-908 was created from that thread. |
Since the last meeting I've added more reasons why I don't think a layer 2 solution is enough, such as that not everyone would use such a solution, so it would not be necessary; and why it is necessary for the sustainability of the protocol, plus other information. If users can get away without paying for fees for full nodes and clients then they will do so. I don't see how a layer 2 solution can make such fees mandatory. Feedback is welcome. |
If users can get away without paying for fees for full nodes and clients then they will do so. I don't see how a layer 2 solution can make such fees mandatory. |
@jamesray1 roger that, added 908 to the agenda. |
@jamesray1 re 908.. It is, imo, not a proper EIP. I read it not as a technical specification of exactly what needs to be implemented when, but instead a discussion about an interesting idea. What I want from an EIP is to be able to see the exact steps that a client/evm/transaction processor will need to change. Based on that, there can be a technical discussion about consequences, drawbacks, benefits, complexity etc. Right now, I think it's too vague to actually have a discussion around. |
Topic request: New Proof-of-Work algorithm? ethereum/EIPs#1057 |
Regarding ethereum/EIPs#1057 I am against this proposal. The gentle transition to casper already has 18 steps. An unnecessary 19th step will not make the transition any better. |
@fulldecent If specialized mining ASICs start causing mining problems and minority-weight censorship attacks, would there still be time to implement an 18-step gentle transition to Casper? |
That is a hypothetical attack. If that envisioned attack were close to reality then we would know. When Ethereum was previously faced with a important and tough decision (TheDAO), changes were made in about 15 minutes. Whereas the hypothetical attack is not imminent and whereas we could respond effectively if it became imminent and whereas such a change would be a distraction to the normal course of business now therefore such a change is not beneficial. |
@holiman I updated the spec and rationale in the EIP, let me know what you think. There is still another pending merge so in the meantime read the diffs of https://github.com/ethereum/EIPs/pull/1060/files and ethereum/EIPs#1059. https://eips.ethereum.org/EIPS/eip-908 You can comment at https://ethereum-magicians.org/t/eip-908-reward-full-nodes-and-clients-for-a-sustainable-network/24. |
@fulldecent Is a 15-minute decision to fork the best way to manage today's Ethereum ecosystem vs when TheDAO happened? I agree about the potential for distraction though. We tried to minimize that by doing the analysis, tuning, and benchmarking in advance. However, more review is definitely warranted. |
@ifdefelse The best way to know would be if people are complaining that their transactions aren't being mined. And these would be weird cases where the not-mining results in high-value auctions not going to the highest bidder etc. The second best way would be if the hash rate tripled in a short period of time and that period of time was outside the normal explained by many people joining the system. Regarding forking. I am always against forking if possible. Because of my work I have been pitching Ethereum to banks, big-4 consulting firms and other mature industries. They are almost always only considering hyperledger. When I talk about Ethereum their first question is "who owns it" and then "what is the governance process"? My answer is "the people that have commit access" and "in 15 minutes they can push a change that will basically auto-update the whole network". If we want to change this reputation and actually change the underlying truth then we will need to defend vigorously against unnecessary forks. If you are still vying for 1057 and have new arguments then let's continue this discussion there. You can @-mention me there. |
Ack. Will move conversation. |
@lrettig , @pipermerriam , Since eip-1057 is related to the previously unresolved discussion on eip-969 could we talk about it at the next meeting? |
Since the most urgent problem of the network is the high uncle rate because of the db i/o isuue (and also the ethereum success :) ) it would be very interesting to know if there are plans to improve the traditional on chain scalability on that area (via client improvements), I saw a very promising work at the Edcon from @AlexeyAkhunov I wonder if he will attend this meeting |
Speaking up for EIP-1057: it needs to be addressed, and I believe the community wants this to be heard and debated in a rationale environment as much as I do. Miners, it's time to vote with your voices, and not your hashrate. |
@jamesray1: Added your item and reached out on Gitter to see if you can attend. |
This meeting will feature live streams on both YouTube and Livepeer! |
I'd like to add a discussion point about EIP 210, to finalize a few points. Such as
|
@holiman: Added your topic. |
@Souptacular Never done this before. How do I actually call-in/join? Is there a Zoom meeting link that will be sent out before the meeting? |
I support fair mining and EIP 1057. I think it completely goes against the spirit of ethereum to allow centralization through manufacturing control. Also as far as common network attacks I feel a bribe based attack would be much harder to pull off than a rented attack for the simple fact of we don’t know the true rentable no questions asked capacity available to a rental attack. It was seemingly implied that a bribe based attack would be cheaper but I feel it would be easier to pull off if the miners were more centralized which historically they have been when comparing ASIC to GPU. |
I have been hearing for a long time that we plan to use native browser VMs for running eWasm. I remain concerned that none of them are DoS-hardened. I've been asking about this for a long time and have yet to hear anything from the eWasm group or the client teams to allay my concerns. Most of those people are represented here. Can we please discuss this? |
@jamesray1: Removed the piece you requested. |
Sorry to ask again, but I updated the proposal with a significant change, which is to remove a proposal to reward full nodes, leaving just the proposal to reward clients. Could you remove references to reward full nodes?
|
My most specific concern is with JIT execution being vulnerable. An attacker can do things like
|
I won't be able to join the meeting on time. Currently preparing data for the next blog post update on Turbo-Geth, but here is a quick summary:
If anyone wants to watch the recording of my talk about Turbo-Geth at EDCON, here is the link to it: https://youtu.be/vlLFQqfgOPk?t=23579 |
Apologies, the link for that last EIP should be https://eips.ethereum.org/EIPS/eip-1087 |
@AlexeyAkhunov Great work on turbo geth! Are you planning to send PRs to the Geth team? |
Please add to point 6: fixes for EIP-210 blockhash contract: ethereum/EIPs#1094. |
Good stuff Alexey!
This is a key reason why I like Rust... |
I summarized my things for point 6 here: https://notes.ethereum.org/s/HJXvL-h0f# , so y'all fine folks don't have to listen to me explain it during the call |
@holiman @jamesray1 @chfast @gcolvin Added/correct items. |
@Arachnid Thanks! I promise I will start sending PRs when I am less overwhelmed. At the moment I am still playing catch up with geth :) @jamesray1 Yes, I have been thinking of Rust quite a lot while dealing with subtle bugs related to mutable/immutable objects |
@karalabe, @holiman and @pipermerriam, I updated the EIP with the attack that you mentioned and a solution, let me know what you think. https://eips.ethereum.org/EIPS/eip-908. https://ethereum-magicians.org/t/eip-908-reward-full-nodes-and-clients-for-a-sustainable-network/241 |
Hi @AlexeyAkhunov - I don't understand this. It's way too much for a pruned node, but super small for an archive node. What exactly is it? |
Ethereum Core Devs Meeting 38 Agenda
Meeting Date/Time: Friday 05/18/18 at 14:00 GMT
Meeting Duration 1.5 hours
YouTube Live Stream Link
Livepeer Live Stream Link
Agenda
a. the original intent (no semantic changes to
BLOCKHASH
-- only gas changes) versus the current spec (semantic changes), andb. whether to make it nicer to ABI-call it, and
c. whether to add genesis lookup in there.
d. Fixes for EIP-210 blockhash contract: EIP-210: Fixes for blockhash contracts EIPs#1094.
See this summary document.
Please provide comments to add or correct agenda topics.
The text was updated successfully, but these errors were encountered: