Skip to content

Conversation

@sucildossj
Copy link

@sucildossj sucildossj commented Sep 5, 2025

  • included preconf
  • included precommitment
  • included asset
  • included asset prune
  • changes on custom rpcs

- include magic number changes
- include retarget diffculty change
- include bech32 prefix changes
included preconf
included precommitment
included asset
@jasonribble
Copy link

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();

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?

Copy link
Author

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it

@jasonribble
Copy link

Let me know when it is ready for system level tests; and which scenarios you'd like me to cover

@sucildossj
Copy link
Author

Are you using any C/C++ formatter? @sucildossj

i used clang-format before

@sucildossj
Copy link
Author

Let me know when it is ready for system level tests; and which scenarios you'd like me to cover

sure i will let you know this week. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants