libplanet icon indicating copy to clipboard operation
libplanet copied to clipboard

Blockchain in C#/.NET for on-chain, decentralized gaming

Results 238 libplanet issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
hacktoberfest

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: .

bug
ci & cd

- Switch object initialize in IterationSetup. - Fix array index access in MakeGenesisBlock. - Issue address is https://github.com/planetarium/libplanet/issues/1965

Extra Small

Add Schema classes to Libplanet.Explorer - Add BlockSchema. - Add ExplorerSchema. - Add TransactionSchema

Extra Small

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...

api

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

stale
Small

Added `GetInnerActionTypeName` to make possible getting `innerAction`'s name from outside of `PolymorphicAction`.