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

Deferred calls #4723

Merged
merged 109 commits into from
Dec 4, 2024
Merged

Deferred calls #4723

merged 109 commits into from
Dec 4, 2024

Conversation

modship
Copy link
Member

@modship modship commented Jul 9, 2024

  • document all added functions
  • try in sandbox /simulation/labnet
    • if part of node-launch, checked using the resync_check flag
  • unit tests on the added/changed features
    • make tests compile
    • make tests pass
  • add logs allowing easy debugging in case the changes caused problems
  • if the API has changed, update the API specification

@modship modship changed the base branch from main to mainnet_2_3 October 18, 2024 10:42
if call.cancelled {
Ok(result)
} else {
let deferred_call_execution = || {
Copy link
Member

Choose a reason for hiding this comment

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

maybe extract this to another function for better clarity

@modship modship removed the Massa Foundation Mandated by the Massa Foundation label Nov 21, 2024
@SlnPons SlnPons added the p1 label Nov 21, 2024
@damip
Copy link
Member

damip commented Nov 21, 2024

The economic parametre needs to be calibrated

@modship modship marked this pull request as ready for review December 3, 2024 08:17
@modship modship merged commit 7670103 into mainnet_2_3 Dec 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the API enhancement New feature or request p1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Develop autonomous contract with guaranteed execution on massa core
6 participants