-
Notifications
You must be signed in to change notification settings - Fork 721
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
Deprecate intermediate txbody format #4303
Merged
iohk-bors
merged 5 commits into
master
from
jordan/deprecate-intermediate-txbody-format
Sep 27, 2022
Merged
Deprecate intermediate txbody format #4303
iohk-bors
merged 5 commits into
master
from
jordan/deprecate-intermediate-txbody-format
Sep 27, 2022
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
Jimbo4350
requested review from
dcoutts,
erikd,
newhoggy and
JaredCorduan
as code owners
August 11, 2022 18:04
This was referenced Aug 11, 2022
Open
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
August 12, 2022 15:34
8c9bb45
to
252bf6b
Compare
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
August 12, 2022 15:51
252bf6b
to
d135ede
Compare
newhoggy
approved these changes
Aug 13, 2022
newhoggy
approved these changes
Aug 18, 2022
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
2 times, most recently
from
August 30, 2022 18:56
1aa06de
to
e25bb4f
Compare
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
September 1, 2022 14:22
e25bb4f
to
5ed7206
Compare
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
September 22, 2022 08:03
5ed7206
to
6e0052b
Compare
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Sep 22, 2022
4303: Deprecate intermediate txbody format r=Jimbo4350 a=Jimbo4350 - You can no longer create tx bodies with the cli's intermediate format. - The flags `--cddl-format` and `--cli-format` are no longer available, we default to the CDDL format closes [#4277](#4277) Co-authored-by: Jordan Millar <[email protected]>
Build failed: |
bors merge |
iohk-bors bot
added a commit
that referenced
this pull request
Sep 22, 2022
4303: Deprecate intermediate txbody format r=Jimbo4350 a=Jimbo4350 - You can no longer create tx bodies with the cli's intermediate format. - The flags `--cddl-format` and `--cli-format` are no longer available, we default to the CDDL format closes [#4277](#4277) Co-authored-by: Jordan Millar <[email protected]>
Build failed: |
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
September 24, 2022 14:18
6e0052b
to
81aa6bb
Compare
Jimbo4350
force-pushed
the
jordan/deprecate-intermediate-txbody-format
branch
from
September 27, 2022 09:01
81aa6bb
to
b35e1fb
Compare
bors r+ |
Build succeeded: |
iohk-bors
bot
deleted the
jordan/deprecate-intermediate-txbody-format
branch
September 27, 2022 10:49
mkoura
added a commit
to IntersectMBO/cardano-node-tests
that referenced
this pull request
Sep 29, 2022
17 tasks
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.
--cddl-format
and--cli-format
are no longer available, we default to the CDDL formatcloses #4277