hiero-ledger / hiero-ledger/hiero-consensus-node
ANALYSIS: Allow `chainId` to hold values that are equivalent to Ethereum (uint256)
Open
Hedera Smart Contract Service
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
- Currently, `contracts.chainId` only allow for a maximum values of Integer.MAX_VALUE. Convert the configuration value into a BigInteger and check all downstream usages to use a BigInteger and/or byte array value.
Contributor guide
Assessment
This issue has not been assessed yet.