The helper module bignum.py in the functional test framework contained many single-liner functions, which after refactoring only leave one function in the module. This single function is only used in script.py, so just move that function to script.py and remove the bignum.py module.
This is a backport of Core PR17319