Skip to content

0.2.0

Compare
Choose a tag to compare
@shadeofblue shadeofblue released this 29 Jun 21:09

Changelog

Dapp-manager has been extended to support and utilize the new dapp-runner features, namely, the GAOM API and the manifest verification.

As a result, the manager itself received a shiny new feature - the dapp-manager inspect command which presents the GAOM data in a human-readable form. To use the inspect command, the apps have to be launched with the API enabled (--api-port NNNN flag must be supplied), e.g.:

dapp-manager start --config sample_config.yml --api-port 8888 dapp-store/apps/webapp.yaml

and subsequently, the inspect command can be invoked the following way:

dapp-manager inspect <app-id>

New features

Fixes and updates

  • remove the ending newline in the dapp-manager read output by @shadeofblue in #99
  • add support for dapp-runner's --skip-manifest-validation flag by @shadeofblue in #102

Full Changelog: 0.1.2...0.2.0