Skip to content

Releases: nearuaguild/abstract-dao

v0.6.1

14 Oct 10:00
092192d
Compare
Choose a tag to compare

0.6.1 (2024-10-14)

Documentation

  • include response examples of two primary contract functions (0711f1c)

Bug Fixes

  • include allowed_account_id in response of register_signature_request (3c453e6)

v0.6.0

14 Oct 08:16
3c4d069
Compare
Choose a tag to compare

0.6.0 (2024-10-14)

Features

  • bring return type for get_signature function (135684c)
  • bring return type for register_signature_request function (d632a33)

Bug Fixes

  • increase deadline to one day instead of 15 minutes (bc82b4b)

v0.5.0

07 Oct 15:44
dd323a0
Compare
Choose a tag to compare

0.5.0 (2024-10-07)

⚠ BREAKING CHANGES

  • remove Actor enum completely & use a single AccountId instead of Vec<Actor>

Miscellaneous Chores

Documentation

  • fill Readme file (2d9b119)
  • leave comments to describe internal structures purpose (a09875f)

Bug Fixes

  • use near_workspaces::compile_project() to avoid errors due to the missing contract WASM file (2e8b9a9)

Code Refactoring

  • remove Actor enum completely & use a single AccountId instead of Vec&lt;Actor&gt; (ff85dca)

v0.4.0

27 Sep 07:11
51d9bb9
Compare
Choose a tag to compare

0.4.0 (2024-09-27)

⚠ BREAKING CHANGES

  • rename field that counts request identifiers
  • rename field that stores MPC contract id

Miscellaneous Chores

  • release 0.4.0 (fc982f2)
  • remove ability for owner to set another MPC contract ID (ee21945)

Bug Fixes

  • rename field that counts request identifiers (ab33d9c)
  • rename field that stores MPC contract id (b44eba2)

v0.3.0

18 Sep 21:40
a37535a
Compare
Choose a tag to compare

0.3.0 (2024-09-18)

Miscellaneous Chores

  • add repositroy link (2c796ea)
  • bump near-sdk to 5.3.0 (7e02d68)
  • cargo description (7f44a98)
  • leave TODOs for upcoming updates (d20ee68)
  • manual release version to 0.2.0 (e9f71a6)
  • release 0.3.0 (2b1366a)
  • remove default integration tests (34615ec)
  • remove unnecessary packages & add near-sdk for unit-testing (8b0e708)
  • update .gitignore (d0af1d6)
  • update package name (f944e37)

Features

  • construct data from Ethereum contract ABI (7fc262e)
  • implement core functionality of Abstract DAO (db795f7)
  • introduce get_signature method that accepts ethereum transaction args (8de851d)

Bug Fixes

  • add ability to specify key_version in add_request input (371fc47)
  • enable abi feature (6eaf41a)
  • enable ABI support (8ac5e85)
  • impl JsonSchema trait for ABI (65e7c27)
  • reduce the amount of allowed actors (9112f58)

v0.2.0

16 Aug 17:03
d6c3af8
Compare
Choose a tag to compare

0.2.0 (2024-08-16)

Miscellaneous Chores

  • add repositroy link (2c796ea)
  • bump near-sdk to 5.3.0 (7e02d68)
  • cargo description (7f44a98)
  • leave TODOs for upcoming updates (d20ee68)
  • manual release version to 0.2.0 (e9f71a6)
  • remove default integration tests (34615ec)
  • remove unnecessary packages & add near-sdk for unit-testing (8b0e708)
  • update .gitignore (d0af1d6)
  • update package name (f944e37)

Features

  • implement core functionality of Abstract DAO (db795f7)
  • introduce get_signature method that accepts ethereum transaction args (8de851d)

Bug Fixes

  • enable abi feature (6eaf41a)
  • enable ABI support (8ac5e85)
  • impl JsonSchema trait for ABI (65e7c27)
  • reduce the amount of allowed actors (9112f58)