Releases: dfinity/ic-repl
Releases · dfinity/ic-repl
Release list
0.7.8
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 | shDownload 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
feat: make ic-repl work against PocketIC (#99)
0.7.6: Increase polling time (#98)
* Increase response polling time and tcp retry * Use 64bit API for profiling * Use v3 API endpoints
0.7.5: make parallel calls (#96)
* make parallel calls * readme * bump version
0.7.4
- Change
exportcommand toexportfunction load 'a.sh?'silence the error ifa.shdoesn't exist.loadcan take an expression instead of fixed text.- add
__mainfunction that can take arguments from CLI execfunctionreplica_urlfunction- add
registryandcycles_ledgercanister 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)
- 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)
- Add
eq/neq/lt/lte/gt/gte/and/or/not/existfunctions - Add control flow command
whileandif. Also an expression versionite - Use
<exp>in index, e.g.,v[sub(v.size(), 1)] - Infer effective id for subnet/nodes in state tree
0.7.0
Remove metadata function, use read_state instead
0.6.2: Add candid assist feature (#83)
assist mode
0.6.1: Bump dependencies (#82)
- Display blob value as hex string
- Bump dependencies