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

Related to #1612, #1934. Some preparatory work to streamline uses of `ITransport` and `Swarm`. This is mostly to move up `ITransport`'s binding phase more in line with the rest of...

network
Medium

Resolves #915. I'm unsure if there are enough tests to ensure the correct mechanism, but I'm kind of lost which kinds of tests might be needed. Would you reviewers be...

Extra Large

Related to #2218. Two points: - Not sure if `ProbeConnectableLength` is appropriate. - Still wondering if there is a more elegant way of calling `async` from `sync`. 🙄 P.S. I...

network
Small

When creating an `ITransport` instance, although the use of `async` "initialization" could be considered more generic, this seems to create more problems than solving unspecified and unrelated issues. As far...

network

Preparatory update to block protocol version before restructuring `Block` related classes.

Small

Interface describing routing table should contain: - Count - Peers - AddPeer - RemovePeer - Contains

good first issue
stale

Just some QoL feature. Also, this would allow to partially bypass (emphasis on *bypass* not *resolve*) #2047. 😗

good first issue
stale
api
ux

A proposer (which was 'miner') should be in the validator set and is valid for the height and round.

stale
pbft

on Readme.md of Libplanet.Explorer, it says, > `BLOCKCHAIN_STORE_PATH` refers to a directory or a file made by > a Libplanet-powered game. If you need a sample data file please contact...

suggestion
stale
docs
explorer