Releases: dfinity/agent-rs
Releases · dfinity/agent-rs
8189800
chore: Release agent-rs 0.12.2 (#319)
db7886d: feat: Re-genericize tokens (#318)
* feat: Remake tokens generic re: dfinity/agent-rs#221 dfinity/agent-rs#203 Turns out you can actually get around candid's limitation on `IDLValue`. It just takes some careful rejiggering. First, use `Reserved` to match anything. This seems like a valid use of `Reserved`, and should basically always be supported. Second, use `deserialize_ignored_any` to actually get all the content with `IDLValueVisitor`. This is a little bit of a hack, but it works.
a78e8e9
chore: update ic-hs to a version that builds from source (#317)
784c460
chore: cycles are now u128 instead of u64 (#316)
e7f5050
Require complete documentation coverage (#315)
10a1d31
chore: fetch_root_key fetches only the first time (#314)
0860ed7: chore: valiate curve params when loading identity (#310)
* chore: valiate curve params when loading identity * add to changelog * remove dependency on code that is not always compiled
83df0a5
Update clap to 3.0 (#309)
f807216: test: regression test for `HttpResponse` decode (#305)
Test if we can decode without the `update` field.
f17d522
chore: Run e2e tests against dfx 0.7.2 and 0.8.4 (#307)