Skip to content
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

Add EIP: EVM arbitrary precision decimal math #7904

Merged
merged 46 commits into from
Apr 14, 2024
Merged

Add EIP: EVM arbitrary precision decimal math #7904

merged 46 commits into from
Apr 14, 2024

Commits on Oct 22, 2023

  1. Abstract

    1m1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    879e7d2 View commit details
    Browse the repository at this point in the history
  2. progress

    1m1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a01a6a5 View commit details
    Browse the repository at this point in the history
  3. definitions

    1m1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a5cb785 View commit details
    Browse the repository at this point in the history
  4. functional

    1m1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b6bae33 View commit details
    Browse the repository at this point in the history
  5. main file

    1m1 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7bdf0af View commit details
    Browse the repository at this point in the history
  6. reference implementation

    i know that the reference implementation is not abstract enough. it is running code, which should be clear. rather showcase the capability and if interest, write the tech specs for other clients.
    1m1-github authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e8ae5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    a712b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314afe1 View commit details
    Browse the repository at this point in the history
  3. bottom-up gas

    (sorry, to the hackathon ppl, I don't why I forgot to add the main files to the assets. no sleep. adding now. had a link to the same.
    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d1449a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79cf7f3 View commit details
    Browse the repository at this point in the history
  5. gasEVMPlusEmulate.go

    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d05c846 View commit details
    Browse the repository at this point in the history
  6. no links out

    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c148e97 View commit details
    Browse the repository at this point in the history
  7. EIP # 7543 assigned

    ?
    
    Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
    1m1-github and abcoathup authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    62ce641 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ad93eb View commit details
    Browse the repository at this point in the history
  9. example smart contracts

    example Yul smart contracts to show simplicity provided by new OPCODEs
    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3b36ba5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from ethereum/master

    Add EIP: eth/69 - available-blocks-extended protocol
    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bde90d6 View commit details
    Browse the repository at this point in the history
  11. Update and rename eip-EVM+.md to eip-7543.md

    change title, non branded, short and descriptive
    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a83fddb View commit details
    Browse the repository at this point in the history
  12. remove debug code

    1m1-github authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    95458c5 View commit details
    Browse the repository at this point in the history
  13. rename assets/folder

    1m1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b0ce024 View commit details
    Browse the repository at this point in the history
  14. BlackScholes,Neuron

    1m1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a9752fc View commit details
    Browse the repository at this point in the history
  15. Error: EIPS/eip-7543.md:27 MD022/blanks-around-headings/blanks-around…

    …-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Why decimal?"]
    
    Error: Failed with exit code: 1
    1m1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ea7c9f3 View commit details
    Browse the repository at this point in the history
  16. like this?

    1m1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1a421fb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. title, description more precise

    1m1 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    97edf3e View commit details
    Browse the repository at this point in the history
  2. it is actually a floating type

    Abstract
    1m1 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fcbba1f View commit details
    Browse the repository at this point in the history
  3. Backwards Compatibility

    1m1 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    413bfa9 View commit details
    Browse the repository at this point in the history
  4. this would be better

    1m1 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2aead6e View commit details
    Browse the repository at this point in the history
  5. local -> pure

    closer to the technical term from CS
    1m1-github authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4fee997 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea133ab View commit details
    Browse the repository at this point in the history
  7. fixed->float

    1m1 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    faac185 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    5b8dfb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    b2b48e9 View commit details
    Browse the repository at this point in the history
  2. small changes

    1m1-github authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    83d94b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    02883b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. remove comments

    1m1-github authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cee3ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4d172 View commit details
    Browse the repository at this point in the history
  3. no math/big

    1m1-github authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5084adc View commit details
    Browse the repository at this point in the history
  4. grammer

    1m1-github authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3188e5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4927194 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    6e42bea View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge pull request #2 from ethereum/master

    pull master
    1m1-github authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c12347d View commit details
    Browse the repository at this point in the history
  2. 0.1 infinite binary rep

    1m1 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b41e882 View commit details
    Browse the repository at this point in the history
  3. remove commented test code

    1m1 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0a8565e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #3 from ethereum/master

    catch up
    1m1-github authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5fdfccb View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. upper bound for gas

    1m1-github authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a18c4cf View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. typo, clarification

    1m1-github authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3401423 View commit details
    Browse the repository at this point in the history
  2. better comment

    1m1-github authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    36c27fe View commit details
    Browse the repository at this point in the history