Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | [tests] remove bignum.py | John 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() function | John Newbery | |
It is one line and is called in one place. | |||
2019-10-30 | [tests] remove mpi2vch() function | John Newbery | |
All it does is reverse the bytes order. | |||
2019-10-30 | [tests] don't encode the integer size in bignum | John Newbery | |
We just throw it away whenever we use the result so don't add it. | |||
2019-10-30 | [tests] add function comments to bignum | John Newbery | |
2019-10-30 | [tests] fix flake8 warnings in script.py and bignum.py | John Newbery | |
2017-08-28 | Remove unused variables and/or function calls | practicalswift | |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |