Etan Kissling
|
4fc1550d0f
|
add `{.push raises: [].}` to recently modified files (#5908)
Status Nim style mandates `{.push raises: []}.` at start of modules.
Ensure that's the case so that exceptions are properly tracked.
- https://status-im.github.io/nim-style-guide/errors.exceptions.html
- https://github.com/status-im/nim-eth/pull/614#discussion_r1220906149
|
2024-02-18 01:16:49 +00:00 |
Etan Kissling
|
508f3b6368
|
add missing `std/` prefix to more imports (#5696)
Bumping some `std` imports to explicitly include the prefix.
Also add explicit `./` prefix for local directory imports.
|
2024-01-06 07:18:28 +01:00 |
tersec
|
0b9c632b69
|
fix some `Name` and `XDeclaredButNotUsed` hints (#5670)
|
2023-12-15 02:00:14 +01:00 |
Eugene Kabanov
|
6bc038e8d5
|
VC: Obol middleware support (#5375)
|
2023-11-08 14:03:51 +02:00 |