Skip to content

Releases: dfinity/agent-rs

8189800

07 Mar 22:56
8189800
Compare
Choose a tag to compare
chore: Release agent-rs 0.12.2 (#319)

db7886d: feat: Re-genericize tokens (#318)

07 Mar 21:45
db7886d
Compare
Choose a tag to compare
* 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

07 Mar 07:43
a78e8e9
Compare
Choose a tag to compare
chore: update ic-hs to a version that builds from source (#317)

784c460

07 Mar 08:34
784c460
Compare
Choose a tag to compare
chore: cycles are now u128 instead of u64 (#316)

e7f5050

02 Mar 19:25
e7f5050
Compare
Choose a tag to compare
Require complete documentation coverage (#315)

10a1d31

28 Feb 11:02
10a1d31
Compare
Choose a tag to compare
chore: fetch_root_key fetches only the first time (#314)

0860ed7: chore: valiate curve params when loading identity (#310)

21 Feb 07:32
0860ed7
Compare
Choose a tag to compare
* chore: valiate curve params when loading identity

* add to changelog

* remove dependency on code that is not always compiled

83df0a5

11 Feb 22:13
83df0a5
Compare
Choose a tag to compare
Update clap to 3.0 (#309)

f807216: test: regression test for `HttpResponse` decode (#305)

09 Feb 18:14
f807216
Compare
Choose a tag to compare
Test if we can decode without the `update` field.

f17d522

09 Feb 17:33
f17d522
Compare
Choose a tag to compare
chore: Run e2e tests against dfx 0.7.2 and 0.8.4 (#307)