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
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
38abe13
bump base/plutus
disassembler Oct 21, 2022
6495f41
changelogs and version bumps
disassembler Oct 23, 2022
2adf2f8
bump CHaP
disassembler Oct 24, 2022
7259a8a
Switch default era to Babbage
newhoggy Sep 27, 2022
eb0bdd2
Update view command to render inline datums
Jimbo4350 Jun 23, 2022
196560b
Update view command to render reference inputs
Jimbo4350 Jun 23, 2022
873aa6f
Fix cddl format for shelley and byron eras
Jimbo4350 Jun 21, 2022
612c15a
Update build command to automatically calculate the total and return
Jimbo4350 Jun 23, 2022
fd67b2c
Allow reading/writing text envelopes from pipes
Aug 25, 2022
ec7a2e7
Add minting context test shell script. This checks that the mint field
Jimbo4350 Jun 23, 2022
a33075d
Review fixes
Jimbo4350 Aug 30, 2022
01b3ce0
Append change instead of prepending it
Aug 16, 2022
f175a07
More memory efficient query ledger-state command
newhoggy Jul 21, 2022
6b4f127
Make ledger CDDL format the default in build and build-raw commands
Jimbo4350 Aug 8, 2022
0c03925
Remove OutputSerialisation datatype from cardano-cli
Jimbo4350 Aug 8, 2022
5633ae4
Update tx golden test with the CDDL format
Jimbo4350 Aug 11, 2022
a99720f
Update vnext
Jimbo4350 Aug 30, 2022
2320669
Add unit test for deprecated tx body format
Jimbo4350 Aug 30, 2022
dedc925
Expose Key interface in Cardano.Api.Shelley
ch1bo Jun 9, 2022
b2aff2b
Script ToJSON instances serialises the full script
abailly Jul 5, 2022
f029a70
new tracing: restructure the namespace
jutaro Jun 15, 2022
b9f3bf3
trace-resources: fix test
jutaro Jul 7, 2022
0e2a7cb
tracing: Forge.StateInfo -> Forge.Loop
deepfire Jul 7, 2022
6b64a67
tracing: *.ClientEvent.* -> *.Client.*; BlockFetch.ServerBlock -> B…
deepfire Jul 7, 2022
a60ae24
workbench: update to the new tracing hierarchy
deepfire Jul 7, 2022
5f11b76
workbench: small fixes
deepfire Jul 7, 2022
f2863b3
trace-resources: naming fix
jutaro Jul 8, 2022
2204922
Add modules:
Jimbo4350 Sep 15, 2022
435a3df
Remove SocketPath definition from cardano-node
Jimbo4350 Sep 15, 2022
b83f2f7
Propagate cardano-api's SocketPath definition in cardano-cli
Jimbo4350 Sep 15, 2022
36abda6
Remove unused error constructors from ShelleyTxCmdError
Jimbo4350 Sep 15, 2022
555988e
Remove all duplicate textShow implementations
Jimbo4350 Sep 19, 2022
7f7d5f8
Update cardano-submit-api with SocketPath from cardano-api
Jimbo4350 Sep 19, 2022
de80aff
Fix transaction era - node era mismatch failure when using the transa…
Jimbo4350 Sep 27, 2022
ef14e64
Merge pull request #4484 from input-output-hk/jordan/4479-bug
Jimbo4350 Sep 29, 2022
a3391cc
Fix TxWitness text envelope formatting for the Shelley era
Jimbo4350 Oct 3, 2022
6bd961f
Use openFileBlocking for reading signing keys
Aug 16, 2022
87bbe39
Cherry pick fixes
Jimbo4350 Oct 4, 2022
e4a3367
locli: cherry-picking fixes
deepfire Oct 6, 2022
8b89e75
Update changelogs for 1.35.4
Jimbo4350 Oct 4, 2022
2b61767
Update CHaP for base and network
disassembler Oct 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 1.35.3
version: 1.35.4
description: A cardano topology generator
author: IOHK
maintainer: operations@iohk.io
Expand Down
581 changes: 581 additions & 0 deletions bench/locli/doc/Block propagation analysis data flow.graphml

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions bench/locli/doc/Machine performance analysis data flow.graphml

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ common base
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
TypeInType
ViewPatterns

ghc-options: -Wall
Expand All @@ -45,14 +47,19 @@ common base

build-depends: base

if os(windows)
buildable: False

library
import: base
hs-source-dirs: src

exposed-modules: Data.Accum
Data.CDF
Data.DataDomain

Cardano.Command
Cardano.Report
Cardano.TopHandler
Cardano.Util

Expand All @@ -67,30 +74,35 @@ library
Cardano.Analysis.MachPerf
Cardano.Analysis.Version

Cardano.Org
Cardano.Render

Cardano.Unlog.LogObject
Cardano.Unlog.Render
Cardano.Unlog.Resources

other-modules: Paths_locli
autogen-modules: Paths_locli

build-depends: aeson
, Histogram
, aeson-pretty
, async
, attoparsec
, attoparsec-iso8601
, bytestring
, cardano-git-rev
, cardano-prelude
, cardano-ledger-core
, iohk-monitoring
, cardano-prelude
, cardano-slotting
, containers
, deepseq
, directory
, filepath
, extra
, file-embed
, filepath
, ghc
, gnuplot
, Histogram
, iohk-monitoring
, optparse-applicative-fork
, optparse-generic
, ouroboros-consensus
Expand All @@ -109,6 +121,7 @@ library
, trace-resources
, transformers
, transformers-except
, unix
, unordered-containers
, utf8-string
, vector
Expand Down Expand Up @@ -148,3 +161,4 @@ test-suite test-locli
, text

other-modules: Test.Analysis.CDF
Test.Unlog.Org
Loading