Releases: aeternity/aerepl
Releases · aeternity/aerepl
v3.3.2
v3.3.1
v3.3.0
Added
format
generic server call for formatting outputs as renderablesversion
generic server callset_account
generic server call for setting balance of arbitrary accountstop
command to quit debugging state and revert the call- Option
call_gas_price
to set result ofCall.gas_price
- Option
call_origin
to set the account to execute the repl query (affects
Call.origin
andCall.caller
) - Option
call_contract_creator
to set result ofContract.creator
- Option
call_fee
to set result ofCall.fee
- Option
call_height
to set result ofChain.block_height
- Startup parameter
accounts
to specify initial account balances - CLI arguments to set the newly added
accounts
parameter
Changed
- Generic server now returns structured data and errors which have to be
formatted manually usingformat
call location
display has been improveddisplay_gas
is renamed toprint_gas
for consistency- Fixed numerous bugs and crashes
- Adjusted output of
:location
Removed
- In-repl Sophia functions
v3.2.1
v3.2.0
Added
- Option to return rendered results
- Option to return raw erlang values for successful calls to the gen server
- Several options to configure printing format
Changed
- Themed rendering now returns bytestrings
print
is renamed tolookup
aere_repl
more often returns a tuple{Result, repl_state()}
- CLI uses REPL supervisor directly
Removed
- In-repl functions