Skip to content

Releases: aeternity/aerepl

v3.3.2

29 May 09:43
Compare
Choose a tag to compare

Fixed

  • The issue of large build size by setting include_src to false for prod
    build, and removing unnecessary dependencies.

v3.3.1

12 Apr 09:50
d2f58c3
Compare
Choose a tag to compare

Fixed

  • Compilation error due to a bug in enacl library.

v3.3.0

24 Mar 18:42
d655a81
Compare
Choose a tag to compare

Added

  • format generic server call for formatting outputs as renderables
  • version generic server call
  • set_account generic server call for setting balance of arbitrary account
  • stop command to quit debugging state and revert the call
  • Option call_gas_price to set result of Call.gas_price
  • Option call_origin to set the account to execute the repl query (affects
    Call.origin and Call.caller)
  • Option call_contract_creator to set result of Contract.creator
  • Option call_fee to set result of Call.fee
  • Option call_height to set result of Chain.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 using format call
  • location display has been improved
  • display_gas is renamed to print_gas for consistency
  • Fixed numerous bugs and crashes
  • Adjusted output of :location

Removed

  • In-repl Sophia functions

v3.2.1

08 Jan 16:36
5a003d0
Compare
Choose a tag to compare

Fixed some minor bugs

v3.2.0

19 Dec 15:55
e8ec6ac
Compare
Choose a tag to compare

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 to lookup
  • aere_repl more often returns a tuple {Result, repl_state()}
  • CLI uses REPL supervisor directly

Removed

  • In-repl functions

v3.1.1

10 Dec 15:52
32ea49c
Compare
Choose a tag to compare

Added

  • Command print_vars to list all values of all variableas at a breakpoint

Changed

Removed

v3.1.0

29 Aug 21:20
79a099e
Compare
Choose a tag to compare

Fixed release and file system caching

v3.0.0

17 Jul 10:43
309d004
Compare
Choose a tag to compare

Add FATE debugger to the repl.

v2.3.0

12 Sep 14:53
be0f5ea
Compare
Choose a tag to compare
Cleanup and fix loading files (#56)

* Cleanup and fix loading files

* version

v2.2.0

05 Sep 11:15
eb2a2d1
Compare
Choose a tag to compare

Bug fixes.