Releases: aeternity/aerepl
Releases · aeternity/aerepl
v3.3.2
v3.3.1
v3.3.0
Added
formatgeneric server call for formatting outputs as renderablesversiongeneric server callset_accountgeneric server call for setting balance of arbitrary accountstopcommand to quit debugging state and revert the call- Option
call_gas_priceto set result ofCall.gas_price - Option
call_originto set the account to execute the repl query (affects
Call.originandCall.caller) - Option
call_contract_creatorto set result ofContract.creator - Option
call_feeto set result ofCall.fee - Option
call_heightto set result ofChain.block_height - Startup parameter
accountsto specify initial account balances - CLI arguments to set the newly added
accountsparameter
Changed
- Generic server now returns structured data and errors which have to be
formatted manually usingformatcall locationdisplay has been improveddisplay_gasis renamed toprint_gasfor 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
printis renamed tolookupaere_replmore often returns a tuple{Result, repl_state()}- CLI uses REPL supervisor directly
Removed
- In-repl functions