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

Implement bounded 256 bit int #340

Closed
4 of 7 tasks
obscuren opened this issue Feb 18, 2015 · 2 comments
Closed
4 of 7 tasks

Implement bounded 256 bit int #340

obscuren opened this issue Feb 18, 2015 · 2 comments

Comments

@obscuren
Copy link
Contributor

https://github.com/jonasnick/eth-neg-value-tx is calling for fixed size integers. The first implementation of this package will use the x = x & 1 << 256 - 1 to limit all operations.

  • Create a new package with bounded arithmetic
    • Add / Sub / Mul / Div / Mod
    • Set / SetString
    • Uint / Int
    • Cmp
  • Replace big.Int through out the implementation
  • Support new package in rlp.Read / Write
@ch3ck
Copy link

ch3ck commented Apr 18, 2017

Hi @obscuren I'm interested in working on this feature. What else is required at the moment?

@stale
Copy link

stale bot commented Apr 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed May 31, 2018
AusIV pushed a commit to NoteGio/go-ethereum that referenced this issue Jul 12, 2021
…gofmt

.github/workflows: fix not-gofmt'd bootnodes files after audit
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
marioevz pushed a commit to marioevz/go-ethereum that referenced this issue Feb 6, 2024
* cmd/{geth, utils}: add a command to clear verkle costs

fix:  boolean issue

fix: load finalization state in FinalizeAndAssemble (ethereum#340)

* Conversion and TransitionTrie fixes (ethereum#346)

* fixes

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* remove old comment

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* trace cleanup

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
sduchesneau pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants