eEVM/samples/erc20
Eddy Ashton 0d45a28eb2
Replace Boost with intx (#55)
* Add intx lib

* Add basic intx cmake wrapper, test exe

* WIP: Use intx rather than boost

* Compiles

* Correct signed comparison

* lol

* Make an object, even if its empty

* Use intx::narrow_cast where appropriate

* Fix sdiv

* Fix signextend

* Fix smod

* Fix mload

* Correct to_hex_str

* Fix address_to_hex_string

* Manage your expectations

* Remove unnecessary assignment functions

* Remove unnecessary assign_j

* Minimise bigint.h

* Broad rename - phase I

* Renames - placate samples

* Restore from_bytes

* format

* Remove unnecessary overload

* Add comment

* Implement ostream operator<< for intx

* Include io headers

* Clarify to_hex_string overloads

* Explicit [to/from]_json

* Remove Boost references

* Remove temp intx tests

* Bump
2019-10-10 17:05:08 +01:00
..
ERC20.sol Add samples (#13) 2018-12-03 10:41:25 +00:00
ERC20_combined.json Add samples (#13) 2018-12-03 10:41:25 +00:00
main.cpp Replace Boost with intx (#55) 2019-10-10 17:05:08 +01:00