From 7fe8f0f7e8ce3dcd889154a895246f5db5980c5f Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 4 Feb 2021 00:55:01 -0800 Subject: [PATCH] v0.5.9 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 495 ++++++++++++++++++++++++----------------------- package.json | 6 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 258 insertions(+), 249 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c34a2c55d..b90b75b27 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.8 +current_version = 0.5.9 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.md b/CHANGELOG.md index d7756ed2c..1509ee40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,360 +4,369 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.5.8](https://github.com/oceanprotocol/contracts/compare/v0.5.7...v0.5.8) +#### [v0.5.9](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.8...v0.5.9) + +- Fix for #263 - broken links [`#264`](https://github.com/oceanprotocol/ocean-contracts/pull/264) +- Deprecate deployment mds [`#260`](https://github.com/oceanprotocol/ocean-contracts/pull/260) +- Release/v0.5.8 [`#259`](https://github.com/oceanprotocol/ocean-contracts/pull/259) +- These are unneeded at best and confusing at worst. We only need artifacts/address.json. So, deprecate. https://github.com/oceanprotocol/ocean.py/issues/92 [`e46b4d3`](https://github.com/oceanprotocol/ocean-contracts/commit/e46b4d342d27940246a79eeb9de88c0acd4676e7) +- Create ropsten.md [`10dce07`](https://github.com/oceanprotocol/ocean-contracts/commit/10dce07a9624ef37eab1cb6cd3b2e7f3d98c9bb4) +- Fix for #263 [`9f0443b`](https://github.com/oceanprotocol/ocean-contracts/commit/9f0443b68104c85ee83adb7fd8e1ab559aad8d4a) + +#### [v0.5.8](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.7...v0.5.8) > 9 December 2020 -- Add ropsten [`#258`](https://github.com/oceanprotocol/contracts/pull/258) -- Release/v0.5.7 [`#251`](https://github.com/oceanprotocol/contracts/pull/251) -- prepare for a new release [`daa40fe`](https://github.com/oceanprotocol/contracts/commit/daa40fe79981cbe24899103daed29aa042a2e437) -- Update README.md [`83824a5`](https://github.com/oceanprotocol/contracts/commit/83824a56003e318354e9aaa0c49e3b052f514952) -- Update README.md [`ab5ad64`](https://github.com/oceanprotocol/contracts/commit/ab5ad6476a95de4ab20886068106f74a4d41b22e) +- Add ropsten [`#258`](https://github.com/oceanprotocol/ocean-contracts/pull/258) +- Release/v0.5.7 [`#251`](https://github.com/oceanprotocol/ocean-contracts/pull/251) +- prepare for a new release [`daa40fe`](https://github.com/oceanprotocol/ocean-contracts/commit/daa40fe79981cbe24899103daed29aa042a2e437) +- Update README.md [`83824a5`](https://github.com/oceanprotocol/ocean-contracts/commit/83824a56003e318354e9aaa0c49e3b052f514952) +- Update README.md [`ab5ad64`](https://github.com/oceanprotocol/ocean-contracts/commit/ab5ad6476a95de4ab20886068106f74a4d41b22e) -#### [v0.5.7](https://github.com/oceanprotocol/contracts/compare/v0.5.6...v0.5.7) +#### [v0.5.7](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.6...v0.5.7) > 22 October 2020 -- Feature/mainnet deployment [`#250`](https://github.com/oceanprotocol/contracts/pull/250) -- v0.5.6 [`#247`](https://github.com/oceanprotocol/contracts/pull/247) -- mainnet deployment [`d14b753`](https://github.com/oceanprotocol/contracts/commit/d14b753eb2be95b4f436b798fd6e0c3b40f4adea) -- prepare for a new release [`d4e8292`](https://github.com/oceanprotocol/contracts/commit/d4e8292e0fe4d3ba69b2c77072bb35635a3f54bf) -- rebase the rinkeby addresses [`9418606`](https://github.com/oceanprotocol/contracts/commit/9418606a2abf697d87f9f430cb7c4bb44dee25c4) +- Feature/mainnet deployment [`#250`](https://github.com/oceanprotocol/ocean-contracts/pull/250) +- v0.5.6 [`#247`](https://github.com/oceanprotocol/ocean-contracts/pull/247) +- mainnet deployment [`d14b753`](https://github.com/oceanprotocol/ocean-contracts/commit/d14b753eb2be95b4f436b798fd6e0c3b40f4adea) +- prepare for a new release [`d4e8292`](https://github.com/oceanprotocol/ocean-contracts/commit/d4e8292e0fe4d3ba69b2c77072bb35635a3f54bf) +- rebase the rinkeby addresses [`9418606`](https://github.com/oceanprotocol/ocean-contracts/commit/9418606a2abf697d87f9f430cb7c4bb44dee25c4) -#### [v0.5.6](https://github.com/oceanprotocol/contracts/compare/v0.5.5...v0.5.6) +#### [v0.5.6](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.5...v0.5.6) > 14 October 2020 -- Fix/token template cap [`#245`](https://github.com/oceanprotocol/contracts/pull/245) -- Fix/minor-docs-issues [`#246`](https://github.com/oceanprotocol/contracts/pull/246) -- Fix missing address.json [`#243`](https://github.com/oceanprotocol/contracts/pull/243) -- Fix/rinkeby addresses [`#239`](https://github.com/oceanprotocol/contracts/pull/239) -- revert package-lock file changes except for the release version [`fae5f11`](https://github.com/oceanprotocol/contracts/commit/fae5f11594058dd8d6ef8260d2b79fcee23fa748) -- fix lint error [`c3e61e3`](https://github.com/oceanprotocol/contracts/commit/c3e61e3600dfeece9f6960f013d8a15c24947c60) -- update changelog. [`03577de`](https://github.com/oceanprotocol/contracts/commit/03577de4a130aee998bc0c22354f0ac7ea6aec57) +- Fix/token template cap [`#245`](https://github.com/oceanprotocol/ocean-contracts/pull/245) +- Fix/minor-docs-issues [`#246`](https://github.com/oceanprotocol/ocean-contracts/pull/246) +- Fix missing address.json [`#243`](https://github.com/oceanprotocol/ocean-contracts/pull/243) +- Fix/rinkeby addresses [`#239`](https://github.com/oceanprotocol/ocean-contracts/pull/239) +- revert package-lock file changes except for the release version [`fae5f11`](https://github.com/oceanprotocol/ocean-contracts/commit/fae5f11594058dd8d6ef8260d2b79fcee23fa748) +- fix lint error [`c3e61e3`](https://github.com/oceanprotocol/ocean-contracts/commit/c3e61e3600dfeece9f6960f013d8a15c24947c60) +- update changelog. [`03577de`](https://github.com/oceanprotocol/ocean-contracts/commit/03577de4a130aee998bc0c22354f0ac7ea6aec57) -#### [v0.5.5](https://github.com/oceanprotocol/contracts/compare/v0.5.4...v0.5.5) +#### [v0.5.5](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.4...v0.5.5) > 12 October 2020 -- Release/v0.5.4 [`#238`](https://github.com/oceanprotocol/contracts/pull/238) -- update version in package file [`76ce526`](https://github.com/oceanprotocol/contracts/commit/76ce526f302661435832c1ad84348f277eaabbdd) -- Fix the rinkeby addresses to an older deployment, export the DataTokenTemplate address as the Ocean address for development/ganache deployment to address the issue of lacking an Ocean token when running barge. [`9fd24af`](https://github.com/oceanprotocol/contracts/commit/9fd24afe8556b68bdbc7a2d247fa79a414ec70cb) -- new version 0.5.5 [`ff1c95f`](https://github.com/oceanprotocol/contracts/commit/ff1c95f81605b6493d3573f144a6f7c30ca01f22) +- Release/v0.5.4 [`#238`](https://github.com/oceanprotocol/ocean-contracts/pull/238) +- update version in package file [`76ce526`](https://github.com/oceanprotocol/ocean-contracts/commit/76ce526f302661435832c1ad84348f277eaabbdd) +- Fix the rinkeby addresses to an older deployment, export the DataTokenTemplate address as the Ocean address for development/ganache deployment to address the issue of lacking an Ocean token when running barge. [`9fd24af`](https://github.com/oceanprotocol/ocean-contracts/commit/9fd24afe8556b68bdbc7a2d247fa79a414ec70cb) +- new version 0.5.5 [`ff1c95f`](https://github.com/oceanprotocol/ocean-contracts/commit/ff1c95f81605b6493d3573f144a6f7c30ca01f22) -#### [v0.5.4](https://github.com/oceanprotocol/contracts/compare/v0.5.3...v0.5.4) +#### [v0.5.4](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.3...v0.5.4) > 9 October 2020 -- allow update on addresses.json [`#236`](https://github.com/oceanprotocol/contracts/pull/236) -- Fix/docs datatoken template [`#237`](https://github.com/oceanprotocol/contracts/pull/237) -- Release/v0.5.3 [`#234`](https://github.com/oceanprotocol/contracts/pull/234) -- prepare for a new release [`dec5fc2`](https://github.com/oceanprotocol/contracts/commit/dec5fc24347308a79c33c7d36f433b4f9b83cd8f) -- fix lint issues [`d494b4e`](https://github.com/oceanprotocol/contracts/commit/d494b4e60d5c4a829f76adf33e70355c46ddf878) -- fix lint issues [`7edcae7`](https://github.com/oceanprotocol/contracts/commit/7edcae78c2e4bcb05f3debf8835f82709071e81f) +- allow update on addresses.json [`#236`](https://github.com/oceanprotocol/ocean-contracts/pull/236) +- Fix/docs datatoken template [`#237`](https://github.com/oceanprotocol/ocean-contracts/pull/237) +- Release/v0.5.3 [`#234`](https://github.com/oceanprotocol/ocean-contracts/pull/234) +- prepare for a new release [`dec5fc2`](https://github.com/oceanprotocol/ocean-contracts/commit/dec5fc24347308a79c33c7d36f433b4f9b83cd8f) +- fix lint issues [`d494b4e`](https://github.com/oceanprotocol/ocean-contracts/commit/d494b4e60d5c4a829f76adf33e70355c46ddf878) +- fix lint issues [`7edcae7`](https://github.com/oceanprotocol/ocean-contracts/commit/7edcae78c2e4bcb05f3debf8835f82709071e81f) -#### [v0.5.3](https://github.com/oceanprotocol/contracts/compare/v0.5.2...v0.5.3) +#### [v0.5.3](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.2...v0.5.3) > 2 October 2020 -- Allow a payer to initiate a startOrder for another consumer [`#233`](https://github.com/oceanprotocol/contracts/pull/233) -- Release/v0.5.2 [`#232`](https://github.com/oceanprotocol/contracts/pull/232) -- Prepare v0.5.3 [`9f56df5`](https://github.com/oceanprotocol/contracts/commit/9f56df541a72c244e7628f376db984c81d2fd404) -- add consumer & payer [`4ed79a3`](https://github.com/oceanprotocol/contracts/commit/4ed79a328154bf77937c40b1ad4f958c8f5ace11) +- Allow a payer to initiate a startOrder for another consumer [`#233`](https://github.com/oceanprotocol/ocean-contracts/pull/233) +- Release/v0.5.2 [`#232`](https://github.com/oceanprotocol/ocean-contracts/pull/232) +- Prepare v0.5.3 [`9f56df5`](https://github.com/oceanprotocol/ocean-contracts/commit/9f56df541a72c244e7628f376db984c81d2fd404) +- add consumer & payer [`4ed79a3`](https://github.com/oceanprotocol/ocean-contracts/commit/4ed79a328154bf77937c40b1ad4f958c8f5ace11) -#### [v0.5.2](https://github.com/oceanprotocol/contracts/compare/v0.5.1...v0.5.2) +#### [v0.5.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.1...v0.5.2) > 1 October 2020 -- Fix/Release-Process [`#230`](https://github.com/oceanprotocol/contracts/pull/230) -- Use block.timestamp for orders logs [`#231`](https://github.com/oceanprotocol/contracts/pull/231) -- Fix/Minor-deployment-update [`#229`](https://github.com/oceanprotocol/contracts/pull/229) -- Release/v0.5.1 [`#228`](https://github.com/oceanprotocol/contracts/pull/228) -- prepare for a new release [`afa81fb`](https://github.com/oceanprotocol/contracts/commit/afa81fb86378633af714c6720ff764bf92f7c01b) -- update addresses [`cf9bf31`](https://github.com/oceanprotocol/contracts/commit/cf9bf312394188a615e7691034e0116b603238a0) -- Update DataTokenTemplate.sol [`038a558`](https://github.com/oceanprotocol/contracts/commit/038a55863ad193cace5a8781f68fbfab80208f28) +- Fix/Release-Process [`#230`](https://github.com/oceanprotocol/ocean-contracts/pull/230) +- Use block.timestamp for orders logs [`#231`](https://github.com/oceanprotocol/ocean-contracts/pull/231) +- Fix/Minor-deployment-update [`#229`](https://github.com/oceanprotocol/ocean-contracts/pull/229) +- Release/v0.5.1 [`#228`](https://github.com/oceanprotocol/ocean-contracts/pull/228) +- prepare for a new release [`afa81fb`](https://github.com/oceanprotocol/ocean-contracts/commit/afa81fb86378633af714c6720ff764bf92f7c01b) +- update addresses [`cf9bf31`](https://github.com/oceanprotocol/ocean-contracts/commit/cf9bf312394188a615e7691034e0116b603238a0) +- Update DataTokenTemplate.sol [`038a558`](https://github.com/oceanprotocol/ocean-contracts/commit/038a55863ad193cace5a8781f68fbfab80208f28) -#### [v0.5.1](https://github.com/oceanprotocol/contracts/compare/v0.5.0...v0.5.1) +#### [v0.5.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.0...v0.5.1) > 1 October 2020 -- Add consumer to startOrder [`#227`](https://github.com/oceanprotocol/contracts/pull/227) -- Release/v0.5.0 [`#226`](https://github.com/oceanprotocol/contracts/pull/226) -- prepare for a new release [`5aba375`](https://github.com/oceanprotocol/contracts/commit/5aba375220b73bfe36b0661c3b039a7bfc0a74d9) -- Update DataTokenTemplate.sol [`9dca172`](https://github.com/oceanprotocol/contracts/commit/9dca172c775296dccc3883ab2a3e664703088bc8) -- Update RELEASE_PROCESS.md [`ba71213`](https://github.com/oceanprotocol/contracts/commit/ba712132dfb5e16038bef2eaa236dcc981bf5e6e) +- Add consumer to startOrder [`#227`](https://github.com/oceanprotocol/ocean-contracts/pull/227) +- Release/v0.5.0 [`#226`](https://github.com/oceanprotocol/ocean-contracts/pull/226) +- prepare for a new release [`5aba375`](https://github.com/oceanprotocol/ocean-contracts/commit/5aba375220b73bfe36b0661c3b039a7bfc0a74d9) +- Update DataTokenTemplate.sol [`9dca172`](https://github.com/oceanprotocol/ocean-contracts/commit/9dca172c775296dccc3883ab2a3e664703088bc8) +- Update RELEASE_PROCESS.md [`ba71213`](https://github.com/oceanprotocol/ocean-contracts/commit/ba712132dfb5e16038bef2eaa236dcc981bf5e6e) -#### [v0.5.0](https://github.com/oceanprotocol/contracts/compare/v0.4.4...v0.5.0) +#### [v0.5.0](https://github.com/oceanprotocol/ocean-contracts/compare/v0.4.4...v0.5.0) > 30 September 2020 -- feature/LOGJOIN_onPoolSetup [`#224`](https://github.com/oceanprotocol/contracts/pull/224) -- Fix/Remove-ERC20Pausable [`#223`](https://github.com/oceanprotocol/contracts/pull/223) -- Fix/ERP-AUD [`#219`](https://github.com/oceanprotocol/contracts/pull/219) -- Fix/FRE-AUD [`#213`](https://github.com/oceanprotocol/contracts/pull/213) -- Fix/DTT-AUD [`#221`](https://github.com/oceanprotocol/contracts/pull/221) -- Fix/DTF-AUD [`#211`](https://github.com/oceanprotocol/contracts/pull/211) -- Fix/MED-AUD [`#220`](https://github.com/oceanprotocol/contracts/pull/220) -- Fix/DPL-AUD [`#218`](https://github.com/oceanprotocol/contracts/pull/218) -- Fix/BFA-AUD [`#212`](https://github.com/oceanprotocol/contracts/pull/212) -- release/v0.4.4 [`#216`](https://github.com/oceanprotocol/contracts/pull/216) -- remove ERC20Pausable [`3f6fed1`](https://github.com/oceanprotocol/contracts/commit/3f6fed1a75963e46fa5cebf5202262182ff36500) -- prepare for a new release [`bbd2294`](https://github.com/oceanprotocol/contracts/commit/bbd22947a030efd594b2f0b5b3bd15bd6f250fa4) -- fix DTT-9 [`828f5ae`](https://github.com/oceanprotocol/contracts/commit/828f5ae1cd7350fae6bb41683f3fe48458d99572) - -#### [v0.4.4](https://github.com/oceanprotocol/contracts/compare/v0.4.3...v0.4.4) +- feature/LOGJOIN_onPoolSetup [`#224`](https://github.com/oceanprotocol/ocean-contracts/pull/224) +- Fix/Remove-ERC20Pausable [`#223`](https://github.com/oceanprotocol/ocean-contracts/pull/223) +- Fix/ERP-AUD [`#219`](https://github.com/oceanprotocol/ocean-contracts/pull/219) +- Fix/FRE-AUD [`#213`](https://github.com/oceanprotocol/ocean-contracts/pull/213) +- Fix/DTT-AUD [`#221`](https://github.com/oceanprotocol/ocean-contracts/pull/221) +- Fix/DTF-AUD [`#211`](https://github.com/oceanprotocol/ocean-contracts/pull/211) +- Fix/MED-AUD [`#220`](https://github.com/oceanprotocol/ocean-contracts/pull/220) +- Fix/DPL-AUD [`#218`](https://github.com/oceanprotocol/ocean-contracts/pull/218) +- Fix/BFA-AUD [`#212`](https://github.com/oceanprotocol/ocean-contracts/pull/212) +- release/v0.4.4 [`#216`](https://github.com/oceanprotocol/ocean-contracts/pull/216) +- remove ERC20Pausable [`3f6fed1`](https://github.com/oceanprotocol/ocean-contracts/commit/3f6fed1a75963e46fa5cebf5202262182ff36500) +- prepare for a new release [`bbd2294`](https://github.com/oceanprotocol/ocean-contracts/commit/bbd22947a030efd594b2f0b5b3bd15bd6f250fa4) +- fix DTT-9 [`828f5ae`](https://github.com/oceanprotocol/ocean-contracts/commit/828f5ae1cd7350fae6bb41683f3fe48458d99572) + +#### [v0.4.4](https://github.com/oceanprotocol/ocean-contracts/compare/v0.4.3...v0.4.4) > 23 September 2020 -- fix/startOrder [`#215`](https://github.com/oceanprotocol/contracts/pull/215) -- Release/v0.4.3 [`#210`](https://github.com/oceanprotocol/contracts/pull/210) -- prepare for new release. [`3d5bfbd`](https://github.com/oceanprotocol/contracts/commit/3d5bfbd9ba29ec0ece04224a4b40dfec368d6b91) -- update package contracts version. [`bbd5891`](https://github.com/oceanprotocol/contracts/commit/bbd58919089b55dd145c57923cc0d165a9ed4d8a) -- update for rinkeby deployment [`28fc20f`](https://github.com/oceanprotocol/contracts/commit/28fc20fb4ad0de82ccc4d4cefc7dafe644fe1ebc) +- fix/startOrder [`#215`](https://github.com/oceanprotocol/ocean-contracts/pull/215) +- Release/v0.4.3 [`#210`](https://github.com/oceanprotocol/ocean-contracts/pull/210) +- prepare for new release. [`3d5bfbd`](https://github.com/oceanprotocol/ocean-contracts/commit/3d5bfbd9ba29ec0ece04224a4b40dfec368d6b91) +- update package contracts version. [`bbd5891`](https://github.com/oceanprotocol/ocean-contracts/commit/bbd58919089b55dd145c57923cc0d165a9ed4d8a) +- update for rinkeby deployment [`28fc20f`](https://github.com/oceanprotocol/ocean-contracts/commit/28fc20fb4ad0de82ccc4d4cefc7dafe644fe1ebc) -#### [v0.4.3](https://github.com/oceanprotocol/contracts/compare/v0.4.2...v0.4.3) +#### [v0.4.3](https://github.com/oceanprotocol/ocean-contracts/compare/v0.4.2...v0.4.3) > 21 September 2020 -- Fix/MetadataContract-Refactor [`#209`](https://github.com/oceanprotocol/contracts/pull/209) -- Fix/remove-calculateTotalFee [`#207`](https://github.com/oceanprotocol/contracts/pull/207) -- Release/v0.4.2 [`#205`](https://github.com/oceanprotocol/contracts/pull/205) -- prepare for a new release [`ab280dc`](https://github.com/oceanprotocol/contracts/commit/ab280dcf75f165846128e883651a73e3449e686d) -- fix artifacts conflict [`b4323a0`](https://github.com/oceanprotocol/contracts/commit/b4323a002672da6356e853bb47e391deaefba109) -- fix(#208) [`51c6c33`](https://github.com/oceanprotocol/contracts/commit/51c6c33c95c8526eb8f80db2cb565da868a3b86b) +- Fix/MetadataContract-Refactor [`#209`](https://github.com/oceanprotocol/ocean-contracts/pull/209) +- Fix/remove-calculateTotalFee [`#207`](https://github.com/oceanprotocol/ocean-contracts/pull/207) +- Release/v0.4.2 [`#205`](https://github.com/oceanprotocol/ocean-contracts/pull/205) +- prepare for a new release [`ab280dc`](https://github.com/oceanprotocol/ocean-contracts/commit/ab280dcf75f165846128e883651a73e3449e686d) +- fix artifacts conflict [`b4323a0`](https://github.com/oceanprotocol/ocean-contracts/commit/b4323a002672da6356e853bb47e391deaefba109) +- fix(#208) [`51c6c33`](https://github.com/oceanprotocol/ocean-contracts/commit/51c6c33c95c8526eb8f80db2cb565da868a3b86b) -#### [v0.4.2](https://github.com/oceanprotocol/contracts/compare/v0.4.1...v0.4.2) +#### [v0.4.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.4.1...v0.4.2) > 16 September 2020 -- Dockerfile updates [`#199`](https://github.com/oceanprotocol/contracts/pull/199) -- Fix/Docs [`#197`](https://github.com/oceanprotocol/contracts/pull/197) -- Fix/datatoken start order [`#200`](https://github.com/oceanprotocol/contracts/pull/200) -- Feature/Dockerfile [`#196`](https://github.com/oceanprotocol/contracts/pull/196) -- Release/v0.4.1 [`#193`](https://github.com/oceanprotocol/contracts/pull/193) -- allow mp zero fees in startOrder [`fd23d3a`](https://github.com/oceanprotocol/contracts/commit/fd23d3a910e75d4931aa39190be5c1fc9b21a91b) -- update artifacts [`f87915b`](https://github.com/oceanprotocol/contracts/commit/f87915bf91a4d0b68a6c88eed9361cb742a15afd) -- update artifacts [`0f1bece`](https://github.com/oceanprotocol/contracts/commit/0f1becefa5ebddb3fc974e36c5a599a5b5956d35) +- Dockerfile updates [`#199`](https://github.com/oceanprotocol/ocean-contracts/pull/199) +- Fix/Docs [`#197`](https://github.com/oceanprotocol/ocean-contracts/pull/197) +- Fix/datatoken start order [`#200`](https://github.com/oceanprotocol/ocean-contracts/pull/200) +- Feature/Dockerfile [`#196`](https://github.com/oceanprotocol/ocean-contracts/pull/196) +- Release/v0.4.1 [`#193`](https://github.com/oceanprotocol/ocean-contracts/pull/193) +- allow mp zero fees in startOrder [`fd23d3a`](https://github.com/oceanprotocol/ocean-contracts/commit/fd23d3a910e75d4931aa39190be5c1fc9b21a91b) +- update artifacts [`f87915b`](https://github.com/oceanprotocol/ocean-contracts/commit/f87915bf91a4d0b68a6c88eed9361cb742a15afd) +- update artifacts [`0f1bece`](https://github.com/oceanprotocol/ocean-contracts/commit/0f1becefa5ebddb3fc974e36c5a599a5b5956d35) -#### [v0.4.1](https://github.com/oceanprotocol/contracts/compare/v0.4.0...v0.4.1) +#### [v0.4.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.4.0...v0.4.1) > 31 August 2020 -- update slither report [`#192`](https://github.com/oceanprotocol/contracts/pull/192) -- Fix/slither results [`#184`](https://github.com/oceanprotocol/contracts/pull/184) -- fix input validation in BPool [`#180`](https://github.com/oceanprotocol/contracts/pull/180) -- Fix/minor errors in dt template [`#183`](https://github.com/oceanprotocol/contracts/pull/183) -- Fix/more tests for fixed rate [`#182`](https://github.com/oceanprotocol/contracts/pull/182) -- Release/v0.4.0 [`#178`](https://github.com/oceanprotocol/contracts/pull/178) -- prepare for release v0.4.1 [`8882903`](https://github.com/oceanprotocol/contracts/commit/8882903225e072d6ef7e9baf0354eb0707426e23) -- add slither report [`d10e346`](https://github.com/oceanprotocol/contracts/commit/d10e346963a8ebde1aa224c1ceff50f6bf7f5da3) -- fix (#191) [`a09aa00`](https://github.com/oceanprotocol/contracts/commit/a09aa00ea6b42bb1815de3f8aad1c2809ee9cb92) +- update slither report [`#192`](https://github.com/oceanprotocol/ocean-contracts/pull/192) +- Fix/slither results [`#184`](https://github.com/oceanprotocol/ocean-contracts/pull/184) +- fix input validation in BPool [`#180`](https://github.com/oceanprotocol/ocean-contracts/pull/180) +- Fix/minor errors in dt template [`#183`](https://github.com/oceanprotocol/ocean-contracts/pull/183) +- Fix/more tests for fixed rate [`#182`](https://github.com/oceanprotocol/ocean-contracts/pull/182) +- Release/v0.4.0 [`#178`](https://github.com/oceanprotocol/ocean-contracts/pull/178) +- prepare for release v0.4.1 [`8882903`](https://github.com/oceanprotocol/ocean-contracts/commit/8882903225e072d6ef7e9baf0354eb0707426e23) +- add slither report [`d10e346`](https://github.com/oceanprotocol/ocean-contracts/commit/d10e346963a8ebde1aa224c1ceff50f6bf7f5da3) +- fix (#191) [`a09aa00`](https://github.com/oceanprotocol/ocean-contracts/commit/a09aa00ea6b42bb1815de3f8aad1c2809ee9cb92) -#### [v0.4.0](https://github.com/oceanprotocol/contracts/compare/v0.3.5...v0.4.0) +#### [v0.4.0](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.5...v0.4.0) > 29 August 2020 -- fix/clean-up [`#177`](https://github.com/oceanprotocol/contracts/pull/177) -- Feature/community fee collector [`#176`](https://github.com/oceanprotocol/contracts/pull/176) -- Fix/exchange-setup-assertion [`#173`](https://github.com/oceanprotocol/contracts/pull/173) -- Remove naming of new Datatokens internally. Name and symbol now has t… [`#175`](https://github.com/oceanprotocol/contracts/pull/175) -- add FixedPrice helpers [`#172`](https://github.com/oceanprotocol/contracts/pull/172) -- Feature/ocean fee [`#167`](https://github.com/oceanprotocol/contracts/pull/167) -- Fix publishing artifacts to pypi package [`#169`](https://github.com/oceanprotocol/contracts/pull/169) -- feature/rename-spool-sfactory [`#170`](https://github.com/oceanprotocol/contracts/pull/170) -- Feature/update fixed rate exchange docs [`#166`](https://github.com/oceanprotocol/contracts/pull/166) -- Feature/update ddo docs [`#165`](https://github.com/oceanprotocol/contracts/pull/165) -- Feature/DDOOwnershipTransfer [`#164`](https://github.com/oceanprotocol/contracts/pull/164) -- On-chain history [`#136`](https://github.com/oceanprotocol/contracts/pull/136) -- Release/v0.3.5 [`#159`](https://github.com/oceanprotocol/contracts/pull/159) -- update DDO events parameters [`#158`](https://github.com/oceanprotocol/contracts/pull/158) -- prepare docs for release v0.4 [`3889a86`](https://github.com/oceanprotocol/contracts/commit/3889a86d7d8a9df448378674ef56937e6a05646d) -- Rename SPool to BPool [`39b9400`](https://github.com/oceanprotocol/contracts/commit/39b94004764953844ac2bf4bd0112873a236f1ee) -- remove converter [`dfe2bae`](https://github.com/oceanprotocol/contracts/commit/dfe2bae1404cf6361ff01866efc2df650c466c54) - -#### [v0.3.5](https://github.com/oceanprotocol/contracts/compare/v0.3.4...v0.3.5) +- fix/clean-up [`#177`](https://github.com/oceanprotocol/ocean-contracts/pull/177) +- Feature/community fee collector [`#176`](https://github.com/oceanprotocol/ocean-contracts/pull/176) +- Fix/exchange-setup-assertion [`#173`](https://github.com/oceanprotocol/ocean-contracts/pull/173) +- Remove naming of new Datatokens internally. Name and symbol now has t… [`#175`](https://github.com/oceanprotocol/ocean-contracts/pull/175) +- add FixedPrice helpers [`#172`](https://github.com/oceanprotocol/ocean-contracts/pull/172) +- Feature/ocean fee [`#167`](https://github.com/oceanprotocol/ocean-contracts/pull/167) +- Fix publishing artifacts to pypi package [`#169`](https://github.com/oceanprotocol/ocean-contracts/pull/169) +- feature/rename-spool-sfactory [`#170`](https://github.com/oceanprotocol/ocean-contracts/pull/170) +- Feature/update fixed rate exchange docs [`#166`](https://github.com/oceanprotocol/ocean-contracts/pull/166) +- Feature/update ddo docs [`#165`](https://github.com/oceanprotocol/ocean-contracts/pull/165) +- Feature/DDOOwnershipTransfer [`#164`](https://github.com/oceanprotocol/ocean-contracts/pull/164) +- On-chain history [`#136`](https://github.com/oceanprotocol/ocean-contracts/pull/136) +- Release/v0.3.5 [`#159`](https://github.com/oceanprotocol/ocean-contracts/pull/159) +- update DDO events parameters [`#158`](https://github.com/oceanprotocol/ocean-contracts/pull/158) +- prepare docs for release v0.4 [`3889a86`](https://github.com/oceanprotocol/ocean-contracts/commit/3889a86d7d8a9df448378674ef56937e6a05646d) +- Rename SPool to BPool [`39b9400`](https://github.com/oceanprotocol/ocean-contracts/commit/39b94004764953844ac2bf4bd0112873a236f1ee) +- remove converter [`dfe2bae`](https://github.com/oceanprotocol/ocean-contracts/commit/dfe2bae1404cf6361ff01866efc2df650c466c54) + +#### [v0.3.5](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.4...v0.3.5) > 18 August 2020 -- remove resources file [`#156`](https://github.com/oceanprotocol/contracts/pull/156) -- Decentralized MetaData Storage [`#138`](https://github.com/oceanprotocol/contracts/pull/138) -- balance pool setup [`#154`](https://github.com/oceanprotocol/contracts/pull/154) -- Fix/release-process-documentation [`#151`](https://github.com/oceanprotocol/contracts/pull/151) -- Release/v0.3.4 [`#149`](https://github.com/oceanprotocol/contracts/pull/149) -- prepare release [`ce74a1d`](https://github.com/oceanprotocol/contracts/commit/ce74a1d42a363aaf9a913c6f8dd987c5bf5f83d6) -- first cut [`8f3d46e`](https://github.com/oceanprotocol/contracts/commit/8f3d46e08df6f5e1c04567ee32a32eed35571f29) -- fixing tests [`06db9dc`](https://github.com/oceanprotocol/contracts/commit/06db9dcd2acc5d051c750bd764b2b3c92ee9661b) +- remove resources file [`#156`](https://github.com/oceanprotocol/ocean-contracts/pull/156) +- Decentralized MetaData Storage [`#138`](https://github.com/oceanprotocol/ocean-contracts/pull/138) +- balance pool setup [`#154`](https://github.com/oceanprotocol/ocean-contracts/pull/154) +- Fix/release-process-documentation [`#151`](https://github.com/oceanprotocol/ocean-contracts/pull/151) +- Release/v0.3.4 [`#149`](https://github.com/oceanprotocol/ocean-contracts/pull/149) +- prepare release [`ce74a1d`](https://github.com/oceanprotocol/ocean-contracts/commit/ce74a1d42a363aaf9a913c6f8dd987c5bf5f83d6) +- first cut [`8f3d46e`](https://github.com/oceanprotocol/ocean-contracts/commit/8f3d46e08df6f5e1c04567ee32a32eed35571f29) +- fixing tests [`06db9dc`](https://github.com/oceanprotocol/ocean-contracts/commit/06db9dcd2acc5d051c750bd764b2b3c92ee9661b) -#### [v0.3.4](https://github.com/oceanprotocol/contracts/compare/v0.3.3...v0.3.4) +#### [v0.3.4](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.3...v0.3.4) > 12 August 2020 -- restructure artifacts directory [`#147`](https://github.com/oceanprotocol/contracts/pull/147) -- update migration script and artifacts [`#144`](https://github.com/oceanprotocol/contracts/pull/144) -- Refactor/FixedRateExchange [`#139`](https://github.com/oceanprotocol/contracts/pull/139) -- Release/v0.3.2 [`#135`](https://github.com/oceanprotocol/contracts/pull/135) -- first cut [`99e9647`](https://github.com/oceanprotocol/contracts/commit/99e9647866f14aabd79fbae9fb5a0dd71d6d20d6) -- refactor fixed rate exchange [`5fd2697`](https://github.com/oceanprotocol/contracts/commit/5fd2697209bef5a63980c6e0471ec26191ba2ffe) -- clean tests [`9009e02`](https://github.com/oceanprotocol/contracts/commit/9009e0265fc0ce002400c1bea56a344ab914c9b1) +- restructure artifacts directory [`#147`](https://github.com/oceanprotocol/ocean-contracts/pull/147) +- update migration script and artifacts [`#144`](https://github.com/oceanprotocol/ocean-contracts/pull/144) +- Refactor/FixedRateExchange [`#139`](https://github.com/oceanprotocol/ocean-contracts/pull/139) +- Release/v0.3.2 [`#135`](https://github.com/oceanprotocol/ocean-contracts/pull/135) +- first cut [`99e9647`](https://github.com/oceanprotocol/ocean-contracts/commit/99e9647866f14aabd79fbae9fb5a0dd71d6d20d6) +- refactor fixed rate exchange [`5fd2697`](https://github.com/oceanprotocol/ocean-contracts/commit/5fd2697209bef5a63980c6e0471ec26191ba2ffe) +- clean tests [`9009e02`](https://github.com/oceanprotocol/ocean-contracts/commit/9009e0265fc0ce002400c1bea56a344ab914c9b1) -#### [v0.3.3](https://github.com/oceanprotocol/contracts/compare/v0.3.2...v0.3.3) +#### [v0.3.3](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.2...v0.3.3) > 21 July 2020 -- fix setup.py [`a55a505`](https://github.com/oceanprotocol/contracts/commit/a55a50595d900aa41817c48c371ffbc4688273c3) +- fix setup.py [`a55a505`](https://github.com/oceanprotocol/ocean-contracts/commit/a55a50595d900aa41817c48c371ffbc4688273c3) -#### [v0.3.2](https://github.com/oceanprotocol/contracts/compare/v0.3.1...v0.3.2) +#### [v0.3.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.1...v0.3.2) > 21 July 2020 -- Feature/release pypi [`#134`](https://github.com/oceanprotocol/contracts/pull/134) -- Fix/token-registered-event [`#133`](https://github.com/oceanprotocol/contracts/pull/133) -- init setup.py [`fb4a51f`](https://github.com/oceanprotocol/contracts/commit/fb4a51fcf6825004db6a5af94fa3c45908d5b102) -- add bumpversion.sh [`c371cd9`](https://github.com/oceanprotocol/contracts/commit/c371cd9653ac179d18da1773f9194b8a83a96504) -- add setup.cfg [`6b810d4`](https://github.com/oceanprotocol/contracts/commit/6b810d492aaeff4ca0a6cebd551af6ef304f716b) +- Feature/release pypi [`#134`](https://github.com/oceanprotocol/ocean-contracts/pull/134) +- Fix/token-registered-event [`#133`](https://github.com/oceanprotocol/ocean-contracts/pull/133) +- init setup.py [`fb4a51f`](https://github.com/oceanprotocol/ocean-contracts/commit/fb4a51fcf6825004db6a5af94fa3c45908d5b102) +- add bumpversion.sh [`c371cd9`](https://github.com/oceanprotocol/ocean-contracts/commit/c371cd9653ac179d18da1773f9194b8a83a96504) +- add setup.cfg [`6b810d4`](https://github.com/oceanprotocol/ocean-contracts/commit/6b810d492aaeff4ca0a6cebd551af6ef304f716b) -#### [v0.3.1](https://github.com/oceanprotocol/contracts/compare/v0.3.0...v0.3.1) +#### [v0.3.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.0...v0.3.1) > 20 July 2020 -- Release 0.3.0 [`#130`](https://github.com/oceanprotocol/contracts/pull/130) -- feature/rinkeby-deployment [`#129`](https://github.com/oceanprotocol/contracts/pull/129) -- Feature/update artifacts [`#126`](https://github.com/oceanprotocol/contracts/pull/126) -- Feature/balancer-unit-testing [`#125`](https://github.com/oceanprotocol/contracts/pull/125) -- add rinkeby artifacts [`3ffb749`](https://github.com/oceanprotocol/contracts/commit/3ffb74984bdfbc49707345c7c2715b821b9edcb5) -- update artifacts [`9dcc888`](https://github.com/oceanprotocol/contracts/commit/9dcc8887a6c604ddbf846e2c7eb4d4758fca805c) -- generate docs [`9b53c31`](https://github.com/oceanprotocol/contracts/commit/9b53c31ad7ab82a04c0be43b276741fbd047f70d) +- Release 0.3.0 [`#130`](https://github.com/oceanprotocol/ocean-contracts/pull/130) +- feature/rinkeby-deployment [`#129`](https://github.com/oceanprotocol/ocean-contracts/pull/129) +- Feature/update artifacts [`#126`](https://github.com/oceanprotocol/ocean-contracts/pull/126) +- Feature/balancer-unit-testing [`#125`](https://github.com/oceanprotocol/ocean-contracts/pull/125) +- add rinkeby artifacts [`3ffb749`](https://github.com/oceanprotocol/ocean-contracts/commit/3ffb74984bdfbc49707345c7c2715b821b9edcb5) +- update artifacts [`9dcc888`](https://github.com/oceanprotocol/ocean-contracts/commit/9dcc8887a6c604ddbf846e2c7eb4d4758fca805c) +- generate docs [`9b53c31`](https://github.com/oceanprotocol/ocean-contracts/commit/9b53c31ad7ab82a04c0be43b276741fbd047f70d) -#### [v0.3.0](https://github.com/oceanprotocol/contracts/compare/v0.2.3...v0.3.0) +#### [v0.3.0](https://github.com/oceanprotocol/ocean-contracts/compare/v0.2.3...v0.3.0) > 20 July 2020 -- fix balancer contracts deployment [`#121`](https://github.com/oceanprotocol/contracts/pull/121) -- update artifacts [`8075ee9`](https://github.com/oceanprotocol/contracts/commit/8075ee9eda6fb35e63bfbde0db7ac7b67af50804) -- fix lint errors [`e3f12fc`](https://github.com/oceanprotocol/contracts/commit/e3f12fc56a3ff4e30a1a90a40dc46a06cafe457b) -- add BMath, BNUm, BConst tests [`35bd561`](https://github.com/oceanprotocol/contracts/commit/35bd561196426461b6d11f3c57d95a52414dfdc7) +- fix balancer contracts deployment [`#121`](https://github.com/oceanprotocol/ocean-contracts/pull/121) +- update artifacts [`8075ee9`](https://github.com/oceanprotocol/ocean-contracts/commit/8075ee9eda6fb35e63bfbde0db7ac7b67af50804) +- fix lint errors [`e3f12fc`](https://github.com/oceanprotocol/ocean-contracts/commit/e3f12fc56a3ff4e30a1a90a40dc46a06cafe457b) +- add BMath, BNUm, BConst tests [`35bd561`](https://github.com/oceanprotocol/ocean-contracts/commit/35bd561196426461b6d11f3c57d95a52414dfdc7) -#### [v0.2.3](https://github.com/oceanprotocol/contracts/compare/v0.2.2...v0.2.3) +#### [v0.2.3](https://github.com/oceanprotocol/ocean-contracts/compare/v0.2.2...v0.2.3) > 15 July 2020 -- remove old artifacts [`#119`](https://github.com/oceanprotocol/contracts/pull/119) -- rename factory contract [`#118`](https://github.com/oceanprotocol/contracts/pull/118) -- Fix/balancer contracts [`#117`](https://github.com/oceanprotocol/contracts/pull/117) -- add missing files [`#116`](https://github.com/oceanprotocol/contracts/pull/116) -- Add Balancer pool (SPool) and its factory (SFactory) [`#115`](https://github.com/oceanprotocol/contracts/pull/115) -- update artifacts [`c171545`](https://github.com/oceanprotocol/contracts/commit/c1715453d4949450cb04c84e9960d9f1fec23568) -- fix compile [`680d886`](https://github.com/oceanprotocol/contracts/commit/680d8863ed9fd9a74e34a1c133261ec0a1ed0240) -- add Balancer pool and its factory. The 'S' is for slave, as we will eventually have a master pool and factory too. [`ae78eb5`](https://github.com/oceanprotocol/contracts/commit/ae78eb52e413156439d0dcdb7fcff04700b2969f) +- remove old artifacts [`#119`](https://github.com/oceanprotocol/ocean-contracts/pull/119) +- rename factory contract [`#118`](https://github.com/oceanprotocol/ocean-contracts/pull/118) +- Fix/balancer contracts [`#117`](https://github.com/oceanprotocol/ocean-contracts/pull/117) +- add missing files [`#116`](https://github.com/oceanprotocol/ocean-contracts/pull/116) +- Add Balancer pool (SPool) and its factory (SFactory) [`#115`](https://github.com/oceanprotocol/ocean-contracts/pull/115) +- update artifacts [`c171545`](https://github.com/oceanprotocol/ocean-contracts/commit/c1715453d4949450cb04c84e9960d9f1fec23568) +- fix compile [`680d886`](https://github.com/oceanprotocol/ocean-contracts/commit/680d8863ed9fd9a74e34a1c133261ec0a1ed0240) +- add Balancer pool and its factory. The 'S' is for slave, as we will eventually have a master pool and factory too. [`ae78eb5`](https://github.com/oceanprotocol/ocean-contracts/commit/ae78eb52e413156439d0dcdb7fcff04700b2969f) -#### [v0.2.2](https://github.com/oceanprotocol/contracts/compare/v0.2.1...v0.2.2) +#### [v0.2.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.2.1...v0.2.2) > 18 June 2020 -- fix artifacts build [`#113`](https://github.com/oceanprotocol/contracts/pull/113) -- Release 0.2.2 [`98193d0`](https://github.com/oceanprotocol/contracts/commit/98193d0bba35a1e436a1015769dd1a9d288f2860) +- fix artifacts build [`#113`](https://github.com/oceanprotocol/ocean-contracts/pull/113) +- Release 0.2.2 [`98193d0`](https://github.com/oceanprotocol/ocean-contracts/commit/98193d0bba35a1e436a1015769dd1a9d288f2860) -#### [v0.2.1](https://github.com/oceanprotocol/contracts/compare/v0.2.0...v0.2.1) +#### [v0.2.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.2.0...v0.2.1) > 18 June 2020 -- Fix/decimals [`#112`](https://github.com/oceanprotocol/contracts/pull/112) -- Release 0.2.1 [`0906392`](https://github.com/oceanprotocol/contracts/commit/09063925864d5e784fb0518f451d671aa8562d4b) -- set decimals=18 [`1898d29`](https://github.com/oceanprotocol/contracts/commit/1898d296973d5f77358c4604a3d17d89d7e25cff) +- Fix/decimals [`#112`](https://github.com/oceanprotocol/ocean-contracts/pull/112) +- Release 0.2.1 [`0906392`](https://github.com/oceanprotocol/ocean-contracts/commit/09063925864d5e784fb0518f451d671aa8562d4b) +- set decimals=18 [`1898d29`](https://github.com/oceanprotocol/ocean-contracts/commit/1898d296973d5f77358c4604a3d17d89d7e25cff) -#### [v0.2.0](https://github.com/oceanprotocol/contracts/compare/v0.1.4...v0.2.0) +#### [v0.2.0](https://github.com/oceanprotocol/ocean-contracts/compare/v0.1.4...v0.2.0) > 12 June 2020 -- Feature/factory getters [`#108`](https://github.com/oceanprotocol/contracts/pull/108) -- add more getter functions [`b44c166`](https://github.com/oceanprotocol/contracts/commit/b44c1661e2fc767a840f3236c7e86e7b64de7715) -- update docs [`53ea8f3`](https://github.com/oceanprotocol/contracts/commit/53ea8f398cf6088977a86915519390cf91f7cc7c) -- Release 0.2.0 [`2a60f23`](https://github.com/oceanprotocol/contracts/commit/2a60f23d65baf96975aabf1d77989763acb0f44b) +- Feature/factory getters [`#108`](https://github.com/oceanprotocol/ocean-contracts/pull/108) +- add more getter functions [`b44c166`](https://github.com/oceanprotocol/ocean-contracts/commit/b44c1661e2fc767a840f3236c7e86e7b64de7715) +- update docs [`53ea8f3`](https://github.com/oceanprotocol/ocean-contracts/commit/53ea8f398cf6088977a86915519390cf91f7cc7c) +- Release 0.2.0 [`2a60f23`](https://github.com/oceanprotocol/ocean-contracts/commit/2a60f23d65baf96975aabf1d77989763acb0f44b) -#### [v0.1.4](https://github.com/oceanprotocol/contracts/compare/v0.1.3...v0.1.4) +#### [v0.1.4](https://github.com/oceanprotocol/ocean-contracts/compare/v0.1.3...v0.1.4) > 10 June 2020 -- Feature/allow docs to be added to the release [`#107`](https://github.com/oceanprotocol/contracts/pull/107) -- add release process [`bb07440`](https://github.com/oceanprotocol/contracts/commit/bb07440575ca411e9575b154675cf83166b0392a) -- update README.md [`d7c95b6`](https://github.com/oceanprotocol/contracts/commit/d7c95b6fd5272759112c38fa1f8f24c64625233b) -- fix docs [`384ea24`](https://github.com/oceanprotocol/contracts/commit/384ea24ade3caeff7eed10a96c930b8d0cc5ea3d) +- Feature/allow docs to be added to the release [`#107`](https://github.com/oceanprotocol/ocean-contracts/pull/107) +- add release process [`bb07440`](https://github.com/oceanprotocol/ocean-contracts/commit/bb07440575ca411e9575b154675cf83166b0392a) +- update README.md [`d7c95b6`](https://github.com/oceanprotocol/ocean-contracts/commit/d7c95b6fd5272759112c38fa1f8f24c64625233b) +- fix docs [`384ea24`](https://github.com/oceanprotocol/ocean-contracts/commit/384ea24ade3caeff7eed10a96c930b8d0cc5ea3d) -#### [v0.1.3](https://github.com/oceanprotocol/contracts/compare/v0.1.2...v0.1.3) +#### [v0.1.3](https://github.com/oceanprotocol/ocean-contracts/compare/v0.1.2...v0.1.3) > 10 June 2020 -- Fix/remove fee from contracts [`#103`](https://github.com/oceanprotocol/contracts/pull/103) -- Develop -> master [`#105`](https://github.com/oceanprotocol/contracts/pull/105) -- Bump web3 from 1.2.8 to 1.2.9 [`#104`](https://github.com/oceanprotocol/contracts/pull/104) -- add rinkeby and development artifacts [`ad41978`](https://github.com/oceanprotocol/contracts/commit/ad41978b672788ff4043c82266c1956b170e7cc8) -- fix tests [`353b6bb`](https://github.com/oceanprotocol/contracts/commit/353b6bb05573c373ae1154d2cdd15b86371650c8) -- remove coverage report [`fabeceb`](https://github.com/oceanprotocol/contracts/commit/fabeceb667f44ed55c2ce8ceb3c07d2892018dcb) +- Fix/remove fee from contracts [`#103`](https://github.com/oceanprotocol/ocean-contracts/pull/103) +- Develop -> master [`#105`](https://github.com/oceanprotocol/ocean-contracts/pull/105) +- Bump web3 from 1.2.8 to 1.2.9 [`#104`](https://github.com/oceanprotocol/ocean-contracts/pull/104) +- add rinkeby and development artifacts [`ad41978`](https://github.com/oceanprotocol/ocean-contracts/commit/ad41978b672788ff4043c82266c1956b170e7cc8) +- fix tests [`353b6bb`](https://github.com/oceanprotocol/ocean-contracts/commit/353b6bb05573c373ae1154d2cdd15b86371650c8) +- remove coverage report [`fabeceb`](https://github.com/oceanprotocol/ocean-contracts/commit/fabeceb667f44ed55c2ce8ceb3c07d2892018dcb) -#### [v0.1.2](https://github.com/oceanprotocol/contracts/compare/v0.1.1...v0.1.2) +#### [v0.1.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.1.1...v0.1.2) > 9 June 2020 -- name change [`#102`](https://github.com/oceanprotocol/contracts/pull/102) -- Release 0.1.2 [`b18db2e`](https://github.com/oceanprotocol/contracts/commit/b18db2e9fb5771073a08d14b8069de5e7eb47900) -- fix travis build status label [`16ae9e1`](https://github.com/oceanprotocol/contracts/commit/16ae9e185ac66da7c863f759606d2517fcfd9bd3) +- name change [`#102`](https://github.com/oceanprotocol/ocean-contracts/pull/102) +- Release 0.1.2 [`b18db2e`](https://github.com/oceanprotocol/ocean-contracts/commit/b18db2e9fb5771073a08d14b8069de5e7eb47900) +- fix travis build status label [`16ae9e1`](https://github.com/oceanprotocol/ocean-contracts/commit/16ae9e185ac66da7c863f759606d2517fcfd9bd3) -#### [v0.1.1](https://github.com/oceanprotocol/contracts/compare/v0.1.0...v0.1.1) +#### [v0.1.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.1.0...v0.1.1) > 9 June 2020 -- Feature/deploy on rinkeby [`#90`](https://github.com/oceanprotocol/contracts/pull/90) -- develop --> master [`#99`](https://github.com/oceanprotocol/contracts/pull/99) -- Develop --> Master [`#36`](https://github.com/oceanprotocol/contracts/pull/36) -- add rinkeby artifacts [`60263ae`](https://github.com/oceanprotocol/contracts/commit/60263ae4a1f8c36879f782562f349add2a7ae142) -- Release 0.1.1 [`9a8a30d`](https://github.com/oceanprotocol/contracts/commit/9a8a30d1219e8ccfd5493aca1006f29dc74145bf) -- allow deploy on travis [`0b28366`](https://github.com/oceanprotocol/contracts/commit/0b28366dd807e0d3932bb058b0184ce9c3fef909) +- Feature/deploy on rinkeby [`#90`](https://github.com/oceanprotocol/ocean-contracts/pull/90) +- develop --> master [`#99`](https://github.com/oceanprotocol/ocean-contracts/pull/99) +- Develop --> Master [`#36`](https://github.com/oceanprotocol/ocean-contracts/pull/36) +- add rinkeby artifacts [`60263ae`](https://github.com/oceanprotocol/ocean-contracts/commit/60263ae4a1f8c36879f782562f349add2a7ae142) +- Release 0.1.1 [`9a8a30d`](https://github.com/oceanprotocol/ocean-contracts/commit/9a8a30d1219e8ccfd5493aca1006f29dc74145bf) +- allow deploy on travis [`0b28366`](https://github.com/oceanprotocol/ocean-contracts/commit/0b28366dd807e0d3932bb058b0184ce9c3fef909) #### v0.1.0 > 8 June 2020 -- Fix/readme (minor fix) [`#98`](https://github.com/oceanprotocol/contracts/pull/98) -- Fix/ missing configs [`#97`](https://github.com/oceanprotocol/contracts/pull/97) -- Feature/npm-package [`#96`](https://github.com/oceanprotocol/contracts/pull/96) -- Bump truffle from 5.1.28 to 5.1.29 [`#94`](https://github.com/oceanprotocol/contracts/pull/94) -- Bump eslint from 6.8.0 to 7.2.0 [`#95`](https://github.com/oceanprotocol/contracts/pull/95) -- Fix/helper-functions [`#93`](https://github.com/oceanprotocol/contracts/pull/93) -- Fix/solidity-coverage version [`#92`](https://github.com/oceanprotocol/contracts/pull/92) -- Bump solc from 0.6.8 to 0.6.9 [`#88`](https://github.com/oceanprotocol/contracts/pull/88) -- Feature/Contracts-deployment [`#84`](https://github.com/oceanprotocol/contracts/pull/84) -- Fix/Minor docs errors [`#82`](https://github.com/oceanprotocol/contracts/pull/82) -- Bump web3-provider-engine from 15.0.7 to 15.0.12 [`#80`](https://github.com/oceanprotocol/contracts/pull/80) -- Bump web3 from 1.2.7 to 1.2.8 [`#76`](https://github.com/oceanprotocol/contracts/pull/76) -- Create Dependabot config file [`#74`](https://github.com/oceanprotocol/contracts/pull/74) -- Feature/autogenerate name symbol, and fixed cap [`#65`](https://github.com/oceanprotocol/contracts/pull/65) -- Feature/add helper solidity functions [`#67`](https://github.com/oceanprotocol/contracts/pull/67) -- fix template naming [`#69`](https://github.com/oceanprotocol/contracts/pull/69) -- Feature/add blob to ERC20Template [`#68`](https://github.com/oceanprotocol/contracts/pull/68) -- Feature/fee management [`#54`](https://github.com/oceanprotocol/contracts/pull/54) -- Feature/solidity-docgen [`#60`](https://github.com/oceanprotocol/contracts/pull/60) -- Fix/documentation [`#57`](https://github.com/oceanprotocol/contracts/pull/57) -- Feature/token registry [`#56`](https://github.com/oceanprotocol/contracts/pull/56) -- Fix/remove-decimals [`#53`](https://github.com/oceanprotocol/contracts/pull/53) -- Feature/unit tests [`#44`](https://github.com/oceanprotocol/contracts/pull/44) -- Fix/package.json [`#51`](https://github.com/oceanprotocol/contracts/pull/51) -- add license to the solidity code [`#45`](https://github.com/oceanprotocol/contracts/pull/45) -- Feature/Linting [`#35`](https://github.com/oceanprotocol/contracts/pull/35) -- update readme.md [`#41`](https://github.com/oceanprotocol/contracts/pull/41) -- adding travis badge [`#40`](https://github.com/oceanprotocol/contracts/pull/40) -- add codecov config file [`#39`](https://github.com/oceanprotocol/contracts/pull/39) -- Fix/inconsistent naming [`#31`](https://github.com/oceanprotocol/contracts/pull/31) -- Feature/Travis-CI [`#33`](https://github.com/oceanprotocol/contracts/pull/33) -- fix solidity coverage [`#32`](https://github.com/oceanprotocol/contracts/pull/32) -- Feature/sol coverage [`#28`](https://github.com/oceanprotocol/contracts/pull/28) -- Feature/truffle-migrations [`#26`](https://github.com/oceanprotocol/contracts/pull/26) -- Update contracts according to develop [`#27`](https://github.com/oceanprotocol/contracts/pull/27) -- Fix/pausable token [`#24`](https://github.com/oceanprotocol/contracts/pull/24) -- Feature: initialize truffle app [`#19`](https://github.com/oceanprotocol/contracts/pull/19) -- Feature/Documentation [`#3`](https://github.com/oceanprotocol/contracts/pull/3) -- Merge everything before switching to truffle [`#16`](https://github.com/oceanprotocol/contracts/pull/16) -- Feature/ Unit tests [`#1`](https://github.com/oceanprotocol/contracts/pull/1) -- fix: github solidity linguist detection [`#12`](https://github.com/oceanprotocol/contracts/pull/12) -- add nile artifacts [`3af1ee6`](https://github.com/oceanprotocol/contracts/commit/3af1ee6b5feba708eaa08cc0a3475fc5a75197b1) -- fix packages [`f91aaa2`](https://github.com/oceanprotocol/contracts/commit/f91aaa2072067f842835f3b0caaed3ab6589bd67) -- fix remove oz os [`a15b905`](https://github.com/oceanprotocol/contracts/commit/a15b9055bfc6eca9fa9711870556b1aed6a6742b) +- Fix/readme (minor fix) [`#98`](https://github.com/oceanprotocol/ocean-contracts/pull/98) +- Fix/ missing configs [`#97`](https://github.com/oceanprotocol/ocean-contracts/pull/97) +- Feature/npm-package [`#96`](https://github.com/oceanprotocol/ocean-contracts/pull/96) +- Bump truffle from 5.1.28 to 5.1.29 [`#94`](https://github.com/oceanprotocol/ocean-contracts/pull/94) +- Bump eslint from 6.8.0 to 7.2.0 [`#95`](https://github.com/oceanprotocol/ocean-contracts/pull/95) +- Fix/helper-functions [`#93`](https://github.com/oceanprotocol/ocean-contracts/pull/93) +- Fix/solidity-coverage version [`#92`](https://github.com/oceanprotocol/ocean-contracts/pull/92) +- Bump solc from 0.6.8 to 0.6.9 [`#88`](https://github.com/oceanprotocol/ocean-contracts/pull/88) +- Feature/Contracts-deployment [`#84`](https://github.com/oceanprotocol/ocean-contracts/pull/84) +- Fix/Minor docs errors [`#82`](https://github.com/oceanprotocol/ocean-contracts/pull/82) +- Bump web3-provider-engine from 15.0.7 to 15.0.12 [`#80`](https://github.com/oceanprotocol/ocean-contracts/pull/80) +- Bump web3 from 1.2.7 to 1.2.8 [`#76`](https://github.com/oceanprotocol/ocean-contracts/pull/76) +- Create Dependabot config file [`#74`](https://github.com/oceanprotocol/ocean-contracts/pull/74) +- Feature/autogenerate name symbol, and fixed cap [`#65`](https://github.com/oceanprotocol/ocean-contracts/pull/65) +- Feature/add helper solidity functions [`#67`](https://github.com/oceanprotocol/ocean-contracts/pull/67) +- fix template naming [`#69`](https://github.com/oceanprotocol/ocean-contracts/pull/69) +- Feature/add blob to ERC20Template [`#68`](https://github.com/oceanprotocol/ocean-contracts/pull/68) +- Feature/fee management [`#54`](https://github.com/oceanprotocol/ocean-contracts/pull/54) +- Feature/solidity-docgen [`#60`](https://github.com/oceanprotocol/ocean-contracts/pull/60) +- Fix/documentation [`#57`](https://github.com/oceanprotocol/ocean-contracts/pull/57) +- Feature/token registry [`#56`](https://github.com/oceanprotocol/ocean-contracts/pull/56) +- Fix/remove-decimals [`#53`](https://github.com/oceanprotocol/ocean-contracts/pull/53) +- Feature/unit tests [`#44`](https://github.com/oceanprotocol/ocean-contracts/pull/44) +- Fix/package.json [`#51`](https://github.com/oceanprotocol/ocean-contracts/pull/51) +- add license to the solidity code [`#45`](https://github.com/oceanprotocol/ocean-contracts/pull/45) +- Feature/Linting [`#35`](https://github.com/oceanprotocol/ocean-contracts/pull/35) +- update readme.md [`#41`](https://github.com/oceanprotocol/ocean-contracts/pull/41) +- adding travis badge [`#40`](https://github.com/oceanprotocol/ocean-contracts/pull/40) +- add codecov config file [`#39`](https://github.com/oceanprotocol/ocean-contracts/pull/39) +- Fix/inconsistent naming [`#31`](https://github.com/oceanprotocol/ocean-contracts/pull/31) +- Feature/Travis-CI [`#33`](https://github.com/oceanprotocol/ocean-contracts/pull/33) +- fix solidity coverage [`#32`](https://github.com/oceanprotocol/ocean-contracts/pull/32) +- Feature/sol coverage [`#28`](https://github.com/oceanprotocol/ocean-contracts/pull/28) +- Feature/truffle-migrations [`#26`](https://github.com/oceanprotocol/ocean-contracts/pull/26) +- Update contracts according to develop [`#27`](https://github.com/oceanprotocol/ocean-contracts/pull/27) +- Fix/pausable token [`#24`](https://github.com/oceanprotocol/ocean-contracts/pull/24) +- Feature: initialize truffle app [`#19`](https://github.com/oceanprotocol/ocean-contracts/pull/19) +- Feature/Documentation [`#3`](https://github.com/oceanprotocol/ocean-contracts/pull/3) +- Merge everything before switching to truffle [`#16`](https://github.com/oceanprotocol/ocean-contracts/pull/16) +- Feature/ Unit tests [`#1`](https://github.com/oceanprotocol/ocean-contracts/pull/1) +- fix: github solidity linguist detection [`#12`](https://github.com/oceanprotocol/ocean-contracts/pull/12) +- add nile artifacts [`3af1ee6`](https://github.com/oceanprotocol/ocean-contracts/commit/3af1ee6b5feba708eaa08cc0a3475fc5a75197b1) +- fix packages [`f91aaa2`](https://github.com/oceanprotocol/ocean-contracts/commit/f91aaa2072067f842835f3b0caaed3ab6589bd67) +- fix remove oz os [`a15b905`](https://github.com/oceanprotocol/ocean-contracts/commit/a15b9055bfc6eca9fa9711870556b1aed6a6742b) diff --git a/package.json b/package.json index 62b426d36..5cec11669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/contracts", - "version": "0.5.8", + "version": "0.5.9", "description": "Ocean Protocol L1 - DataTokens", "bugs": { "url": "https://github.com/oceanprotocol/contracts/issues" @@ -78,9 +78,9 @@ "eslint-config-oceanprotocol": "^1.5.0", "openzeppelin-solidity": "^2.5.0", "release-it": "^13.6.2", - "solc": "^0.5.8", + "solc": "^0.5.9", "solidity-coverage": "0.7.5", - "solidity-docgen": "^0.5.8", + "solidity-docgen": "^0.5.9", "solium": "^1.2.5", "solium-plugin-security": "^0.1.1", "truffle": "^5.1.43", diff --git a/setup.cfg b/setup.cfg index 965108154..060013b15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.8 +current_version = 0.5.9 commit = True tag = True diff --git a/setup.py b/setup.py index 2223ff5a9..ced6948c2 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/oceanprotocol/ocean-contracts', - version='0.5.8', + version='0.5.9', zip_safe=False, ) \ No newline at end of file