good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cf667453 authored by Paweł Bylica's avatar Paweł Bylica Committed by GitHub
Browse files

core/vm: use uint256 in EVM implementation (#20787)


* core/vm: use fixed uint256 library instead of big

* core/vm: remove intpools

* core/vm: upgrade uint256, fixes uint256.NewFromBig

* core/vm: use uint256.Int by value in Stack

* core/vm: upgrade uint256 to v1.0.0

* core/vm: don't preallocate space for 1024 stack items (only 16)

Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
parent 39abd92c
No related branches found
No related tags found
No related merge requests found
Showing with 354 additions and 703 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment