-
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 31 Agenda #29
Comments
since it is a month from now ... updates on Constantinopel? |
Yes, this meeting will be 3 months after Byzantium, and it would be sweet talk about Fork Release Management again. We discussed earlier that we don't want to start too late talking about EIPs. |
In the short term the main issue is if and how is it possible to improve the ethereum database in order to try a bigger max gas limit per block without getting so much uncle blocks. I suggest to continue to discuss this topic until tests will be fully performed and eventually solutions will be founded. |
I have been getting a lot of inquiries from my Crypto-community about the POW to POS change with Ethereum. The miners are the most concerned. Could you elaborate on this change, will it happen, when, and why? Several have considered selling their cards now to prevent getting caught in any flood when the change happens. It will be a gradual swap right? |
I agree with @RSAManagement point. Ethereum network is clogged again, and a short term fix is necessary while Constantinople is implemented |
I'd like to hear you guys talk a bit about...
Thank you for this open discussion and ethresear.ch so we can participate and get involved. Edit: Sorry, I referenced the EIPs |
I'd like to hear you talk about ethereum/EIPs#603 We've developed a ring signature privacy solution in Mobius
|
to the agenda - introducing miner heuristic "Child pays for parent" (like in BTC) to combat the weird cases when transactions with 1000 Gwei stuck in the mempool (because they are dependent via nonce on transaction paying much less and not getting mined) |
Hallo I find this very interesting discussion on reddit:
The first issue is already in disucussion, the second issue could be mitigate by a sort of worldwide ethereum relay network. A proper set of high performance, widely interconnected nodes. We know that the foundation set some bounties to boost some specific scaling methods for ethereum, I do think that build an high performance ethereum relay network could be very helpful to small miners with the final scope is to mantain decentralization. So I propose to set up similar bounties to run one or more relay network and to research how to build the better possible network in term of costs and efficency. |
It's questionable whether I'll be able to directly participate in the meeting (though I'll be attempting to listen in). My updates for python-land.
I assume someone from the research team may give an update on sharding with more details, but sharding research and development continues. |
@RSAManagement I suspect those two big miners simply connected their nodes directly using "addPeer", so they propagate new blocks directly to each other. I would generally oppose encouraging specialised relay networks, because the end effect would be that the network will be more like a concentrated ring of miners and periphery, rather than more like a mesh now. And that would be bad for small independent miners, because if they are not part of the club (or ring), they end up on the periphery, and their blocks are more likely to be uncle-d. I think it is absolutely urgent to improve the propagation speed every time we see congestion like this, so that the miners have no incentive creating such a ring-relay network. The longer we keep the network a mesh, the healthier ecosystem we will get |
Also
|
ruffct/stringct implementation I mentioned during the meeting, the paper is still WIP but the implementation follows our latest work: https://github.com/monero-project/research-lab/tree/master/source-code/StringCT-java |
Ethereum Core Devs Meeting 31 Agenda
Meeting Date/Time: Friday 01/12/18 at 14:00 UTC
Meeting Duration 1.5 hours
YouTube Live Stream Link
Agenda
a. EVM 2.0 - EVM 2/wasm 105 EIPs#48
b. Extend DUP1-16 / SWAP1-16 With DUPN / SWAPN - Extend DUP1-16 / SWAP1-16 With DUPN / SWAPN EIPs#174
c. Subroutines and Static Jumps for the EVM - EIP-615: Subroutines and Static Jumps for the EVM EIPs#615
Please provide comments to add or correct agenda topics.
The text was updated successfully, but these errors were encountered: