Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 5.51 KB

Changelog

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)

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)

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)

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)

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)