-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Allow duplicate topics in smart contract events #13065
Allow duplicate topics in smart contract events #13065
Conversation
Removed the usage of `Error::DuplicateTopics`.
/cmd queue -c bench-bot $ pallet dev pallet_contracts |
@athei Could not find matching configuration bench-bot; available ones are bench, fmt, sample, try-runtime. |
/cmd queue -c bench $ pallet dev pallet_contracts |
@athei https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2247971 was started for your command Comment |
@athei Command |
bot merge |
* Removed `has_duplicates` check form the `deposit_event`. Removed the usage of `Error::DuplicateTopics`. * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_contracts Co-authored-by: command-bot <>
* Removed `has_duplicates` check form the `deposit_event`. Removed the usage of `Error::DuplicateTopics`. * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_contracts Co-authored-by: command-bot <>
Fixes #12906
Removed the usage of
Error::DuplicateTopics
.Removed the
has_duplicates
check from thedeposit_event
.