-
On internal PBFT test, single node was absent on block index between `6016301` to `6016305`, though he was online.
Seems abnormal, so case study is needed.
[Internal document](https://www.notion.so/pl…
-
Libplanet uses `BoundPeer` to connect bootstrap network connection, which is not really necessary. It would be great we can connect only using host and port information.
This may also be included i…
-
Historically, at the very beginning, we had `Transaction.Sender`–`Transaction.Recipient` model, which was made after Bitcoin's or Ethereum's cryptocurrency model. In 0.2 release, we became to need “m…
-
```
9/27/2019 1:33:35 PM +09:00: FillBlocksAsync() failed; retrying...: System.TimeoutException: The operation exceeded the specified time: 00:00:15.
at Libplanet.Net.NetMQSocketExtension+d__2.Mov…
-
```
Assert.Equal() Failure
Expected: 17
Actual: 14
at Libplanet.Tests.Blockchain.Renderers.DelayedActionRendererTest+d__6.MoveNext () [0x004b6] in /mnt/ramdisk/Libplanet.Tests/Blockchain/R…
-
With the following test code:
```csharp
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Bencodex.Types;
using Libplanet.Action;
using Libpl…
-
Related to #1547 and https://github.com/planetarium/libplanet/pull/1546#pullrequestreview-790171678
`SwarmTest.Dispose()` cleans up resources at the end of each test, but there is a problem with in…
-
States have been intended to be nullable, as they can be empty. I believe the nullability on that parameter was missing when I added `#nullable enable` to the source file.
See also the recent comm…
-
Related issue: #65
Libplanet provides a static value(900 seconds) as a time threshhold for accepting future blocks. however, it can be a problem because other block mining can be delayed if a bloc…
-
```
8/22/2019 3:00:16 PM +09:00: A raw message [frame count: 7] has received.
8/22/2019 3:00:16 PM +09:00: A message has parsed: "Libplanet.Net.Messages.BlockHashes"
8/22/2019 3:00:16 PM +09:00: Tr…