Lee Dogeon

Results 118 issues of Lee Dogeon

This pull request introduces also `endpoint` argument to use specific endpoint manually.

When you run `whats_left.sh`, you will see mismatched items but they include also matched items. It occurred because the `method-wrapper` and `method` are not separated well. To resolve this issue,...

zca-2022

## Feature Special types' `__doc__` property should be readonly (i.e. getter) except for user-defined type. But `__doc__` properties of RustPython's special types is writable. ### CPython ``` >>> SystemExit.__doc__ 'Request...

z-ca-2021

There are broken links at [MSBuildProjectBuilder.md][project-builder-doc]. Originally, some link, *custom scripted importer* had pointed to [wrong location][wrong-location], but it seems to need to point [here][correct-location]. And there are more broken...

Now we need to increase the coverage... _Originally posted by @somdoron in https://github.com/zeromq/netmq/pull/848#issuecomment-578403651_ I agree for it. In my thought, the *codecov* should be added into required checks (e.g., appveyor...

When you see the part of the document, you can see the exceptions' link like `InvalidOperationException` or `KeyNotFoundException`. ### Examples 1. `IAccountStateDelta` ([docs](https://docs.libplanet.io/0.39.0/api/Libplanet.Action.IAccountStateDelta.html), [code](https://github.com/planetarium/libplanet/blob/739f5f36f2ba9f4fa47424809d4c26ecb06104f8/Libplanet/Action/IAccountStateDelta.cs#L10-L38)) 1. `IStore.PruneOutdatedChains` ([docs](https://docs.libplanet.io/0.39.0/api/Libplanet.Store.IStore.html#Libplanet_Store_IStore_PruneOutdatedChains_System_Boolean_), [code](https://github.com/planetarium/libplanet/blob/739f5f36f2ba9f4fa47424809d4c26ecb06104f8/Libplanet/Store/IStore.cs#L336-L351))

bug
docs

When I looked at the [.NET Core lifecycle][net-core-lifecycle], the .NET 3.1 LTS will be deprecated on December 3, 2022. It's not something to do in a hurry right now, but...

suggestion

## 📔 Overview Currently, there are `IStateStore.PruneStates()`(`TrieStateStore.PruneStates()`) method and `MerkleTrie.IterateHashNodes()` method. And `TrieStateStore.PruneStates()`' implementation is very inefficient so #1691 introduced `TrieStateStore.CopyStates()` and libplanet should suggest efficient way and deprecate inefficient...

suggestion
stale
storage

This pull request tries to resolve #2338. ## Overview Since https://github.com/planetarium/libplanet/pull/1606, the blockchain node has been forking chain while syncing blocks. So there are too many forked chain ids. And...

Small