Skip to content

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 1 commit into from
Dec 6, 2022
Merged

Bump crate versions #358

merged 1 commit into from
Dec 6, 2022

Conversation

haerdib
Copy link
Contributor

@haerdib haerdib commented Dec 6, 2022

Preparation for tag v0.8.0

Check diff from now to tag v0.7.0: v0.7.0...master

@haerdib haerdib requested a review from clangenb December 6, 2022 15:22
@haerdib haerdib self-assigned this Dec 6, 2022
@haerdib haerdib marked this pull request as ready for review December 6, 2022 15:22
Copy link
Collaborator

@clangenb clangenb left a 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 haerdib merged commit a92f2ca into master Dec 6, 2022
@haerdib haerdib deleted the bh/update-versions branch December 6, 2022 15:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants