Skip to content
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

SS58 - H160 address mapping #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

SS58 - H160 address mapping #28

wants to merge 5 commits into from

Conversation

bobo-k2
Copy link
Contributor

@bobo-k2 bobo-k2 commented Nov 8, 2024

Address mapping

  • implemented mapping between H160 and SS58 account
  • mapping data is stored in AddressMapping
  • the idea behind mapping is to analyze events raised by ethereum.transact call

Bug fixes

  • because of decreased block time period calculations were wrong for Shibuya and Shiden
  • I decided not to calculate period anymore, but rather to use helper table which keeps era-period mapping EraPeriodMapping
  • updated SubSquid libraries to latest version

Other fixes

  • fixate dependencies versions

src/processor.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants