[#771] Clarify morley commands difference
Description
Problem: It's unclear that run, transfer and originate morley commands work on emulated environment.
Solution: That commands were put under "emulate" parent command.
Related issue(s)
Resolves #771 (closed)

Checklist for your Merge Request

Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Merge request reports
Activity
requested review from @diogo.castro, @pasqu4le, and @krendelhoff
added 1 commit
- 99b68ee5 - [#771 (closed)] Morley commands difference clarification
Small request for the future: please add the in progress label on the issues assigned to you as you start working on them
Note: no need to update this label after that, you can keep it during review and even after the issue is closed.
Same comment as on the michelson-tutorial MR: please make sure that the commit messages follow this guide.
- Resolved by Pinto Pasquale
- Resolved by Pinto Pasquale
- Resolved by Pinto Pasquale
mentioned in merge request !1096 (merged)
added 11 commits
-
99b68ee5...47717a5b - 5 commits from branch
master
- 7d1457f7 - [#771 (closed)] Clarify morley commands difference
- 008f4110 - [#771 (closed)] Fix tests up
- 8f298b71 - [#771 (closed)] Add an article
- c89391fe - [#771 (closed)] Fix usage doc up
- a81a7798 - [#771 (closed)] Fix Morley Intepreter doc up
- b77d76ef - [#771 (closed)] Update the changelog
Toggle commit list-
99b68ee5...47717a5b - 5 commits from branch
- Resolved by Pinto Pasquale
@krendelhoff as I mentioned elsewhere there's no need to have so much granularity in commits, except during review, but
fixup
commits work better for that.E.g. in commits like
8f298b710bc010bbf6df1b94508b8f32914f9b18
there's more data in the message then in the change madeMerging these would make the commit history much more messy, which isn't great, so please
rebase
this MR andsquash
all the current commits in a single one.added 4 commits
-
b77d76ef...c0791d34 - 3 commits from branch
master
- b73d528a - [#771 (closed)] Clarify morley commands difference
-
b77d76ef...c0791d34 - 3 commits from branch
marked the checklist item Root README and other
README.md
files as completed