Skip to content

Releases: windingtree/videre-contracts

v2.1.0

18 Jul 17:05
Compare
Choose a tag to compare

2.1.0 (2022-07-18)

Bug Fixes

  • πŸ› Enabled postUpgrade in VatUpgradeable (9fbd01c)

Features

  • 🎸 StubStorage extended with timestamp property (67b697a)

v2.0.0

16 Jun 17:31
Compare
Choose a tag to compare

2.0.0 (2022-06-16)

Bug Fixes

  • πŸ› dataURI-less enroll (c47a44f)
  • πŸ› disable postUpgrade (be241c1)
  • πŸ› missing await (2d5a39f)
  • πŸ› postUpgrade override (3e0d841)
  • πŸ› prettier (927db7a)

BREAKING CHANGES

  • 🧨 enroll() function no longer accepts dataURI as a parameter. This must be
    called separately by file().

v1.0.2

05 Jun 14:08
Compare
Choose a tag to compare

1.0.2 (2022-06-05)

Bug Fixes

  • πŸ› incorrect minion (d039eb5)

v1.0.1

04 Jun 15:13
Compare
Choose a tag to compare

1.0.1 (2022-06-04)

Bug Fixes

v1.0.0

04 Jun 14:13
Compare
Choose a tag to compare

1.0.0 (2022-06-04)

Bug Fixes

  • πŸ› add gemCost back to LibVidere (5d299c3)
  • πŸ› align txPayload nomenclature (031fd64)
  • πŸ› build typechain before test (50725ff)
  • πŸ› cache instead of artifacts (cb33182)
  • πŸ› change variable scope (0c30b8e)
  • πŸ› critical logic problem (648c189)
  • πŸ› critical math error (d4ea002)
  • πŸ› ensure check enough funds (199f568)
  • πŸ› eslint and prettier config (32c3aa9)
  • πŸ› lint (73bb7e6)
  • πŸ› missing uri (8db56f3)
  • πŸ› mockerc20 tests (39e65bb)
  • πŸ› npm vs yarn (78ee33e)
  • πŸ› prettier lint (5e6f483)
  • πŸ› remove unnecessary guard (ec489d6)
  • πŸ› service provider file and events (19a7802)
  • πŸ› simplify deploy fixtures (0f1a79f)
  • πŸ› tags in hardhat config (0dcbc66)
  • πŸ› timestamp public (68d8cd9)
  • πŸ› typos and param checking (d5b0898)
  • πŸ› unit tests node version (2b370c3)
  • πŸ› write meta role (ad10042)

Code Refactoring

  • πŸ’‘ transaction payload to txPayload (3d67dd6)

Features

  • 🎸 accounting (cb8d000)
  • 🎸 deployment stack for tests (a762e7f)
  • 🎸 giver / tipper contract (5a08794)
  • 🎸 gpg signing commits (bc7989c)
  • 🎸 implementation helper library (11f4cdd)
  • 🎸 initial commit (5c9543c)
  • 🎸 line registry (d702f03)
  • 🎸 makerdao-style access control (11f8261)
  • 🎸 multicall in service provider registry (41477af), closes #28
  • 🎸 service provider and stub invariant (f162ad7)
  • 🎸 service provider registry (9c5188a)
  • 🎸 staging upgradeable contracts (c6daec7)
  • 🎸 timestamp registry (f969d91)
  • 🎸 timestamped access control (44515fb)
  • 🎸 timestamped role query (0ee75d4)

BREAKING CHANGES

  • 🧨 yes