0.6.1 (2024-10-14)
- include response examples of two primary contract functions (0711f1c)
- include
allowed_account_id
in response ofregister_signature_request
(3c453e6)
0.6.0 (2024-10-14)
- bring return type for
get_signature
function (135684c) - bring return type for
register_signature_request
function (d632a33)
- increase deadline to one day instead of 15 minutes (bc82b4b)
0.5.0 (2024-10-07)
- remove
Actor
enum completely & use a singleAccountId
instead ofVec<Actor>
- release 0.5.0 (e3eb3d8)
- use
near_workspaces::compile_project()
to avoid errors due to the missing contract WASM file (2e8b9a9)
- remove
Actor
enum completely & use a singleAccountId
instead ofVec<Actor>
(ff85dca)
0.4.0 (2024-09-27)
- rename field that counts request identifiers
- rename field that stores MPC contract id
- rename field that counts request identifiers (ab33d9c)
- rename field that stores MPC contract id (b44eba2)
- 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)