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: v1.0.0-rc.1 #31

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v1.0.0-rc.1

- Migrate to upgradable contracts (for some) and toolings (#6, #7, #8, #16, #25)
- Introduce IPAccount Namespace Storage for Open Data Access design and IViewModule for Enhanced Metadata Display (#2)
- Introduce the Core Metadata Module and its View Module for storing and viewing metadata in individual IPAccounts (#15)
- Deprecate Registration Module (#3) and IPAssetRenderer (#14)
- Simplify RoyaltyPolicyLAP logic by removing native token payment (#1) and ancestor hash & royalty context (#4) with additional minor changes.
- Simplify IP registration in IPAssetRegistry and enable permissionless registration on behalf of IP NFT owners (#17)
- Replace SP royalty policy's 0xSplits with custom ERC20 Royalty Vault based on ERC20Snapshot (#26)
- Prevent child IPs from linking to parents more than once in the LicensingModule (#28)
- Refactor codebase structure (#29)
- Enhance CI/CD and repo (#10, #11, #12, #13, #16, #18), bump pkgs (#19...#24), and misc. (#27, #30)

## v1.0.0-beta-rc6

This release patches the beta release of Story Protocol.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/protocol-core",
"version": "v1.0.0-beta-rc6",
"version": "v1.0.0-rc.1",
"description": "Story Protocol core smart contracts",
"main": "",
"directories": {
Expand Down
Loading