Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e7f2f50
Resolve erroneous line overwrite
jutaro Jun 24, 2025
b691d46
releaseArtifacts: add cardano-tracer to the bins as a musl build
johnalotoski Jul 1, 2025
60a8955
tx-generator/gen-plutus: add to musl for release artifact inclusion
johnalotoski Jul 3, 2025
aec8314
tx-generator: is already excluded by cabal on windows
johnalotoski Jul 3, 2025
ee03bcc
tx-generator: use set-git-rev for release bin version stamping
johnalotoski Jul 3, 2025
3238dd0
tx-generator: use passthru noGitRev for workbench ops
johnalotoski Jul 3, 2025
063fe1e
releaseBins: switch to an allowList rather than denyList approach
johnalotoski Jul 8, 2025
32510c3
nixStyle: inherit reused lib/builtins in flake.nix
johnalotoski Jul 8, 2025
f0e43cd
StartAsNonProducingNode: configuration option
coot Jul 8, 2025
167da25
peer sharing: default configuration value
coot Jul 10, 2025
e499a04
bump ouroboros-network deps
crocodile-dentist Jul 17, 2025
c1a9731
peer-sharing: default value only decided based on protocol files
coot Jul 15, 2025
a806c68
Renamed --non-producer-node to --start-as-non-producer-node
coot Jul 15, 2025
ca1ec27
Bump node version to 10.5.1
Jimbo4350 Jul 2, 2025
34a4796
backport nix files from master and update GHC to 9.12
disassembler Nov 5, 2025
5fc441d
revert iohk-nix version
disassembler Nov 5, 2025
d7f82eb
update flake.lock
disassembler Nov 5, 2025
bedf16c
Bump haskellBuildUtils index-state
hamishmack Nov 6, 2025
2c8ab19
Revert nix/binary-release.nix
hamishmack Nov 6, 2025
603d678
Use ucrt64 instead of mingwW64
hamishmack Nov 7, 2025
f10165a
nix: bump GHC tooling for 9.12
mgmeier Nov 7, 2025
7fb4177
forward-port cardano-topology
mgmeier Nov 7, 2025
9ebfdbb
remove conflicting input em
mgmeier Nov 7, 2025
0ce8274
make workbench genesis cache backwards compatible
mgmeier Nov 7, 2025
e9af075
cardano-node: ensure no heap reference to genesis in info type
mgmeier Jul 21, 2025
472bb08
wb | non-strict load of large genesis files
fmaste Jul 24, 2025
238ad37
forward-port cardano-profile
mgmeier Nov 7, 2025
1d7cfab
prevent supervisord from spamming stderr with python deprecation warn…
fmaste Nov 9, 2025
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
3 changes: 2 additions & 1 deletion bench/cardano-profile/cardano-profile.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-profile
version: 8.8.0
version: 10.6.0
synopsis: A Cardano benchmarking profile generator
description: A Cardano benchmarking profile generator.
category: Cardano,
Expand Down Expand Up @@ -70,6 +70,7 @@ library
, Cardano.Benchmarking.Profile.Primitives
, Cardano.Benchmarking.Profile.Vocabulary
, Cardano.Benchmarking.Profile.Types
, Cardano.Benchmarking.Profile.Workload.CGroupMemory
, Cardano.Benchmarking.Profile.Workload.Latency
, Cardano.Benchmarking.Profile.Workload.Voting
build-depends: base >=4.12 && <5
Expand Down
Loading