Highlights
- Arctic Code Vault Contributor
Pinned
1,547 contributions in the last year
Activity overview
Contributed to
planetarium/libplanet,
dahlia/seonbi,
planetarium/snack.planetarium.dev
and 5 other
repositories
Contribution activity
January 2021
Created 118 commits in 11 repositories
Created 1 repository
- dahlia/cjk-compsci-terms Python
Created a pull request in suminb/hanja that received 5 comments
Lazily import implementations
This fixes ImportError that setup.py throws:
$ python setup.py
Traceback (most recent call last):
File "setup.py", line 6, in <module>
import hanja
+20
−2
•
5
comments
Opened 9 other pull requests in 2 repositories
planetarium/libplanet
8
merged
- Motivate miners to upgrade protocol version
- Customizable rule to determine the canonical chain
- Test a block with index after nonexistent
- Fix broken crefs to System.* on docs.libplanet.io
- Fix TransferAsset vulnerability (take 2)
- Block<T>.ProtocolVersion & BlockHeader.ProtocolVersion
- Drop .NET Core 2.2 support for unit tests and require 3.1 instead
- Update the copyright year
Homebrew/homebrew-cask
1
merged
Reviewed 24 pull requests in 8 repositories
planetarium/libplanet 8 pull requests
- docs: add missing links
- fix(net): reset block demand when not changed
- Add Hash validation to Block<T>.Validate()
- Add `clearBufferInterval` parameter into `DelayedActionRenderer<T>()` constructor
- fix: use protocol version of existing block
- Add property `IActionContext.IsBlockAction`
- feat(cli): provide useful commands
- Register WatchTip at beggining of MineBlock
planetarium/NineChronicles.Headless 6 pull requests
planetarium/snack.planetarium.dev 4 pull requests
planetarium/lib9c 2 pull requests
planetarium/NineChronicles.Snapshot 1 pull request
planetarium/libplanet-explorer-frontend 1 pull request
suminb/hanja 1 pull request
planetarium/bencodex 1 pull request
Created an issue in planetarium/libplanet that received 2 comments
Motivate miners to upgrade protocol version
The current design of protocol versioning does not motivate miners to produce a block with the latest protocol version. Therefore, if a new protoco…
2
comments