issues
search
thomaseizinger
/
rust-jsonrpc-client
A macro-driven JSON-RPC client for Rust.
https://docs.rs/jsonrpc_client
4
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump reqwest from 0.11 to 0.12
#51
delta1
opened
7 months ago
2
Use single quotes to ensure we don't interpolate backticks
#50
thomaseizinger
opened
3 years ago
0
Release version 0.7.1
#49
thomaseizinger
closed
3 years ago
0
Fix trybuild tests
#48
thomaseizinger
closed
3 years ago
0
Consider changing interface of internal `send_request` function
#47
thomaseizinger
opened
3 years ago
2
Omit empty params in v2 request object
#46
chrisabruce
closed
3 years ago
2
Empty Params should be Omitted in Request Object
#45
chrisabruce
closed
3 years ago
3
Update and rename release-crates-io.yml to release-lib-crates-io.yml
#44
thomaseizinger
closed
3 years ago
0
Update create-release.yml
#43
thomaseizinger
closed
3 years ago
0
Release version 0.7.0
#42
thomaseizinger
closed
3 years ago
0
Update draft-new-release.yml
#41
thomaseizinger
closed
3 years ago
0
Update draft-new-release.yml
#40
thomaseizinger
closed
3 years ago
0
Update draft-new-release.yml
#39
thomaseizinger
closed
3 years ago
0
Update draft-new-release.yml
#38
thomaseizinger
closed
3 years ago
0
Added to JsonRpcError's Display impl
#37
trevor-crypto
closed
3 years ago
4
Add release automation workflows
#36
thomaseizinger
closed
3 years ago
0
Add caching to clippy job
#35
thomaseizinger
closed
3 years ago
0
Add missing unreleased section to changelog
#34
thomaseizinger
closed
3 years ago
0
Fix bad import in doc tests
#33
thomaseizinger
closed
3 years ago
0
Added 'data' field to JsonRpcError
#32
trevor-crypto
closed
3 years ago
6
Add optional `data` field to `JsonRpcError` struct
#31
trevor-crypto
closed
3 years ago
2
Add `ureq` backend
#30
tcharding
closed
3 years ago
7
Prepare 0.6.0 release
#29
thomaseizinger
closed
3 years ago
0
Allow users to specify a `Params` object instead of individual parameters
#28
thomaseizinger
opened
3 years ago
2
Allow for opt-in logging of bare request and responses
#27
thomaseizinger
opened
3 years ago
0
Include failed RPC method in error
#26
thomaseizinger
opened
3 years ago
0
Minimize CI config by using Rust cache action
#25
thomaseizinger
closed
3 years ago
0
Invoke clippy correctly
#24
thomaseizinger
closed
3 years ago
0
Support named parameters as per JSON-RPC 2.0 spec
#23
thomaseizinger
closed
3 years ago
0
Prepare release 0.5.1
#22
thomaseizinger
closed
3 years ago
0
Deactivate reqwest default features
#21
thomaseizinger
closed
3 years ago
0
Support for jsonrpc version 2.0 parameter `by-name` notation
#20
da-kami
closed
3 years ago
0
Allow for more idiomatic Rust code
#19
thomaseizinger
opened
3 years ago
1
Update CHANGELOG.md
#18
thomaseizinger
closed
3 years ago
0
Hide `#[cfg]` attributes from example code
#17
thomaseizinger
opened
3 years ago
0
Fix typo in changelog
#16
thomaseizinger
closed
3 years ago
0
Clippy CI job doesn't work
#15
thomaseizinger
closed
3 years ago
0
Update to reqwest 0.11 and tokio 1.0
#14
thomaseizinger
closed
3 years ago
0
Release version 0.4 of client and 0.2 of macro crate
#13
thomaseizinger
closed
3 years ago
0
Re-export dependencies so consumers don't have to add them
#12
thomaseizinger
closed
3 years ago
0
Quote args to make key work
#11
thomaseizinger
closed
3 years ago
0
Run tests with default features
#10
thomaseizinger
closed
3 years ago
0
Add dependabot config file
#9
thomaseizinger
closed
3 years ago
0
Add CI + CHANGELOG
#8
thomaseizinger
closed
3 years ago
0
Update to reqwest 0.11
#7
thomaseizinger
closed
3 years ago
0
Need to add `async-trait` crate to own `Cargo.toml`
#6
D4nte
closed
3 years ago
1
Release?
#5
D4nte
closed
3 years ago
2
Error handling upon authentication credentials missing
#4
da-kami
opened
3 years ago
0
Attributes on functions are not carried over
#3
thomaseizinger
closed
3 years ago
0
Add an example for adding a custom rpc method that uses `SendRequest` manually
#2
thomaseizinger
closed
3 years ago
0
Next