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

Release 1.35.4 #4508

Merged
merged 41 commits into from
Oct 26, 2022
Merged

Release 1.35.4 #4508

merged 41 commits into from
Oct 26, 2022

Conversation

Jimbo4350
Copy link
Contributor

No description provided.

@Jimbo4350 Jimbo4350 force-pushed the 1.35-cli-secp branch 3 times, most recently from ff74bc9 to e0719fd Compare October 6, 2022 11:41
disassembler and others added 12 commits October 23, 2022 13:53
collateral values when they are not explicitly specified via the cli
Previously the functions to read text envelopes used `readFile` from
Data.ByteString. Unfortunately, that doesn't work with pipes, so we've
switched to a function that does.

Additionally, on unix based systems, we've changed how writing to an
owned file works. Previously a new file was created (and since we
created it, we must own it) and then copied into place. Unfortunately
this doesn't work with symlinks, fifos, unix sockets or anything else
that isn't a "normal" file. What we do now is grab the file descriptor,
call fchown on it, which sets us as the owner (or errors out if we can't
do that), and then write to the file.
in the ScriptContxt is equivalent to the mint field in our redeemer
It's desirable for a client to be able to predict the index of outputs.
As such we append change to the end so that the index of other outputs
doesn't changed based on whether there's change or not.

Resolves #3725
Jimbo4350 and others added 22 commits October 25, 2022 08:21
Annoyingly I could not keep the explicit individual definitions + data
instances exported so needed to reach for (..) and deduplicate exports.
There used to be no orphan instance for ledger Script so we (Hydra)
provided our own. This newly introduced instance overlaps with our own
which would not be a problem, as we are fine using upstream instances,
but for the fact the serialisation is lossy as cardano-api only
serialised the hash of the script.
  Cardano.Api.Convenience.Query
  Cardano.Api.Convenience.Construction
  Cardano.Api.Convenience.Constraints
This is the first stage of refactoring the transaction build command and
simultaneously aims to expose a simplified interface to constructing and
balancing a transaction.

Move Cardano.CLI.Environment to Cardano.Api.Environment. We now reuse
the SocketPath type throughout the cli and node
Remove SocketPath definition and textShow from cardano-submit-api
Remove SocketPath definition from cardano-cli
Separate validation and construction of TxBodyContent
Use queryStateForBalancedTx in runTxBuild
Rename txInsExist to txInsExistInUTxO
Propagate textShow to cardano-cli
Propagate textShow to cardano-node
…ction build

command to construct transactions from prior eras
Update error message for incorrectly witnessed collateral inputs
Fix 4493 bug - essentially the type field in the Shelley era text envelope tx body was being written to disk as "TxWitnessShelley" and being read from disk as "TxWitness Shelley". I.e there was a mismatch and therefore it was not possible to read shelley era transaction bodies.

Closes: #4493
When reading a key from a file, `readFile` from ByteString was used.
Unfortunately this operation doesn't play nicely with pipes. We now use
`openFileBlocking` so that we can wait for data which comes from a pipe.

Fixes #4101
@disassembler disassembler merged commit 54998e8 into release/1.35 Oct 26, 2022
@disassembler disassembler deleted the 1.35-cli-secp branch October 26, 2022 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants