-
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
Retrieve and generate as one command #193
Merged
Merged
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
ash-vd
force-pushed
the
feat/173-retrieve-and-generate-as-one-command
branch
3 times, most recently
from
March 27, 2023 14:37
0f7b0fe
to
f6e3270
Compare
ash-vd
force-pushed
the
feat/173-retrieve-and-generate-as-one-command
branch
from
March 31, 2023 14:42
fe0744d
to
117ce70
Compare
Refactored, much better now |
ash-vd
force-pushed
the
feat/173-retrieve-and-generate-as-one-command
branch
from
April 3, 2023 14:00
a655ce0
to
9e0574d
Compare
alber70g
reviewed
Apr 5, 2023
packages/libs/pactjs-generator/src/contract/generation/StringContractDefinition.ts
Outdated
Show resolved
Hide resolved
alber70g
reviewed
Apr 5, 2023
alber70g
reviewed
Apr 5, 2023
alber70g
reviewed
Apr 5, 2023
packages/tools/pactjs-cli/src/contract-generate/tests/generate.test.ts
Outdated
Show resolved
Hide resolved
alber70g
previously requested changes
Apr 5, 2023
@all-contributors please add @ash-vd for Code |
I've put up a pull request to add @ash-vd! 🎉 |
@all-contributors please add @alber70g for review |
I've put up a pull request to add @alber70g! 🎉 |
ash-vd
force-pushed
the
feat/173-retrieve-and-generate-as-one-command
branch
3 times, most recently
from
April 25, 2023 09:28
eddf49b
to
db644bb
Compare
EnoF
reviewed
Apr 26, 2023
EnoF
reviewed
Apr 26, 2023
packages/libs/pactjs-generator/src/contract/generation/FileContractDefinition.ts
Outdated
Show resolved
Hide resolved
EnoF
reviewed
Apr 26, 2023
packages/libs/pactjs-generator/src/contract/generation/StringContractDefinition.ts
Outdated
Show resolved
Hide resolved
EnoF
reviewed
Apr 26, 2023
EnoF
reviewed
Apr 26, 2023
isaozler
approved these changes
Apr 26, 2023
Takadenoshi
reviewed
Apr 26, 2023
Takadenoshi
reviewed
Apr 26, 2023
Takadenoshi
reviewed
Apr 26, 2023
Takadenoshi
reviewed
Apr 26, 2023
Randynamic
approved these changes
May 1, 2023
…low --contract option
…low --contract option
ash-vd
force-pushed
the
feat/173-retrieve-and-generate-as-one-command
branch
from
May 2, 2023 11:06
65e8e69
to
fe0fea8
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.
Reason:
With these changes it's possible to retrieve a contract from chain by using the
--contract
option for thegenerate
command frompact-cli
.Closes #173