forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contracts: Remove topics for internal events (paritytech#4510)
- Loading branch information
Showing
6 changed files
with
107 additions
and
118 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: "[Contracts] Remove internal topic index" | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
This PR removes topics from internal events emitted by pallet_contracts. It does not touch the `deposit_event` host function used by | ||
smart contracts that can still include topics. | ||
Event topics incurs significant Storage costs, and are only used by light clients to index events and avoid downloading the entire block. | ||
They are not used by Dapp or Indexers that download the whole block anyway. | ||
|
||
crates: | ||
- name: pallet-contracts | ||
bump: patch |
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
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
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
Oops, something went wrong.