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

Seems like `inehritdoc` tag is rather finicky. Large chunks of documentation are broken due to this. Either we need to investigate under what conditions this works properly or just have...

stale

## Preamble The following benchmark is done with some mock data: | Method | Mean | Error | StdDev | Median | |------------------------ |---------:|---------:|---------:|---------:| | Encode | 419.2 ms |...

stale

https://github.com/paulmillr/noble-secp256k1/pull/92 The recently merged PR on @noble/secp256k1 seems dropping all DER related methods, including `fromDER()`, `toDERRawBytes()`. `toDERHex()`. So we may need some action about this part, @paulmillr suggested using `noble-curves`...

stale
js

Changing how `BlockCommit` is encoded should have an effect on resulting `BlockHash` for the `Block` with the `BlockCommit` as its `LastCommit`. This check is currently missing.

stale

We do not need to await disposal instances when the test is finished. And may this cause a hanging test in CI.

bug

Note: we already fixed `ConsumeBlockCandidates()` crash on [0.46.1](https://github.com/planetarium/libplanet/releases/tag/0.46.1), but couldn't pinpoint the cause. So I'm leaving an issue for investigation and follow-up. 1. On `BlockCandidateDownload()`, `BlockCandidateTable.Add()` is called for `blocks`,...

bug
network

Currently, libplanet is using [secp256k1] private key directly without any abstraction. it would be great if we can use HD Wallet (Hierarchical Deterministic Wallet) following [BIP-32] and [BIP-44] to create/use...

help wanted
hacktoberfest
stale

Libplanet currently uses secp256k to sign transactions (`PrivateKey.Sign()` method). There would be many benefits if we replace it with Schnorr signature. See also [Bitcoin's propsal to introduce Schnorr signature](https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki) for...

suggestion
help wanted
hacktoberfest