Skip to content

Releases: Catalyze-Software/proxy

0.2.13

Choose a tag to compare

@github-actions github-actions released this 26 Nov 15:48

[0.2.13]

Added

  • icrc28_trusted_origins update call

0.2.12

Choose a tag to compare

@github-actions github-actions released this 07 Nov 10:15

[0.2.12]

Added

  • test for rewards
  • add_profile_by_referral call
  • change reward logic to account for reward canister changes
  • add first group join reward

Changes

  • change past event filter logic

0.2.10

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:16
cbfd295

[0.2.10]

Added

  • get_profile_by_name call

0.2.9

Choose a tag to compare

@github-actions github-actions released this 17 Sep 09:12
722ebf5

[0.2.9]

Changed

  • Added production principal to has_access guard

0.2.8

Choose a tag to compare

@github-actions github-actions released this 16 Sep 09:41
ff5ccc6
Merge pull request #90 from Catalyze-Software/feature/update-packages-2

Update packages and fix clippy error

0.2.7

Choose a tag to compare

@github-actions github-actions released this 13 Sep 08:35
ff5ccc6

[0.2.7]

Changed

  • Update packages

0.2.5

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:52
d046f26

[0.2.5]

Added

  • Query method to search profiles by username query_profiles
  • Method to transfer group ownership
  • static consts for roles
  • GroupTransferRequest store with struct
  • public create_transfer_group_ownership_request to create a group transfer request as a group owner
  • public cancel_transfer_group_ownership_request to cancel a group transfer request a a group owner
  • public accept_or_decline_transfer_group_ownership_request to accept or decline a group transfer as a recipient
  • get_from_group_transfer_requests to get send transfer requests
  • get_to_group_transfer_requests to get received transfer requests
  • transfer_group_ownership to handle the actual transfer

Changed

  • Update packages and make required changes

0.2.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:58
a9f6eca

[0.2.4]

Added

  • monitor principal to "is_developer" guard
  • replace space by dash when for name param in "get_group_by_name"

Changed

  • "IdKind::RewardBuffer" for id increment
  • get_latest_logs guard from "monitor" to "is_developer"

0.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 10:28
b23ecc2

[0.2.3]

Added

  • use "to_lowercase" for profile name checking

Changed

  • "bad_request" error to "duplicate" error for creating a new group
  • websocket url
  • MAX_GROUPS_PER_USER to USER_GROUP_CREATION_LIMIT

0.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 13:07
e775681

[0.2.2]

Added

  • limit of 10 groups per user

Changed

  • Internal rename canister to proxy

Removed

  • is_developer check from reward calls