Skip to content

Releases: dfinity/ic-repl

0.7.8

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:38
f93f609

Install ic-repl 0.7.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/ic-repl/releases/download/0.7.8/ic-repl-installer.sh | sh

Download ic-repl 0.7.8

File Platform Checksum
ic-repl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ic-repl-x86_64-apple-darwin.tar.xz Intel macOS checksum
ic-repl-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ic-repl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.7

Choose a tag to compare

@github-actions github-actions released this 10 Jan 16:40
fd863e9

feat: make ic-repl work against PocketIC (#99)

0.7.6: Increase polling time (#98)

Choose a tag to compare

@github-actions github-actions released this 04 Oct 00:24
63f400b
* Increase response polling time and tcp retry
* Use 64bit API for profiling
* Use v3 API endpoints

0.7.5: make parallel calls (#96)

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:44
746bea2
* make parallel calls

* readme

* bump version

0.7.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 01:12
4a5555e
  • Change export command to export function
  • load 'a.sh?' silence the error if a.sh doesn't exist. load can take an expression instead of fixed text.
  • add __main function that can take arguments from CLI
  • exec function
  • replica_url function
  • add registry and cycles_ledger canister id
  • verbose mode -v. Without verbose mode, only output the result if the return type is text.

0.7.3: fix span reporting for environment variable (#93)

Choose a tag to compare

@github-actions github-actions released this 14 May 21:28
c96369a
  • fix span reporting with environment variables
  • bump candid parser to use TOML file for random value config

0.7.1: Add control flow and binop functions (#90)

Choose a tag to compare

@github-actions github-actions released this 11 Apr 17:25
4a24c21
  • Add eq/neq/lt/lte/gt/gte/and/or/not/exist functions
  • Add control flow command while and if. Also an expression version ite
  • Use <exp> in index, e.g., v[sub(v.size(), 1)]
  • Infer effective id for subnet/nodes in state tree

0.7.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 21:49
6d8fb4e

Remove metadata function, use read_state instead

0.6.2: Add candid assist feature (#83)

Choose a tag to compare

@github-actions github-actions released this 03 Jan 20:55
3a62b22

assist mode

0.6.1: Bump dependencies (#82)

Choose a tag to compare

@github-actions github-actions released this 18 Dec 01:02
3f5be4d
  • Display blob value as hex string
  • Bump dependencies