Skip to content

Conversation

@heifner
Copy link
Contributor

@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
Contributor

@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
Contributor 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
@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

4 participants