feat: upgrade HTTP calls upon canister's request#6
feat: upgrade HTTP calls upon canister's request#6Daniel-Bloom-dfinity merged 2 commits intodfinity:mainfrom
Conversation
This applies changes from dfinity/agent-rs#195 that are specific to icx-proxy. It necessarily depends on a newer version of agent-rs and ic-utils. This will most likely be something like 10.X.0 but temporarily uses a Git URL for now.
|
This is the upstream PR: dfinity/agent-rs#291 |
|
Noting that in dfinity/agent-rs#195 (comment) @jplevyak said:
I think @nomeata also had some suggestions about updating an internal spec document. |
|
@ericswanson-dfinity I saw that you released version |
Just wanted to mention that I am not a maintainer on this project. Merge timing will be up to @Daniel-Bloom-dfinity |
|
For my own reference in future, updating the service worker looks something like this: dfinity/ic#5 |
|
…and changes to |
This applies changes from dfinity/agent-rs#195 that are specific to
icx-proxy.It necessarily depends on a newer version of
agent-rsic-agentandic-utils. This will most likely be something like10.X.0but temporarily uses a Git URL for now.