rsksmart / rif-storage-pinner

MIT License
2 stars 3 forks source link

chore(deps): bump @rsksmart/rif-marketplace-storage from 0.1.0-dev.1 to 0.1.0-dev.4 #220

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @rsksmart/rif-marketplace-storage from 0.1.0-dev.1 to 0.1.0-dev.4.

Release notes

Sourced from @rsksmart/rif-marketplace-storage's releases.

v0.1.0-dev.4

Bug Fixes

v0.1.0-dev.3

Features

v0.1.0-dev.2

Bug Fixes

  • commented that a price change to 0 removes the period (#33) (a072530)
  • correct tracking of utilized capacity and termination of offer (#50) (7e7e6ae)
  • depositFunds strict check for billing plans (94184e1)
  • disallow deposit funds to expired agreement (1f0dd1c)
  • error in if clause (#35) (83b0f7a)
  • fix off by one error (#21) (cc5c812)
  • make numberOfPeriodsDeposit dependent on size (0ccaeb1)
  • not indexed filereference (a7f7e37)
  • payout newAgreement for existing agreements (23380ad)
  • payoutFunds should not do anything if nothing is to be payed (b22a13c)
  • solc version mismatch (#4) (5d05e26)

Features

  • add solidity contracts to the released package (68eaec4)
  • adjust NewAgreement event (#133) (41eb64f)
  • agreement funds support and operations around it (#46) (dde817f)
  • allow storageProvider to emit message (#20) (301c36a)
  • change billinprice to uint128 (25b780a)
  • change sizes variables to uint64 (2a93a9e)
  • changing comments about storage unit to megabytes (00a3751)
  • enforce max-duration of period (#51) (fb9fa56)
  • multicurrency (#113) (4362f13)
  • remove accept request flow (#22) (a4e0bc2)
  • staking support (#132) (51a0734)
  • support for generated types (#52) (81827a4)
  • using only safemath for calculations (38eb7ea)
Changelog

Sourced from @rsksmart/rif-marketplace-storage's changelog.

0.1.0-dev.4 (2020-10-12)

Bug Fixes

0.1.0-dev.3 (2020-10-09)

Features

0.1.0-dev.2 (2020-09-22)

Bug Fixes

  • commented that a price change to 0 removes the period (#33) (a072530)
  • correct tracking of utilized capacity and termination of offer (#50) (7e7e6ae)
  • depositFunds strict check for billing plans (94184e1)
  • disallow deposit funds to expired agreement (1f0dd1c)
  • error in if clause (#35) (83b0f7a)
  • fix off by one error (#21) (cc5c812)
  • make numberOfPeriodsDeposit dependent on size (0ccaeb1)
  • not indexed filereference (a7f7e37)
  • payout newAgreement for existing agreements (23380ad)
  • payoutFunds should not do anything if nothing is to be payed (b22a13c)
  • solc version mismatch (#4) (5d05e26)

Features

  • add solidity contracts to the released package (68eaec4)
  • adjust NewAgreement event (#133) (41eb64f)
  • agreement funds support and operations around it (#46) (dde817f)
  • allow storageProvider to emit message (#20) (301c36a)
  • change billinprice to uint128 (25b780a)
  • change sizes variables to uint64 (2a93a9e)
  • changing comments about storage unit to megabytes (00a3751)
  • enforce max-duration of period (#51) (fb9fa56)
  • multicurrency (#113) (4362f13)
  • remove accept request flow (#22) (a4e0bc2)
Commits
  • 2b4d9e7 chore: release version v0.1.0-dev.4
  • 30a197e fix: oz contracts dependencies (#145)
  • 1954877 Merge pull request #144 from rsksmart/release/v0.1.0-dev.3
  • 8dad5db chore: release version v0.1.0-dev.3
  • 612d857 build(deps-dev): bump typescript from 4.0.2 to 4.0.3
  • c237c9f build(deps-dev): bump truffle from 5.1.44 to 5.1.48
  • 522d4bc build(deps-dev): bump typechain from 2.0.0 to 2.0.1
  • 08e6cea feat: upgradability using truffle plugin (#142)
  • 7a94568 Merge pull request #137 from rsksmart/release/v0.1.0-dev.2
  • fea89dd chore: release version v0.1.0-dev.2
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #227.