GithubHelp home page GithubHelp logo

rethereum-blockchain / go-rethereum Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 7.0 187.18 MB

The Hypra cryptocurrency.

Home Page: https://www.hypra.network/

License: GNU Lesser General Public License v3.0

Dockerfile 0.01% Makefile 0.06% Go 88.82% Shell 0.23% NSIS 0.19% Python 0.09% JavaScript 3.54% HTML 0.09% Assembly 0.76% Solidity 0.12% C 5.39% M4 0.21% Sage 0.24% Java 0.24% Nu 0.01%
blake3 blockchain ethereum geth cryptocurrency

go-rethereum's People

Contributors

aaronbuchwald avatar acud avatar arachnid avatar cjentzsch avatar cubedro avatar debris avatar fjl avatar gavofyork avatar gballet avatar gluk256 avatar holiman avatar holisticode avatar janos avatar jsvisa avatar karalabe avatar lightclient avatar ligi avatar mariusvanderwijden avatar nolash avatar nonsense avatar obscuren avatar renaynay avatar rjl493456442 avatar s1na avatar s7v7nislands avatar tgerring avatar ucwong avatar vbuterin avatar zelig avatar zsfelfoldi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

go-rethereum's Issues

Remove EIP-1559 burning ahead of implimenting EIP-1559

Rationale

As specificied in the EIP-1559 mechanism, the base gas is burned from the network and miners are only rewarded for priorty gas. This can leave miners minimal reward for processing transcations, which could lead them to only process well paid (tipped) transcations.

Implementation

I beleive this line

if rules.IsLondon {
effectiveTip = cmath.BigMin(msg.GasTipCap, new(big.Int).Sub(msg.GasFeeCap, st.evm.Context.BaseFee))
}
is responsable for the burning of basefee.

This should be changed to include the basefee in the reward.

There is still a burning mechanism as part of the unused gas, if the transcation gaslimit is 25% more of the gas used, only the 25% more is refunded and the rest is burned.
This should be kept as a "stop wasting block space" mechanism, to protect the network from 1 transcation with a gaslimit of 30,000,000 from wasting a whole block.

Merge and shangai EVM opcodes will never be enabled on Retheruem

System information

Geth version: 1.12.1
OS & Version: All
Commit hash : HEAD

Problem Statement

Because Rethereum will never do the merge, this means that the EVM opcodes which were added from the merge and also the following instanbul & shangai forks.

https://github.com/Rethereum-blockchain/go-rethereum/blob/master/core/vm/jump_table.go#L57

Solution

Rethereum needs to run its own onchain fork to enable these features without needing to Merge PoS

Breaking changes

There might be some opcodes that were added in this forks are specific for beacon PoS and require beacon to work, we need to be vigil of these opcodes and not enable them in our own fork.

Consider to distinguish your fork of geth from the original

Hello,

I think you should consider to rename your fork of geth with a different name, just like most forks are currently doing: UBIQ -> gubiq, OctaSpace -> gocta.

Rethereum could use greth or just grth. Choice is yours but it would make our life more easy, especially if we already run the original geth, etheir from Ethereum Classic and/or Ethereum.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.