Saša Tomić
Saša Tomić
Do-it-yourself is certainly an option @nomeata. However, I wouldn't expect all IC users to manually craft and send messages to `IC00` or `aaaa-a`. Maybe at some point we decide that...
Just a comment that I've already implemented this for BigMap, but would appreciate if someone (@hansl?) takes this code into the CDK. PTAL: https://github.com/dfinity/bigmap-rs/blob/9ade1529d6a1816ae56c52c9167c520f72f303f8/src/canister_management.rs#L10 There are some replica internals that...
> Replica-internals, as in stuff not documentd in the Public Spec? What would they be? As in: it's *mandatory* to provide a struct called exactly `InstallCodeArgs` with fields called exactly...
> I don’t believe the name of the struct matters. The field names are part of the Candid interface Looks like you're right. The names of the structs don't matter,...
Great question @adamspofford-dfinity -- no idea! :) I haven't worked on Rust BigMap in quite a while and not a lot of other code makes inter-canister calls. Possibly the OpenChat...
@brson since you're already trusting https://rosetta-api.internetcomputer.org/ for its data, why not trust https://ic-api.internetcomputer.org/ ? The metrics you are looking for are present there today: https://ic-api.internetcomputer.org/api/v3/swagger I do agree it's a...
This would be very useful for us as well. Any update on this? FWIW, we are primarily interested in XFS.
> Is this already in production? Then this would be a breaking change. @Dfinity-Bjoern correct, but this feature is marked as experimental, so there is no better time to fix...
The replica code change is in https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/19153
I would second that request. Candid can be clearer in some cases but is noisier in _all_ cases. From my point of view, JSON should be the default, Candid should...