Swen Mun
Swen Mun
I think that it's okay to limit socket count with relative value for `workers` because all `DealerSocket`s for request are used in workers.
@Hyemin-12 There are conflicts on `BaseStore.cs` and `IStore.cs`. 😢 , could you check them?
Related sub issues - [x] For test projects: #2164 - [ ] For CLI (`planet`): #2161
@hunkim98 This issue's main goal is, Obtaining seed value from the executed block to replay actions in it. # Strategy https://github.com/planetarium/libplanet/blob/6a360554ec3e6db21be041afbf1eaf92e0f25e3b/Libplanet/Action/ActionEvaluator.cs#L276-L279 The random seed will be calculated by these values...
I think that we need to check the tests for `Libplanet.Explorer.GraphTypes` 🤔 cc @moreal
> Originally, the function expected that all GraphQL types would have a no-arguments constructor. But the assumption was broken so this pull request's CI was also broken. To resolve it,...
Just note: even in 0.40.0, `BlockTypeTest.Query()` is failing under modifying a target query like as below. 😅 ```csharp var query = @"{ index hash nonce difficulty totalDifficulty miner publicKey timestamp...
> Just note: even in 0.40.0, `BlockTypeTest.Query()` is failing under modifying a target query like as below. 😅 > > ```cs > var query = > @"{ > index >...
Tests seems failing after [95fdb33](https://github.com/planetarium/libplanet/pull/2186/commits/95fdb3343aefd24066e8e1ef960926c45e3d58a8), I'll take a look now.