Skip to content

Latest commit

 

History

History
172 lines (108 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

172 lines (108 loc) · 10.4 KB

2.0.2 (2021-11-22)

Bug Fixes

  • correctly parse structs in Starknet return types (5a4a318)
  • make Typescript compiler happy with constant types (aedd895)

2.0.1 (2021-11-18)

Bug Fixes

  • msgHash length fix in signature verify function (589b126)

2.0.0 (2021-11-18)

Features

BREAKING CHANGES

  • implements alpha 4

1.7.0 (2021-11-17)

Features

  • add computeHashOnElements (ec6d3d3)

1.6.0 (2021-11-09)

Bug Fixes

Features

1.5.5 (2021-11-13)

Bug Fixes

  • msgHash length fix in signature verify function (589b126)

1.5.4 (2021-11-05)

Bug Fixes

  • type-naming: more expressive types (5277b12)

1.5.3 (2021-11-03)

Bug Fixes

1.5.2 (2021-11-03)

Bug Fixes

1.5.1 (2021-11-02)

Bug Fixes

  • protect bigints in axios payloads (5db78ea)

1.5.0 (2021-10-30)

Bug Fixes

Features

1.4.0 (2021-10-29)

Bug Fixes

  • cleanup (82aa438)
  • keep tests files consistent (e343b55)
  • push renamed snapshot (643cd40)
  • remove enc-utils to remove buffer dep (e08e4b5)
  • rename tests (b4d15a7)
  • update argent wallet implementation (63cc278)
  • update snapshots after contract upgrade (2a1dcde)
  • use function consistently (67617d7)

Features

1.3.0 (2021-10-28)

Features

1.2.0 (2021-10-27)

Bug Fixes

Features

  • implement needed helper methods (46f7173)
  • introduce contract class (db322fd)
  • type and use callContract (10c7fc4), closes #6

1.1.1 (2021-10-24)

Bug Fixes

  • .gitignore: remove docs from gitignore (a4c19ad)
  • gh-action: add token in actions/checkout (730f605)
  • gh-action: add token to bypass protected branch (8b026ab)
  • gh-action: fix action syntax (f88a476)
  • gh-action: fix commit message to lowercase (82177e6)
  • gh-action: fix untracked files (aba492e)
  • gh-action: force add readme (3175e08)
  • typedoc: github action to push typedoc to github (4573d19)

1.1.0 (2021-10-24)

Bug Fixes

Features

1.0.0 (2021-10-21)

Bug Fixes

Features