Releases: dfinity/ic-repl
Releases · dfinity/ic-repl
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
export
command toexport
function load 'a.sh?'
silence the error ifa.sh
doesn't exist.load
can take an expression instead of fixed text.- add
__main
function that can take arguments from CLI exec
functionreplica_url
function- add
registry
andcycles_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)
- 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/exist
functions - Add control flow command
while
andif
. 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
0.6.0: Use new metering (#80)
- Use new metering
- Efficient handling of blob value
- Bump candid and ic-agent
0.5.1: bump ic-wasm (#74)
* support streaming fetching profiling data larger than 2M * fix flamegraph cost when the data is incomplete * add `(incomplete)` to flamegraph title when the data is incomplete * `use-new-metering` flag