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

Audit changes #273

Merged
merged 20 commits into from
Sep 23, 2022
Merged

Audit changes #273

merged 20 commits into from
Sep 23, 2022

Conversation

hujw77
Copy link
Collaborator

@hujw77 hujw77 commented Sep 19, 2022

  • decrease collateral per-order
  • remove dead code
  • add beacon light client mandatory reward
  • remove unused payble modifier, prevent user lock assert forever but little gas increased.
  • increase last_delivered_nonce after dispath
  • make DUTY_REWARD_RATIO immutable
  • outbounlane send_message return latest_generated_nonce
  • increase MAX_GAS_PER_MESSAGE to 24w

@hujw77 hujw77 changed the title Decrease collateral per-order Audit changes Sep 20, 2022
return IBeaconLightClient(consensusLayer).sync_committee_roots(next_period) != bytes32(0);
}

function import_mandatory_next_sync_committee_for_reward(
Copy link
Contributor

Choose a reason for hiding this comment

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

Add docs about prepare works before do this operation.

@hackfisher hackfisher merged commit f87c8a6 into master Sep 23, 2022
@hackfisher hackfisher deleted the echo-decrease-col branch September 23, 2022 02:13
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.

None yet

2 participants