-
allCombinationSlotState로 마이그레이션 된 시점부터 필요없어진 CombinationSlotAddress 제거
### 참고
https://github.com/planetarium/lib9c/pull/2751
-
Could you convert to dart language?
-
## Preamble
The following benchmark is done with some mock data:
| Method | Mean | Error | StdDev | Median |
|------------------------ |---------:|---------:|-------…
-
The current signature of `Bencodex.Types.List(IEnumerable)` constructor requires frequent type casting to `IEnumerable`, because C# does not automatically infer `G where T : B` to `G`. For example, t…
-
Currently `Dictionary` is a thin wrapper around `ImmutableDictionry` (data structure wise). However, it does not share common data between copies, which is highly inefficient both space-wise and time…
-
The `Mimir` process is stuck since #358 was merged.
```
[16:23:37 FTL] [Mimir.Worker.ActionHandler.ProductsHandler] 0x85f9835cfE5cE43a5AaeA4fA356A4943eCB368aD Product[6348fcd8-ba97-4312-9351-2a7d9…
-
### APV version info
v200210
### Client version info
v210.0.3
### Device
Windows, Android, iOS
### detailed device info
Windows 10, Android 12, iOS 17
### account address info
0x3146FE0E47A19…
-
This issue is for ideas for improving inefficiencies in snapshots.
By far the most time-consuming feature of Snapshot is CopyStates. And a big part of that is the Bencodex decoding process. There a…
-
- Block: https://9cscan.com/blocks/6398201
- Transaction: https://9cscan.com/tx/5d122993dd68bcd264da1651c921141ca892931124f190ee03460f01f32c5833
- Error stack trace when executing block `#6398201` wit…
-
Currently creating a new `Bencodex.Types.Dictionary` instance requires lines of code, e.g.:
```csharp
new Bencodex.Types.Dictionary(new Dictionary
{
[(Text) "foo"] = (Text) "bar",
[(Tex…