aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/bignum.py
AgeCommit message (Collapse)Author
2019-10-30[tests] remove bignum.pyJohn Newbery
It only contains one function and is only imported by one other module (script.py). Just move the function to script.py.
2019-10-30[tests] remove bn2bin()John Newbery
It's only called in one place.
2019-10-30[tests] remove bn_bytes() functionJohn Newbery
It is one line and is called in one place.
2019-10-30[tests] remove mpi2vch() functionJohn Newbery
All it does is reverse the bytes order.
2019-10-30[tests] don't encode the integer size in bignumJohn Newbery
We just throw it away whenever we use the result so don't add it.
2019-10-30[tests] add function comments to bignumJohn Newbery
2019-10-30[tests] fix flake8 warnings in script.py and bignum.pyJohn Newbery
2017-08-28Remove unused variables and/or function callspracticalswift
2017-03-20Rename rpc-tests directory to functionalJohn Newbery