dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
121 stars 75 forks source link

feat!: remove `Transport` #586

Closed adamspofford-dfinity closed 3 weeks ago

adamspofford-dfinity commented 3 weeks ago

Transport is an ongoing maintenance burden for every new HTTP-related feature, nobody uses HyperTransport for anything important, and all other internal uses of Transport are hacks obsoleted by the various *_signed functions. This PR removes Transport and the hyper-based system. Dummy structures are included for compatibility and should be removed in two versions.