Skip to content

Releases: dfinity/ic-repl

0.4.3: Minor tweak for auto completion (#75)

31 Aug 00:36
eebd9c6
Compare
Choose a tag to compare
* refactor and only generate current arg instead of the whole args

* auto-completion for args type in env

* fix

* fmt

* bump ic-agent

0.4.2: offline mode send (#72)

11 Aug 17:14
39a0bec
Compare
Choose a tag to compare
* output all offline calls to messages.json; add -i option to enter repl after script

* checkpoint

* works

* fix

* fix

* add send function

* fix

0.4.1: bump dependencies (#69)

03 Jul 20:00
cbfb3aa
Compare
Choose a tag to compare
* bump ic-agent to 0.24.1

* bump candid, ic-wasm, rustyline

* bump base64

* bump version

* cargo update

0.4.0: deprecate fetch command, use metadata function instead (#66)

19 May 16:47
515db48
Compare
Choose a tag to compare
* deprecate fetch command, use metadata function instead

* fix

* shipshape

0.3.18

31 Mar 21:34
Compare
Choose a tag to compare
fix mainnet check with both icp0.io and ic0.app

0.3.17

26 Feb 05:37
Compare
Choose a tag to compare

Use type annotations to cast number types, reference types and text/blob

0.3.16: allow profiling to trace specific functions (#57)

14 Feb 05:08
7489d18
Compare
Choose a tag to compare

allow profiling to trace specific functions

0.3.15

10 Feb 18:36
Compare
Choose a tag to compare

fix flamegraph order and collapsing

0.3.14

05 Feb 23:53
Compare
Choose a tag to compare

Demangle Rust name section

0.3.13: bump candid to 0.9 (#52)

04 Feb 00:46
5f2faf9
Compare
Choose a tag to compare
* bump candid to 0.9

* add size()

---------

Co-authored-by: Yan Chen <yan.chen@dfinity.org>