-
Notifications
You must be signed in to change notification settings - Fork 126
Bump crate versions #358
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
Merged
Merged
Bump crate versions #358
Conversation
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
clangenb
approved these changes
Dec 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, looks good to me!
haerdib
added a commit
that referenced
this pull request
Dec 7, 2022
rename start_subscriber to subscribe rename get_request to request add jsonrpsee client async add missing files add trait and subscription do not enfore serde_json value add params: serialize add missing Option fix subscribe finalized head add new and default to jsonrpsee client make Return type generic update subscription remove RpcClient enforment fix jsonrpsee_client make it work with trait bound finally compiling wrapper and return struct simple wrapper function add play around with reuqest change Option<Params> to Vec<Params> rename params to param fix clippy move rpc params to primitives and macro fix rpc params fix api_client api_client finally compiling fix subscription fix extrinsic fix subscription finally compiling fix no-std clean up tomls rename send extrinsic to submit extrinsic to make distinction clear add watch_extrinsic_until function exchange wsclient with jsonrpsee add missing unwraps fix examples fix clippy fix staking examples fix clippy fix doc Add Litentry to using projects (#352) add arc to rpc client cargo update add tokio main fix examples fix examples remove debug error logs fix clippy fix opaque storage getter fn fix TransactionStatus remove println debug cargo fmt fix event subscription update ws client request fix ws client fix clippy add new example add unsubsribe method fix params of ws add propoer unsubscirption method fix subscription on ws remove jsonrpsee clutter fix examples fix existential deposit example update RpcParams with convenient method fix rpc_params remove outdated comment remove outdated comment readd missing cfg add insert_with_allocation for testability add tests to rpc_params fix cargo.lock fix rebase errors fix doc add some missing trait bound to frame system add missing enforces remove generic function parameters move frame support import Bump crate versions (#358) cargo fmt fix clippy remove strange comment add review change requests rename watch_extrinsic to submit_and_watch updated and added usage of ajuna network (#359) Add license check to CI (#311) * add license check * fix check * update array-bytes add doc to XtStatus remove comment fix submit_and_watch typo
haerdib
added a commit
that referenced
this pull request
Dec 8, 2022
rename start_subscriber to subscribe rename get_request to request add jsonrpsee client async add missing files add trait and subscription do not enfore serde_json value add params: serialize add missing Option fix subscribe finalized head add new and default to jsonrpsee client make Return type generic update subscription remove RpcClient enforment fix jsonrpsee_client make it work with trait bound finally compiling wrapper and return struct simple wrapper function add play around with reuqest change Option<Params> to Vec<Params> rename params to param fix clippy move rpc params to primitives and macro fix rpc params fix api_client api_client finally compiling fix subscription fix extrinsic fix subscription finally compiling fix no-std clean up tomls rename send extrinsic to submit extrinsic to make distinction clear add watch_extrinsic_until function exchange wsclient with jsonrpsee add missing unwraps fix examples fix clippy fix staking examples fix clippy fix doc Add Litentry to using projects (#352) add arc to rpc client cargo update add tokio main fix examples fix examples remove debug error logs fix clippy fix opaque storage getter fn fix TransactionStatus remove println debug cargo fmt fix event subscription update ws client request fix ws client fix clippy add new example add unsubsribe method fix params of ws add propoer unsubscirption method fix subscription on ws remove jsonrpsee clutter fix examples fix existential deposit example update RpcParams with convenient method fix rpc_params remove outdated comment remove outdated comment readd missing cfg add insert_with_allocation for testability add tests to rpc_params fix cargo.lock fix rebase errors fix doc add some missing trait bound to frame system add missing enforces remove generic function parameters move frame support import Bump crate versions (#358) cargo fmt fix clippy remove strange comment add review change requests rename watch_extrinsic to submit_and_watch updated and added usage of ajuna network (#359) Add license check to CI (#311) * add license check * fix check * update array-bytes add doc to XtStatus remove comment fix submit_and_watch typo
haerdib
added a commit
that referenced
this pull request
Dec 8, 2022
* add jsonrpsee rename start_subscriber to subscribe rename get_request to request add jsonrpsee client async add missing files add trait and subscription do not enfore serde_json value add params: serialize add missing Option fix subscribe finalized head add new and default to jsonrpsee client make Return type generic update subscription remove RpcClient enforment fix jsonrpsee_client make it work with trait bound finally compiling wrapper and return struct simple wrapper function add play around with reuqest change Option<Params> to Vec<Params> rename params to param fix clippy move rpc params to primitives and macro fix rpc params fix api_client api_client finally compiling fix subscription fix extrinsic fix subscription finally compiling fix no-std clean up tomls rename send extrinsic to submit extrinsic to make distinction clear add watch_extrinsic_until function exchange wsclient with jsonrpsee add missing unwraps fix examples fix clippy fix staking examples fix clippy fix doc Add Litentry to using projects (#352) add arc to rpc client cargo update add tokio main fix examples fix examples remove debug error logs fix clippy fix opaque storage getter fn fix TransactionStatus remove println debug cargo fmt fix event subscription update ws client request fix ws client fix clippy add new example add unsubsribe method fix params of ws add propoer unsubscirption method fix subscription on ws remove jsonrpsee clutter fix examples fix existential deposit example update RpcParams with convenient method fix rpc_params remove outdated comment remove outdated comment readd missing cfg add insert_with_allocation for testability add tests to rpc_params fix cargo.lock fix rebase errors fix doc add some missing trait bound to frame system add missing enforces remove generic function parameters move frame support import Bump crate versions (#358) cargo fmt fix clippy remove strange comment add review change requests rename watch_extrinsic to submit_and_watch updated and added usage of ajuna network (#359) Add license check to CI (#311) * add license check * fix check * update array-bytes add doc to XtStatus remove comment fix submit_and_watch typo * fix rebase errors * udpate tungstenite client * add missing subscription file * add reconnection loop * finally compiling again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Preparation for tag v0.8.0
Check diff from now to tag v0.7.0: v0.7.0...master