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

feat(config): move packaging params from constant to config #714

Merged
merged 1 commit into from
Jun 2, 2022
Merged

feat(config): move packaging params from constant to config #714

merged 1 commit into from
Jun 2, 2022

Conversation

magicalne
Copy link
Contributor

No description provided.

@gw-bot

This comment was marked as outdated.

pub struct MemBlockConfig {
pub max_deposit: usize,
pub max_withdrawal: usize,
pub max_tx: usize,
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • max_deposits
  • max_withdrawals
  • max_txs

Self {
max_deposit: 100,
max_withdrawal: 100,
max_tx: 1500,
Copy link
Collaborator

Choose a reason for hiding this comment

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

max_txs -> 1000

1500 may causes repackage of a block

@gw-bot
Copy link

gw-bot bot commented Jun 2, 2022

Running integration test

Workflow Run Id: 2426712977

Components:

Manually running integration test

Post a comment contains

/itest
[prebuilds: tag]
[godwoken: branch/ref]
[scripts: branch/ref]
[polyjuice: branch/ref]
[web3: branch/ref]
[kicker: branch/ref]
[tests: branch/ref]

Note: [] means optional, for example

/itest
prebuilds: dev-202203280240
godwoken: develop
scripts: 81676d9d53ffdf5bbaa60483928d07da16eb4a88
polyjuice: e37553b9

Run Result

success

@jjyr jjyr merged commit c77e019 into godwokenrises:develop Jun 2, 2022
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