dfinity / icx-proxy

A rust-based command line tool to serve as a gateway for a Internet Computer replica.
Apache License 2.0
28 stars 15 forks source link

refactor: canister ids and aliases #37

Closed Daniel-Bloom-dfinity closed 2 years ago

Daniel-Bloom-dfinity commented 2 years ago

Add a new flag ignore_url_canister_param for prod. Move logic to canister_id.rs. Add traits to make composition easier. Add basic tests. Redid lookup and resolve_canister_id to remove allocation. Bump version and dependencies.