Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.1 #113

Closed
wants to merge 53 commits into from
Closed

Release v0.5.1 #113

wants to merge 53 commits into from

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Jun 26, 2024

Type of change

  • Release

Changes

[Version 0.5.1]

Description of the upcoming release here.

Added

  • #107: Adds the proxy_owner() function to the SRC-14 standard.
  • #104: Adds the CHANGELOG.md file to Sway-Standards.
  • #110 Adds the proxy_target() function to the SRC-14 standard.
  • #103: Adds Sway-Standards to the docs hub.

Changed

  • #103 Removes standards in the ./SRC folder in favor of ./docs.
  • #106 Updates links from the Sway Book to Docs Hub.

Fixed

  • #107 resolves the conflict when SRC-5's owner() function is used in both the proxy and target contract in the SRC-14 standard.
  • #99 Fixes links and typos in the SRC-14 standard.
  • #112 Fixes inline documentation code in the SRC-3 standard.

Breaking

  • #110 Breaks the SRC14 abi by adding the proxy_target() function. This will need to be added to any SRC14 implementation. The new abi is as follows:
abi SRC14 {
    #[storage(read, write)]
    fn set_proxy_target(new_target: ContractId);
    #[storage(read)]
    fn proxy_target() -> Option<ContractId>;
}

Checklist

  • I have linked to any relevant issues.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation where relevant (API docs, the reference, and the Sway book).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added (or requested a maintainer to add) the necessary Breaking* or New Feature labels where relevant.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.
  • I have updated the changelog to reflect the changes on this PR.

PaulRBerg and others added 30 commits May 13, 2024 10:41
change vault_sub_id back to sub_id SRC-3
Transform abusive usage of configurables into constants to support
latest version of Sway that uses encoded configurables.
Co-authored-by: Cameron Carstens <bitzoic.eth@gmail.com>
Co-authored-by: SwayStar123 <46050679+SwayStar123@users.noreply.github.com>
Co-authored-by: Cameron Carstens <bitzoic.eth@gmail.com>
Co-authored-by: João Matos <joao@tritao.eu>
* Update to forc v0.60.0

* Run formatter

* address PR comments

* Update CI

* Delete docs.yml and gh-pages.yml
sarahschwartz and others added 23 commits May 31, 2024 12:06
docs: SRC-14 grammar and example links
* Add empty changelog

* Remove duplicate breaking section from CHANGELOG.md

* Fix CI

* Fix broken links in README
Add `proxy_owner()` function to the SRC-14 standard
* Add proxy_target() to standard

* Add proxy_target to SRC14 abi

* Add proxy_target() to examples

* Update CHANGELOG with SRC14 add proxy_target() PR
* Update README with docs hub links

* Update links in docs
* Prepare for release v0.5.1

* Fix CI issues

* Add newline to changelog

* CHANGELOG updates from PR review

* Update changelog

* Include #106 changes in CHANGELOG

* Remove date from CHANGELOG

* Add #112 to CHANGELOG

* Remove trailing spaces
@bitzoic bitzoic requested a review from a team June 26, 2024 02:53
@bitzoic bitzoic closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants