We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The events defined in the struct
go-substrate-rpc-client/types/event_record.go
Line 65 in 015965c
These are missing:
I noticed the ones from Utility are also incomplete. These are missing:
Utility_BatchCompletedWithErrors []EventBatchCompletedWithErrors `test-gen-blockchain:"centrifuge-parachain"` Utility_ItemFailed []EventItemFailed `test-gen-blockchain:"centrifuge-parachain"` Utility_DispatchedAs []EventDispatchedAs `test-gen-blockchain:"centrifuge-parachain"`
The text was updated successfully, but these errors were encountered:
cc @cdamian as I am a go noob...
Sorry, something went wrong.
@brandonpille we added support for dynamically decoding events, you can find an example here - https://github.com/centrifuge/go-substrate-rpc-client/blob/master/registry/retriever/event_retriever_live_test.go#L52
We will stop updating the hardcoded event types eventually.
No branches or pull requests
The events defined in the struct
go-substrate-rpc-client/types/event_record.go
Line 65 in 015965c
These are missing:
I noticed the ones from Utility are also incomplete. These are missing:
The text was updated successfully, but these errors were encountered: