Kirill
Results
36
issues of
Kirill
## Problem: Currently there is no way to set ServerName property in Packet struct. Here is the only code that access this property: ``` if packet.ServerName == "" { packet.ServerName...
Type: Feature
- [ ] update blockifier - [ ] support new block hash scheme (still under discussion)
no-stale
Since go 1.18 we have a new kind of tests - [Fuzzing](https://go.dev/security/fuzz/). Looks like they can help us to find edge cases for tests
Test