-
Notifications
You must be signed in to change notification settings - Fork 25
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
Smart Contracts playbooks rework #994
Merged
bchamagne
merged 3 commits into
archethic-foundation:develop
from
bchamagne:929-sc-playbooks
Oct 4, 2023
Merged
Smart Contracts playbooks rework #994
bchamagne
merged 3 commits into
archethic-foundation:develop
from
bchamagne:929-sc-playbooks
Oct 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df4c76e
to
b6ea2b1
Compare
Neylix
requested changes
May 4, 2023
I'm going to remove all the fixes from this PR and open a PR for each fix. Because we want the fixes in 1.0.8 and this PR require more work to be complete |
64885c1
to
a5c3473
Compare
Merged
a5c3473
to
9c148f2
Compare
Depends on #1124. It cannot work without it. |
f51b881
to
08a1a58
Compare
08a1a58
to
6880fde
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Freshen up the smart contract playbooks.
They are easier to write, easier to read and the logs are easier on the eyes.
Add 3 new test contracts:
Depends on #995 (Json.parse function)
Fixes #929
Type of change
How Has This Been Tested?
Start a local node and then run
mix archethic.regression --playbook localhost
.Checklist: