Skip to content

Conversation

@raymondkfcheung
Copy link
Contributor

@raymondkfcheung raymondkfcheung commented Nov 27, 2025

  • Extends Stored and Renewed events with a hash: ContentHash field.
  • Replaces log with tracing to match Bulletin’s logging approach.

Addresses paritytech/polkadot-bulletin-chain#86, paritytech/polkadot-bulletin-chain#123

Relates to paritytech/polkadot-bulletin-chain#124

@raymondkfcheung raymondkfcheung requested a review from a team as a code owner November 27, 2025 12:14
@raymondkfcheung raymondkfcheung self-assigned this Nov 27, 2025
@raymondkfcheung raymondkfcheung added the T1-FRAME This PR/Issue is related to core FRAME, the framework. label Nov 27, 2025
@raymondkfcheung
Copy link
Contributor Author

/cmd prdoc --audience runtime_dev --bump patch

@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/19737407163
Failed job name: test-linux-stable

Comment on lines -24 to +31
log = { workspace = true }
pallet-balances = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
serde = { optional = true, workspace = true, default-features = true }
sp-inherents = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-transaction-storage-proof = { workspace = true }
tracing = { workspace = true }
Copy link
Contributor

@x3c41a x3c41a Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you remove log and add tracing here? I don't see tracing added anywhere else except for this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it consistent with the Bulletin chain repo. If you prefer, I can remove tracing, and then add it back later when it's needed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, I don't mind having this change as part of this PR but, please, make sure to mention this change in the PR description or the prdoc file (or both 🙃)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because when I see something like this - first thing that comes to mind - is that it was an unintentional change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the PR desc.

@raymondkfcheung
Copy link
Contributor Author

/cmd bench --pallet pallet_transaction_storage

@github-actions
Copy link
Contributor

Command "bench --pallet pallet_transaction_storage" has started 🚀 See logs here

@github-actions
Copy link
Contributor

Command "bench --pallet pallet_transaction_storage" has failed ❌! See logs here

@bkontur
Copy link
Contributor

bkontur commented Nov 28, 2025

Command "bench --pallet pallet_transaction_storage" has failed ❌! See logs here

@raymondkfcheung this won't work, you need to use --runtime dev, but first we need to fix: #10203
cc: @rosarp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T1-FRAME This PR/Issue is related to core FRAME, the framework.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants