planetarium / NineChronicles.Headless

A headless node of NineChronicles game network, powered by Libplanet.
https://planetarium.github.io/NineChronicles.Headless/
GNU Affero General Public License v3.0
35 stars 37 forks source link

Apply latest lib9c for rune level bonus #2444

Closed U-lis closed 4 months ago

U-lis commented 4 months ago

Update submodules to apply rune level bonus. This will propagate to DataProvider.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

s2quake commented 4 months ago

This Pull Request includes fixes for errors caused by changes to nullable types in libplanet. While throwing exceptions is the preferred method for handling such issues, some code has used the '!' operator instead of throwing exceptions. This approach can lead to reduced readability and make it difficult for developers to identify potential issues. Therefore, for clarity and improved reliability, it is necessary to fix the code to use exception throwing instead.