HomePhabricator

Remove now-unused methods from arith_uint256 and base_uint
30007fda76aaUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove now-unused methods from arith_uint256 and base_uint

  • Methods that access the guts of arith_uint256 are removed,

as these are incompatible between endians. Use uint256 instead

  • Serialization is no longer needed as arith_uint256's are never

read or written

  • GetHash is never used on arith_uint256

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 16 2014, 14:47
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGedc720479d07: Remove arith_uint160
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING30007fda76aa: Remove now-unused methods from arith_uint256 and base_uint (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 5 2015, 14:45