-
-
For the latest state, see the following comment: .
-
Running server with release version ran with `./Libplanet.Explorer.Executable`, /graphiql.html endpoint raises 404 not found.
-
When you see the part of the document, you can see the exceptions' link like `InvalidOperationException` or `KeyNotFoundException`.
### Examples
1. `IAccountStateDelta` ([docs](https://docs.libp…
-
I want to handle the case on Swarm.PrealodAsync fails with timeout, but it can't. because rethrow is not called during libplanet [internal processing](https://github.com/planetarium/libplanet/blob/e45…
-
Libplanet's "action"s(implementations of `IAction`) are tagged by `Libplanet.Action.ActionType` attribute for serialization. but sometime, some "action"s perform different actions as they are upgraded…
-
To enhance development (in this case, especially debug) experience, It'll be great to open local Headless node without tons of snapshot files.
To achieve this, I'm planning to share historical block …
-
Unsure if this is a bug, but the following code returns `null` when `chain.Store.GetBlockCommit(block.Hash)` is called:
```cs
using System;
using System.Collections.Immutable;
using Bencodex.Typ…
-
```
The raw message[NetMQMessage[
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.…
-
Currently our README says libplanet is a blockchain networking project for fully decentralized games, but not much more. We should add our distinguishing features and philosophies to provide more info…