-
# 待做事项
## 第一期
- [x] 重新设计 `MetaCF` 格式,`MetaValue` 的第一个字节用 `Type` 表示 @Mixficsol
- [x] 简单对两个命令进行多 `Key` 的测试 @Mixficsol
- [x] 对 `Client` 层命令的返回值增加 `kmultikey` 的报错判断 @Mixficsol
- [x] 在 `Stroage` …
-
Related issues: https://github.com/paritytech/substrate/issues/9480 https://github.com/paritytech/substrate/issues/11132
Currently all the events are stored in a single array. This means while we c…
-
_Please read [how to create a new test](https://github.com/dataproofer/Dataproofer#creating-a-new-test) if you're interested in writing this test._
related to #6, #7, #8
Suspicious numbers are prese…
-
After download via doc Sample MD5 16bfb6b71c586b121f9708074c2e2c7d triggers reproducable an application exception directly after being injected. (current repo)
Received one signature:
`message: Excep…
-
Not mandatory for release.
Syntax:
- ` 0
-
Profiling a bit this package, I found that about 75% of the time spend for `Insert` is calling `rand.Intn(bucketSize)`. This is with an almost empty filter so I expect it's getting worse as the it fil…
-
I'm using CuckooFilter to test the membership of the following items. The filter returns false - definitely not in the list - for 2 items. These cases are false negatives which should not happen.
…
-
Hi,
Not an issue but looking for advice. I am trying to write a signature based along the idea of detecting when a process is writing to antoher non-child process as part of code injection as another…
-
### Description
We want to get rid of the `PreviousEpochSpentAdresses` files from IRI so we can eliminate the `WereAddressesSpentFrom` API call altogether.
We cannot remove this API call as it's …
-
The QueryStatusCache currently keeps an unbounded history of proxied queries as well as queries that failed to parse (these should be all valid SQL, so only queries that we ourselves fail to parse wit…