-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(master): release contracts 1.1.0 (#56)
* chore(master): release contracts 1.0.0 * chore: manual changes (#58) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Viktor Levente Tóth <[email protected]>
- Loading branch information
1 parent
a41fd1a
commit 86cbc33
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Changelog | ||
|
||
## 1.1.0 (2022-07-11) | ||
|
||
|
||
### Features | ||
|
||
* add additional checks to ens service ([44f359e](https://github.com/fairDataSociety/fdp-contracts/commit/44f359e42d311e8c21432fbf791b81c30184037f)) | ||
* add basic ENS methods ([2844669](https://github.com/fairDataSociety/fdp-contracts/commit/2844669ffd8429be1f47f7505542bec63c23cc15)) | ||
* Add build image script and fix the deployment script ([c604b0e](https://github.com/fairDataSociety/fdp-contracts/commit/c604b0e9e9adca515cd1d6645c3580e968383214)) | ||
* Add ENS deployment ([b6efdff](https://github.com/fairDataSociety/fdp-contracts/commit/b6efdff988bb0d033f57f9dd5a7e024ca0273210)) | ||
* add initial js-library project (work in progress) ([8d29b3f](https://github.com/fairDataSociety/fdp-contracts/commit/8d29b3f1b5d6bc067db682374c793eadb6fb12ba)) | ||
* **ci:** read package version ([#40](https://github.com/fairDataSociety/fdp-contracts/issues/40)) ([a41fd1a](https://github.com/fairDataSociety/fdp-contracts/commit/a41fd1a2747244d38e9f1f654bb7ce52884c5427)) | ||
* Complete build-image.sh script ([46c079d](https://github.com/fairDataSociety/fdp-contracts/commit/46c079d0a278cee40bc9e39f6bf9c79d13caea94)) | ||
* complete js library setup ([3ab029c](https://github.com/fairDataSociety/fdp-contracts/commit/3ab029c8663f9d0f879f1a64afd2b9c3acfc70bc)) | ||
* **contracts:** BMT Chunk ([#19](https://github.com/fairDataSociety/fdp-contracts/issues/19)) ([b2a18a6](https://github.com/fairDataSociety/fdp-contracts/commit/b2a18a6a298fc07294f785187dacf3ff8ba590df)) | ||
* **contracts:** fds registrar contracts ([#26](https://github.com/fairDataSociety/fdp-contracts/issues/26)) ([74b9266](https://github.com/fairDataSociety/fdp-contracts/commit/74b9266ddede0c37f05719115f037aab33f33827)) | ||
* **contracts:** FDS Registrar specs passing with fdp-play dev environment ([#35](https://github.com/fairDataSociety/fdp-contracts/issues/35)) ([ae1c3a3](https://github.com/fairDataSociety/fdp-contracts/commit/ae1c3a3efa52377ee1fb5dbae21ce6ff69108ce5)) | ||
* **contracts:** File BMT inclusion proof ([#20](https://github.com/fairDataSociety/fdp-contracts/issues/20)) ([a52b2f4](https://github.com/fairDataSociety/fdp-contracts/commit/a52b2f4819371b17d4bf6f3818076917b1ae0782)) | ||
* improve ENS configuration ([8efdf02](https://github.com/fairDataSociety/fdp-contracts/commit/8efdf02c3c32d3936460fe6de5868c78f6ab3f39)) | ||
* init ([#1](https://github.com/fairDataSociety/fdp-contracts/issues/1)) ([40a4b18](https://github.com/fairDataSociety/fdp-contracts/commit/40a4b18e6a6ce6d7a3e1dac0544207745b7a4136)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add optional transaction checking ([c9fdcc1](https://github.com/fairDataSociety/fdp-contracts/commit/c9fdcc144e3fe08da3b705946cf0d82b454ba34e)) | ||
* Change an ENS function name and export a type ([3d365c6](https://github.com/fairDataSociety/fdp-contracts/commit/3d365c634a997c803f78ab08eea6f04b2d46047d)) | ||
* deploy.ts small fix ([bf8075f](https://github.com/fairDataSociety/fdp-contracts/commit/bf8075fa8d6be3e40f3c30508cdb6d55ed885966)) | ||
* export models ([2976eb0](https://github.com/fairDataSociety/fdp-contracts/commit/2976eb0980cb2c3833cd25fbf98d021062da6209)) | ||
* fix assert function and change env file name ([37e5497](https://github.com/fairDataSociety/fdp-contracts/commit/37e5497c6899b5fb352ca5f7d27fffc3968115cd)) | ||
* fix deploy and ci scripts ([c0359a9](https://github.com/fairDataSociety/fdp-contracts/commit/c0359a99282ecc5d8dc9f7c0934e5c259c35ce4b)) | ||
* fix deployment ([995bf8a](https://github.com/fairDataSociety/fdp-contracts/commit/995bf8a6e1bed3d5e4c40c3778b880413d888531)) | ||
* fix hex type ([149abde](https://github.com/fairDataSociety/fdp-contracts/commit/149abdec1987aa5956a3f689a1136c180fdd3a5a)) | ||
* fix image url ([079f09d](https://github.com/fairDataSociety/fdp-contracts/commit/079f09df3256c0a0b48a570ff27526e37dfe2067)) | ||
* fix import ([f44a11d](https://github.com/fairDataSociety/fdp-contracts/commit/f44a11de2bc7724468c7ac5273b775a4e9a2cb65)) | ||
* fix keys check ([45f1e7e](https://github.com/fairDataSociety/fdp-contracts/commit/45f1e7e9120ee33367afdd351c9b4705cfbd030c)) | ||
* fix library import of ens contract ([#42](https://github.com/fairDataSociety/fdp-contracts/issues/42)) ([fa6f1ac](https://github.com/fairDataSociety/fdp-contracts/commit/fa6f1aceb14070844d618f8666b8af0479ff33ee)) | ||
* fix the deploy script ([f792aa4](https://github.com/fairDataSociety/fdp-contracts/commit/f792aa4e94f275e8a1b50b169ae64c7437dc722f)) | ||
* fix type checkings and bash variable usage ([423cdcb](https://github.com/fairDataSociety/fdp-contracts/commit/423cdcb6d22b0c6b2c5bf33061398c2211c8e9b3)) | ||
* fix types ([927ec52](https://github.com/fairDataSociety/fdp-contracts/commit/927ec527cc5cda381f4b42e9c5863181ecb45b6d)) | ||
* fix warnings in ens contracts ([e131027](https://github.com/fairDataSociety/fdp-contracts/commit/e13102744688d7d897b716971be070e76acce083)) | ||
* improve deploy.ts script ([f6ae9b1](https://github.com/fairDataSociety/fdp-contracts/commit/f6ae9b14be3fcec0d8f5509d7b71bc5cbefa9cc6)) | ||
* improve transaction error handling ([ffd38f6](https://github.com/fairDataSociety/fdp-contracts/commit/ffd38f6285d8b9771049ab2d3d8f3c69f74a1316)) | ||
* js library fixes ([7ea1583](https://github.com/fairDataSociety/fdp-contracts/commit/7ea1583f4f4a8a9aac6375a221ca4f6f7536e251)) | ||
* js library improvements ([502f99c](https://github.com/fairDataSociety/fdp-contracts/commit/502f99c80508295795e5986fcc1fb0bcf82f0524)) | ||
* simplify predefined environment config usage ([9e03144](https://github.com/fairDataSociety/fdp-contracts/commit/9e031441a0ec0c28621d1d657a1909950c7f1e06)) | ||
* use flavored types for hex strings ([83c85f2](https://github.com/fairDataSociety/fdp-contracts/commit/83c85f28fcb38c46f68ba54cdd600f4902d69615)) |