Skip to content

Move beekeepy from hive to helpy repository

Krzysztof Mochocki requested to merge kmochocki/beekeepy into develop

Requires common-ci-configuration!39 (merged)

Feature added and bugs fixed


Issues and Features

  1. resolves: wax#56 (closed)
  2. fix problem with exception catching from requests library
  3. update KeyPair definition
  4. add and use session object
  5. update api schemas (closes !29 (closed))
  6. move beekeeper from and closes hive!1243 (merged)
  7. update, bump and use for both subprojects linters and formatters
  8. fix problem with encoding in RequestCommunicator

How it was fixed?

  1. Changes asset.amount type from bytes to int
  2. change imports from httpx to requests (typo)
  3. allow to pass str on object creation
  4. add session object and update SessionHolder class
  5. remove confirmation password from remove key
  6. move all files and directories from mentioned MR in hive
  7. use linters configuration from clive
  8. use bytes in send and async_send methods, so it is encoded properly on helpy side

Edited by Bartek Wrona

Merge request reports

Loading