Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Fixed module_id string value of CodeStored event #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gavfu
Copy link

@gavfu gavfu commented Mar 9, 2021

I cloned and deployed polkascan-os locally to harvest blocks from a substrate-based blockchain network with pallet-contracts enabled. It turns out that deployed contracts are not harvested into polkascan.data_contract table.

I traced the issue, and found out that the module id of CodeStoredEventProcessor is misspelled. Thus, CodeStoredEventProcessor is not retrieved from ProcessorRegistry and invoked within PolkascanHarvesterService.add_block method.

This pull request corrects the module_id string value of contract CodeStored event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant