Skip to content
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

Remove max-nonprivileged-inline-action-size option #1645

Merged
merged 5 commits into from
Sep 15, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Sep 15, 2023

Remove the option max-nonprivileged-inline-action-size

Resolves #1614

@heifner heifner added the OCI Work exclusive to OCI team label Sep 15, 2023
@heifner heifner changed the title Remove max-non-privileged-inline-action-size option Remove max-nonprivileged-inline-action-size option Sep 15, 2023
Copy link
Member

@linh2931 linh2931 left a comment

Choose a reason for hiding this comment

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

I like your PR description!

@@ -453,7 +450,7 @@ namespace eosio { namespace testing {
class tester : public base_tester {
public:
tester(setup_policy policy = setup_policy::full, db_read_mode read_mode = db_read_mode::HEAD, std::optional<uint32_t> genesis_max_inline_action_size = std::optional<uint32_t>{}, std::optional<uint32_t> config_max_nonprivileged_inline_action_size = std::optional<uint32_t>{}) {
Copy link
Contributor

Choose a reason for hiding this comment

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

should you remove the parameter as well, or maybe change the name to unused.
std::optional<uint32_t> config_max_nonprivileged_inline_action_size = std::optional<uint32_t>{}

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, not sure how my search missed that.

@heifner heifner merged commit 5958385 into main Sep 15, 2023
22 checks passed
@heifner heifner deleted the GH-1614-rm-max-non-privileged-inline-action-size branch September 15, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow non privileged inline actions larger then 4KiB
3 participants