Skip to content

972 rename constants#998

Merged
suyash67 merged 14 commits into
masterfrom
jm/972-rename-constants
Jul 10, 2023
Merged

972 rename constants#998
suyash67 merged 14 commits into
masterfrom
jm/972-rename-constants

Conversation

@jeanmon

@jeanmon jeanmon commented Jul 10, 2023

Copy link
Copy Markdown
Contributor

Description

Resolves #972

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been merged or rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

@jeanmon jeanmon force-pushed the jm/972-rename-constants branch from a8e59b6 to 01aeca1 Compare July 10, 2023 13:12
@jeanmon jeanmon requested review from benesjan and suyash67 July 10, 2023 13:13
@jeanmon jeanmon marked this pull request as ready for review July 10, 2023 13:29

@benesjan benesjan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

New naming is significantly clearer and the changes seem uncontroversial to me so LGTM!

@jeanmon jeanmon force-pushed the jm/972-rename-constants branch from 01aeca1 to fc9c0a3 Compare July 10, 2023 15:06
constexpr size_t MAX_PUBLIC_DATA_UPDATE_REQUESTS_PER_CALL = 4;
constexpr size_t MAX_PUBLIC_DATA_READS_PER_CALL = 4;

// "PER TRANSACTION" CONSTANTS

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice!

@suyash67 suyash67 merged commit 61c27db into master Jul 10, 2023
@suyash67 suyash67 deleted the jm/972-rename-constants branch July 10, 2023 15:42
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.

Rename the constants in constants.hpp/ts to be less confusing

3 participants