Vincent Zhang
Vincent Zhang
Just checked the identities at https://github.com/ic4j/ic4j-agent/tree/master/src/main/java/org/ic4j/agent/identity and found there's no DelegationIdentity like the one (https://github.com/BoomDAO/ICP.NET/blob/main/src/Agent/Identities/DelegationIdentity.cs) that ICP.NET(which is a C# agent for the IC) has. Any plans?
The `init` APIs of `StableBTreeMap` and `StableVec` returns inconsistent results: 1. `StableBTreeMap::init` returns `StableBTreeMap` 2. `StableVec::init` returns `Result` Actually `MinHeap` also returns a `Result`. Looks like `StableVec` uses the `safe_write`...
1. Add `dfx canister logs` command usage. 2. Add example for canister logs.