Commit ad04f0d
MarcoFalke
Merge bitcoin#17319: Tests: remove bignum module
3ed772d [tests] remove bignum.py (John Newbery)
f950ec2 [tests] remove bn2bin() (John Newbery)
3b9b385 [tests] remove bn_bytes() function (John Newbery)
a760aa1 [tests] remove mpi2vch() function (John Newbery)
9a60bef [tests] don't encode the integer size in bignum (John Newbery)
1dc68ae [tests] add function comments to bignum (John Newbery)
f31fc0e [tests] fix flake8 warnings in script.py and bignum.py (John Newbery)
Pull request description:
Only one function is imported in script.py. Just move that function to script.py and remove the bignum.py module.
Remove unused functionality and fix some flake8 warnings along the way.
Top commit has no ACKs.
Tree-SHA512: 015f543ab545b5d5451896e2751d9c19334d9155b03faacd2023781e89833a2440f7f28741e9a8ac49badd9cdc012cbb6e038cdcdebeefaf9cb9d461c06891573 files changed
+173
-197
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 137 | | |
141 | 138 | | |
142 | 139 | | |
| |||
This file was deleted.
0 commit comments