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

Error decoding events #319

Closed
DylanVerstraete opened this issue Jan 2, 2023 · 2 comments
Closed

Error decoding events #319

DylanVerstraete opened this issue Jan 2, 2023 · 2 comments

Comments

@DylanVerstraete
Copy link

On a substrate based chain version polkadot-0.9.36

2023/01/02 12:54:27 Connecting to ws://127.0.0.1:9944...
panic: unable to decode field 1 event #0 with EventID [0 0], field System_ExtrinsicSuccess: EOF

goroutine 1 [running]:
main.main()
	/home/dylan/Projects/eventparser/main.go:52 +0x217a
exit status 2

@DylanVerstraete
Copy link
Author

The weight structs are changed in polkadot 0.9.36.

I forked and added my own fix here: threefoldtech@7265452

@cdamian
Copy link
Contributor

cdamian commented Jan 10, 2023

@DylanVerstraete Thanks for reporting this - fixed in #323

@cdamian cdamian closed this as completed Jan 10, 2023
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

No branches or pull requests

2 participants