lib9c icon indicating copy to clipboard operation
lib9c copied to clipboard

Lib9c is a library that contains key implementations of Nine Chronicles, a decentralized RPG developed with Libplanet. Lib9c includes Nine Chronicle's key features like in-game decisions and data mode...

Results 203 lib9c issues
Sort by recently updated
recently updated
newest added

한 턴에 두번 공격한다. 이 공걱은 콤보 횟수를 2 증가시킨다.

enhancement

스킬 지속시간동안 일반공격이 무조건 명중한다. 어떠한 디버프보다 우선해 이 스킬이 발동중일 때는 무조건 명중한다.

enhancement

Tests are permanently broken if we remove some data with updating action version. The root cause of test failures is that the test is being tested using the latest CSV,...

bug
help wanted

# Background Previously, when running an action's execution method with a rehearsal condition, it was required to update the addresses. This condition was later removed, and some actions were written...

- **Case 1** (https://9cscan.com/blocks/7720078) ```jsx [10:55:29 INF] [BlockChain] Took 2996 ms to update the states with 526 key changes and resulting in state root hash 2f458cd661de77bbbd54ac83489db8e655394d169410573e96a585fc638136bf for block #7720078 pre-evaluation...

bug

``` Block #7142534 bacf5c392c20778e96cb5fc3cfcf4e393b392a794a16196a8c3fbe2a5a5253de's state root hash is a1d1c07ef3922098c1de722f8562f392e5c0828f8a1d1c6af170fec1c66c9267, but the execution result is de9b97d09de863c0f56c1f4d21fb3ce50b7c8ec717c375df171caffa98c08b65. ``` Block Info: https://9cscan.com/blocks/7142534 The execution result is successful in lib9c `0.2.0` but fails beginning...

bug

Currently, it runs a `release` workflow when only `v*` tags. However, the internal tagging policy changed to use semantic versioning so the workflow also runs on the semver tags.

bug
ci

https://github.com/planetarium/lib9c/actions/runs/5996957418/job/16262426753 It was raised because the arguments were wrapped by double quotes. But if it doesn't wrap the variable, the shellcheck will warn with SC2086 code. The shellcheck also knows...

bug
ci