stickies-v 62cc4656e2
test: remove test-only uint256S
uint256S was previously deprecated for being unsafe. All non-test
usage has already been removed in earlier commits.

1. Tests now use uint256::FromHex() or other constructors wherever
possible without further modification.
2. Tests that can't use uint256::FromHex() because they use input
with non-hex digit characters are
  a) modified by dropping the non-hex digit characters if that
     provides useful test coverage.
  b) dropped if the test without non-hex digit characters does
     not provide useful test coverage, e.g. because it is now
     duplicated.

Additionally, use BOOST_CHECK_EQUAL where relevant on touched lines
to make error messages more readable.
2024-09-06 17:36:18 +02:00
..
2024-08-16 19:27:41 +01:00
2023-11-14 17:41:54 +01:00
2023-12-06 15:44:38 +01:00
2024-01-09 15:15:36 -03:00
2024-03-18 10:32:00 -04:00
2023-11-30 11:28:19 +01:00
2024-08-26 11:22:20 +02:00
2024-06-12 15:21:31 +02:00
2023-11-07 10:21:51 +09:00
2024-09-06 17:36:18 +02:00
2024-09-06 17:36:18 +02:00
2024-08-13 15:44:46 -04:00
2023-11-30 11:28:19 +01:00
2024-07-08 16:11:15 +02:00
2023-11-30 11:28:19 +01:00
2023-11-30 11:28:19 +01:00
2023-11-30 11:28:19 +01:00