You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps the OpenRPC spec version from 1.2.4 to 1.4.1 and swaps the deprecated open-rpc/meta-schema Go binding for the new open-rpc/spec-types v1_4 package, so we can start specifying notification methods (needed for eth_subscribe).
Went with 1.3.2 over 1.4.x because the docusaurus toolchain's JS validator
@open-rpc/meta-schema hasn't caught up to 1.4 yet, and 1.3 already supports
notification methods which is the actual blocker for eth_subscribe.
I advise that you use 1.4.x , just because that chain is the latest head, and if there are patches that we need to do you won't pick those up on 1.3.x . Also it should be fully supported by all the tools, if you encountered thing that isn't, we'll patch it.
I advise that you use 1.4.x , just because that chain is the latest head, and if there are patches that we need to do you won't pick those up on 1.3.x . Also it should be fully supported by all the tools, if you encountered thing that isn't, we'll patch it.
I think you're most of the way there here, just change the v1_3 to v1_4 . That's the only difference, just means that all the tooling around the spec will properly track changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the OpenRPC spec version from 1.2.4 to 1.4.1 and swaps the deprecated open-rpc/meta-schema Go binding for the new open-rpc/spec-types v1_4 package, so we can start specifying notification methods (needed for eth_subscribe).