-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add support for measures to LocalTxMonitor #1191
Merged
jasagredo
merged 2 commits into
aniketd/release-10-3
from
fraser-iohk/localtxmonitor-measures
Mar 6, 2025
Merged
Add support for measures to LocalTxMonitor #1191
jasagredo
merged 2 commits into
aniketd/release-10-3
from
fraser-iohk/localtxmonitor-measures
Mar 6, 2025
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
7 tasks
f15f603
to
a7bd1c5
Compare
16e7267
to
159d33f
Compare
6ad371d
to
9c022f3
Compare
df3eac7
to
06161c5
Compare
jasagredo
reviewed
Feb 13, 2025
...ros-consensus-diffusion/changelog.d/20250213_115925_fraser.murray_localtxmonitor_measures.md
Outdated
Show resolved
Hide resolved
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Ledger/Query/Version.hs
Outdated
Show resolved
Hide resolved
06161c5
to
b05cacf
Compare
b05cacf
to
ff6a054
Compare
142e48d
to
2c152e8
Compare
5bf60e5
to
3beb9a4
Compare
Base automatically changed from
js/querystakepooldefaultvote
to
js/coot/aniketd/release-10-3
March 4, 2025 14:37
2c152e8
to
6272d31
Compare
{Semigroup, Monoid} instances for {AlonzoMeasure, ConwayMeasure} add TxMeasureMetrics class and instances respond with TxMeasureMetrics info inside a map of measures add patterns for MeasureName constructors that are no longer provided in network
6272d31
to
5f2623a
Compare
Shall we change the target to |
jasagredo
reviewed
Mar 6, 2025
5f2623a
to
8ac06c9
Compare
jasagredo
approved these changes
Mar 6, 2025
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.
Description
This PR fixes #1178 and builds on #1175 by adding support for arbitrary measures to the
LocalTxMonitor
server inouroboros-consensus
. Relevant changes toouroboros-network
are required to build these changes, since theLocalTxMonitor
protocol has been changed to add a newGetMeasures
message.Remaining work required before this can be merged:
ouroboros-network
PR needs to be mergeddeal withfromByteSize
being very likely to silently overflow the new numeric type