Version 0.5

๐Ÿ‘

Version 0.5

  • remove the wallet/{pk}/transfers endpoint and filters.

  • remove the organization/{pk}/transfers endpoint and filters.

  • add the transfers filters under /transfers endpoint.

  • add /api/v1/symbol-price endpoint.

  • add /api/v1/estimate-tx-fee endpoint.

  • Add new MPA types and elections on:

    1. adding a new user to the wallet.
    2. remove a user from the wallet.
    3. change wallet quorum size.

    it means that you will need to vote on an election every for each change

  • Treat Wallet as an object, it means that only an owner can have read and write access to it. a couple of notes:
    Admins can read all data inside wallets, Admins can only write to wallets they are the owners.
    Users can read/write only from/to wallets they are the owners.

  • Treat the Organization as an object, it means that Admins can read and write to the organization they belong to. Users can only have read access to whitelists, spending limits, and tokens they own.

  • Lots of UI/UX fixes.

  • Swagger updated schemas.

  • Many Simloud changes to handle new configurations.