-
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.
Release the contract `0.3.0`
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "0.3.0" | ||
} |
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,33 @@ | ||
# Changelog | ||
|
||
## 0.3.0 (2024-09-18) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* add repositroy link ([2c796ea](https://github.com/nearuaguild/abstract-dao/commit/2c796eaf4ec562b23fd8c38c05fb92d53044987d)) | ||
* bump near-sdk to 5.3.0 ([7e02d68](https://github.com/nearuaguild/abstract-dao/commit/7e02d68e312843d027ec58c77a1c7c0edeb4796e)) | ||
* cargo description ([7f44a98](https://github.com/nearuaguild/abstract-dao/commit/7f44a980dc6b6e962572e0744ea023797b9061b7)) | ||
* leave TODOs for upcoming updates ([d20ee68](https://github.com/nearuaguild/abstract-dao/commit/d20ee68df304962679ac2d52c6a7c132ab2edd02)) | ||
* manual release version to 0.2.0 ([e9f71a6](https://github.com/nearuaguild/abstract-dao/commit/e9f71a688d3d14588624c58f177627882ec7f0d4)) | ||
* release 0.3.0 ([2b1366a](https://github.com/nearuaguild/abstract-dao/commit/2b1366a056b1c2b7b8314e2a559993d63e4605bc)) | ||
* remove default integration tests ([34615ec](https://github.com/nearuaguild/abstract-dao/commit/34615ecfc4619a9dc11730c70b4dd826f7d411d7)) | ||
* remove unnecessary packages & add `near-sdk` for unit-testing ([8b0e708](https://github.com/nearuaguild/abstract-dao/commit/8b0e708f6821da30aa8d1c92889b2d55b37ff0dc)) | ||
* update .gitignore ([d0af1d6](https://github.com/nearuaguild/abstract-dao/commit/d0af1d6a7cf22df4929aea408016aa15343a6ad7)) | ||
* update package name ([f944e37](https://github.com/nearuaguild/abstract-dao/commit/f944e37674e314e4494c23dd5d858963285899a7)) | ||
|
||
|
||
### Features | ||
|
||
* construct data from Ethereum contract ABI ([7fc262e](https://github.com/nearuaguild/abstract-dao/commit/7fc262e71eb56d6cff6b98a787ffd827f59a6ece)) | ||
* implement core functionality of Abstract DAO ([db795f7](https://github.com/nearuaguild/abstract-dao/commit/db795f7c1cf24fb93bd5e3657a5ece2a08ff3840)) | ||
* introduce `get_signature` method that accepts ethereum transaction args ([8de851d](https://github.com/nearuaguild/abstract-dao/commit/8de851d20c2d6f657fc926d418e3ca8d9ae45d0a)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add ability to specify key_version in add_request input ([371fc47](https://github.com/nearuaguild/abstract-dao/commit/371fc47bc359e18dc584b08eb545dbd5ca2d7513)) | ||
* enable `abi` feature ([6eaf41a](https://github.com/nearuaguild/abstract-dao/commit/6eaf41a7d801fc4ba4c92731c3e9e75e743662e0)) | ||
* enable ABI support ([8ac5e85](https://github.com/nearuaguild/abstract-dao/commit/8ac5e85acde0e8e146d886b1b6bb466c84786934)) | ||
* impl JsonSchema trait for ABI ([65e7c27](https://github.com/nearuaguild/abstract-dao/commit/65e7c27c3b8130fd026fb64bce6a99c1f5025d99)) | ||
* reduce the amount of allowed actors ([9112f58](https://github.com/nearuaguild/abstract-dao/commit/9112f580ca36b973489678afb84bde24864227dc)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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