This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth
mirror of
https://github.com/status-im/nim-eth.git
Watch
2
Star
0
Fork
You've already forked nim-eth
0
Code
Issues
Projects
Releases
Wiki
Activity
00c91a1dca
nim-eth
/
tests
/
rlp
/
all_tests.nim
6 lines
101 B
Nim
Raw
Normal View
History
Unescape
Escape
cleanups (#226)
2020-04-18 08:17:59 +00:00
import
.
/
test_api_usage
,
.
/
test_json_suite
,
Fix rlpx hello crash caused by rlp decoder (#721) * Restricting exception catcher why: `CatchableError` is not needed here * Check data length before converting to `openArray[]` why: Getting the first entry of an `openArray[]` crashes with `IndexDefect`. This is particularly annoying when decoding messages in rlpx. * Added unit test using rlpx message that causes this problem to detect
2024-08-19 11:38:46 +00:00
.
/
test_empty_string
,
Move Ethereum specific RLP encoding tests under tests/common (#673) This is more according to the structure of the code itself. And also, currently some of these tests live under tests/rlp but some under tests/common. Could use some further re-organisation within the different tests, but this move is a first step.
2024-02-09 16:30:24 +00:00
.
/
test_object_serialization