Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 11:55
c1bceee

1.0.0 (2023-07-31)

Bug Fixes

  • 🐛 Added json import assertion (4f6b4d0)
  • 🐛 Another release.yml fix (684f4da)
  • 🐛 Final test fix (590c3f2)
  • 🐛 Fixed build step (a3050f0)
  • 🐛 Fixed CheckedId typo, not CheckedIn (b9a37a7)
  • 🐛 Fixed hardhat config (e55ef66)
  • 🐛 Fixed invalid dependency in tests (5efc6ae)
  • 🐛 Fixed invalid path to utils (b9dcab1)
  • 🐛 Fixed invalid utils path (675f55e)
  • 🐛 Fixed main export params (ec40cd3)
  • 🐛 Fixed network configuration (acd39e0)
  • 🐛 Fixed semantic-release config (66b53da)
  • 🐛 Fixed test:src command (19dcbe1)
  • 🐛 Fixed testing error (2587944)
  • 🐛 Fixed typo in release.yml (04ab862)
  • 🐛 Fixed typo in the testing workflow (295324e)
  • 🐛 Fixed wrong constants path in test utils (1891b8a)
  • 🐛 NODE_ENV=test added to workflow env (67ba495)
  • 🐛 Removed .yarnrc.yml (b4eef37)
  • 🐛 Removed NODE_ENV from test workflow script (13452a5)
  • 🐛 Try to fix github workflow error: No files passed (36087be)
  • 🐛 Updated release workflow (192957b)

Features

  • 🎸 Added .env example (077c583)
  • 🎸 Added claim feature with tests (878d800)
  • 🎸 Added checkOut time to the offer (cbb1a5d)
  • 🎸 Added deals redjection and cancellation functionality (5fb7e77)
  • 🎸 Added DealsRegistry contracts and testing utils (6d4914e)
  • 🎸 Added dev tools deps (2a0f9c4)
  • 🎸 Added EIP712 typed data schema for Offer and Voucher (e44e3e5)
  • 🎸 Added local network configuration (e2ffa70)
  • 🎸 Added Polygon zkEVM Testnet deployment info (0fb25da)
  • 🎸 Added refund and checkOut functions (19bdcf0)
  • 🎸 Added secrets workflow (356d1eb)
  • 🎸 Added SuppliersREgistry contract (a528951)
  • 🎸 Added tasks: entity, encodeBytes32String; (318a9d8)
  • 🎸 Added testing STABLE** tokens deployment information (31c997c)
  • 🎸 Added wallet generation hardhat task (0003d80)
  • 🎸 ERC20Permit added to the package exports (fd978e8)
  • 🎸 Hashing utils are added; OFFER_TYPE_HASH updated; (1e2c3ac)
  • 🎸 Implemented retailer flow (cf13f16)
  • 🎸 Improved testing deployment setup (e244f17)
  • 🎸 Initial commit (dc43e0b)
  • 🎸 Npm package moved into ./package directory (81f7e7f)
  • 🎸 Updated Hardhat config (19c543c)
  • 🎸 Updated Utils.sol (868ba59)
  • 🎸 Using non-upgradable oz version (14e71c3)
  • 🎸 Utils and types are added to the module exports (1f6a49b)
  • 🎸 Wagmi-generated APIs exports (d8bba3b)