-
Notifications
You must be signed in to change notification settings - Fork 1
An 118 coordinate upgrade #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- include magic number changes - include retarget diffculty change - include bech32 prefix changes
included preconf included precommitment included asset
|
Are you using any C/C++ formatter? @sucildossj |
| * for the creation of coins out of thin air modification could lead to a fork. | ||
| * */ | ||
| static constexpr CAmount MAX_MONEY = 21000000 * COIN; | ||
| static constexpr CAmount MAX_ASSET_OUT_VALUE = std::numeric_limits<int64_t>::max(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, what is this about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have asset that will checked against int64_t max number. it remove 21000000 restriction for asset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it
|
Let me know when it is ready for system level tests; and which scenarios you'd like me to cover |
i used clang-format before |
sure i will let you know this week. Thanks |
Uh oh!
There was an error while loading. Please reload this page.