Samer

Results 3 comments of Samer

[See this demo](https://m4ul7-aqaaa-aaaal-qcewq-cai.raw.icp0.io/?id=mvxad-wyaaa-aaaal-qcexa-cai) and [forked repo](https://github.com/Web3NL/candid/tree/feat-authenticated-calls) For testing I have a canister with: `http_request` query method with `update = ?true` (see [upgrade to update](https://m4ul7-aqaaa-aaaal-qcewq-cai.raw.icp0.io/?id=mvxad-wyaaa-aaaal-qcexa-cai)) `http_request_update` and serves `/.well-known/ii-alternative-origins` with my...

After using `dfx extension run nns install` dfx 0.27.0 doesn't start anymore due to some panic in `mr_non_increasing_batch_time` ``` Running dfx start for version 0.27.0 Using shared network 'local' defined...

Shared function ending with one underscore `foo_` will generate an corresponding Candid name `foo`. Shared function ending with two underscores `foo__` will generate an corresponding Candid name `foo_` (with one...