agent-rs icon indicating copy to clipboard operation
agent-rs copied to clipboard

A collection of libraries and tools for building software around the Internet Computer, in Rust.

Results 51 agent-rs issues
Sort by recently updated
recently updated
newest added

That is a part of proposal about chunks certification (with backward compatibility). _These improvements are a proposal to improve the certification infrastructure around IC and might be considered as a...

when calling `icx-asset upload index.html` specifying a principal id that's not authorised to the the asset canister, there's no handling of that error. `icx-asset` just freezes. would be nice if...

I tested today ic-agent 0.10.0 and when I tried to create a transport via `ReqwestHttpReplicaV2Transport::create(url)` I got the error ``` 'Could not create HTTP client.: reqwest::Error { kind: Builder, source:...

This allows setting arbitrary http settings via `create_with_modified_http_options`. An example and convenience function `create_with_timeout` is also provided. The motivation for this is rosetta's migration to agent-rs.

This PR replaces the ring library used inside of the identity module with ed25519-dalek. The reason for this is that ring has some portability issues, that can be avoided this...

When I was testing the callback, I encountered an error in the title, which seemed to indicate that the body in the main thread had been released when the thread...

Hello, hope all is well. Do we have an example reference server, to run the tests against (other than the IC)? If so, how would I go about building this...

As mentioned in https://github.com/dfinity/agent-rs/issues/201, I was hoping to depend on the `http_request` interface from `ic-utils`. Having worked around that issue I ran into another: `Panicked at 'internal error: entered unreachable...

Hans closed it in https://github.com/dfinity-lab/agent-rust/pull/38 but I want to at least get it to work to know that we can do it this way, if need be. (E.g. if buliding...

We've seen reports of the `http2 error : protocol error : not a result of an error` in our server logs for `dfx` users and it appears to be coming...