libplanet
libplanet copied to clipboard
Blockchain in C#/.NET for on-chain, decentralized gaming
## Context Each message class was `internal` because it had `NetMQ` dependency. But the dependency removed in #1503 (https://github.com/planetarium/libplanet/commit/d81619282bf61667f392dc07d8341ed58bd995f6). ## Work items > [!NOTE] > It doesn't expect to resolve...
The [`dotnet format`][1] is the new official style formatter/lint. It extends *.editorconfig*, and currently supported by Visual Studio, Visual Studio Code, and Rider. It's not only that StyleCop is too...
For the latest state, see the following comment: .
- Switch object initialize in IterationSetup. - Fix array index access in MakeGenesisBlock. - Issue address is https://github.com/planetarium/libplanet/issues/1965
Add Schema classes to Libplanet.Explorer - Add BlockSchema. - Add ExplorerSchema. - Add TransactionSchema
In Nine Chronicles dev office hour, @TarogStar said > Can you add the seed used to HackAndSlash and similar action results so that we can replay the exact actions whenever...
Since `Block.Index` is of type `long`, to remove unnecessary casting, changed offset and limit parameters in various places to long. - Resolves https://github.com/planetarium/libplanet/issues/1354
Added `GetInnerActionTypeName` to make possible getting `innerAction`'s name from outside of `PolymorphicAction`.