LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
33 stars 1 forks source link

Change data types for slot/epoch number to BigInteger #588

Closed Grigorov-Georgi closed 4 weeks ago

Grigorov-Georgi commented 4 weeks ago

Description

Data types for slot/epoch numbers are changed from long to BigInteger, and the calculations to little endian byte array are adjusted.

Related to https://github.com/LimeChain/Fruzhin/issues/547

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud