Skip to content

Commit

Permalink
release-v1.1.0 (storyprotocol#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark authored Apr 28, 2024
1 parent be00194 commit ba6b0e8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 20 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v1.1.0

- Gas optimization in IpRoyaltyVault (#114)
- Expiration time modifications
- Remove expiration time from License Tokens (#123)
- Fix expiration time of child IPs to not exceed parent IPs (#129)
- Unified Licensing Hokk for minting fee and receiver check hooks (#115)
- Enhance permission management and security with setAllPermissions in Access Controller (#127)
- CREATE3 deployment for deterministic address deployment (#124, #132)
- Migrate to Solady ERC6551 for IP Account (#133)
- Support batch operations in IP Account Storage (#134)
- Fix missing License Terms ID in tokenURI (#136)
- Add issue and pull request templates (#120, #121)
- Miscellaneous changes (#130)
- More tests (#101)

Full Changelog: [v1.0.0...v1.1.0](https://github.com/storyprotocol/protocol-core/compare/v1.0.0...v1.1.0)

## v1.0.0

- Introduce new Licensing System (#33, #37, #64, #75, #94)
Expand Down
38 changes: 19 additions & 19 deletions deploy-out/deployment-11155111.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"main": {
"AccessController": "0xbb265920D0cb2039504493c76e8516502E75E128",
"ArbitrationPolicySP": "0x9AB7986BB68302F9C017F35bcbc8470BF4D3BbEF",
"CoreMetadataModule": "0x4FecB01918BF92b8784B4b744275cd446d64Fb84",
"CoreMetadataViewModule": "0x4d32985FA109627125baeA1AEC20c45872a06BB0",
"DisputeModule": "0x3e75614342e42C728fF57408d0B37E7e5CBb5957",
"IPAccountImpl": "0xbCB5115E4Ed32EC902520E673efa50556dB080Ce",
"IPAssetRegistry": "0x945eeBB5C419bBb84F76f181a462580CfC8CB1c2",
"IpRoyaltyVaultBeacon": "0x2e5908387E12E466F7A4Fe3d3246AF82F82d194A",
"IpRoyaltyVaultImpl": "0x99E4321793d25467333F1c82d2C9BD803c955E5D",
"LicenseRegistry": "0x0BBDF088D26Fa76713a9F05AF3A7a86fbBB52EEB",
"LicenseToken": "0x9CB626A37Cb59d1676673aCC858D0790C777CDB3",
"LicensingModule": "0x2863c12344c440DdA89C7a930833825227ab12fa",
"ModuleRegistry": "0xCdF6892CEc284A8312843ca03052c6365c6ecf75",
"PILicenseTemplate": "0x406adf3940DbDF5bE2B0C2A3129B34553e876E86",
"ProtocolAccessManager": "0x9Ce132beA7E7528a71e942B9b1Ac125D3313d9EA",
"ProtocolPauseAdmin": "0x29B70Dd029949d2aB2d646B193Bc9Da40F9dFCD4",
"RoyaltyModule": "0xb2CD61740d224040d3D025C8E45Ce5FE370472aa",
"RoyaltyPolicyLAP": "0x9882EB3D48b2F3646C87046Fc324e4F88dF01Fde",
"TokenWithdrawalModule": "0x6E5EA0278F8fB2AEAD0a13C76f5b1e9A2954C58D"
"AccessController": "0xA126e34eb1710b2946A23bb1f716b10250eCA4A8",
"ArbitrationPolicySP": "0x766020eD1c597A66ee40d7b9FfD7EFc61cdf7dbB",
"CoreMetadataModule": "0x656b5F640a64BbbC15Ef6986eB3F6dbAE9060F37",
"CoreMetadataViewModule": "0x82a30ed4Af5f490a96F16e836495EFDc8d70cAad",
"DisputeModule": "0x367076bb7490AcD84Ad1DaFD7a5b5860A05729b2",
"IPAccountImpl": "0xc08274E8f6cd700f45dad30F6e5201753c62A03f",
"IPAssetRegistry": "0xe64fBeD2d3c7e4B6a96cB1c35F6A784aaB379938",
"IpRoyaltyVaultBeacon": "0xa349Db6C18c64d74E0a4B79cc443245d80b39D52",
"IpRoyaltyVaultImpl": "0xE1e70B8453b8aE7675bD7B950050C782d02CB773",
"LicenseRegistry": "0x4F848749a3C91eaBbed43f4028139353DE3Db9Bc",
"LicenseToken": "0xb5DCcc1a9670a9bf41C6E60A845564965ee82bE5",
"LicensingModule": "0x1D136E378D560B19BE2d10F6d8Bb632142318986",
"ModuleRegistry": "0x67bd5870Fd0c3A0106ff4257394314AFcfA4a2bE",
"PILicenseTemplate": "0x323EF5020fc687eA75dAbc0f49a7AB96C78F3803",
"ProtocolAccessManager": "0x4F858d62f6a8E91593FF2D8981D6D50A2100311D",
"ProtocolPauseAdmin": "0xcA3e52F3c0fC72a2F90f691E299929B8c27F4F23",
"RoyaltyModule": "0xadC723a35950De5d13a67562e4F9Db65C91DECB3",
"RoyaltyPolicyLAP": "0x1D674c456cA7Fb13668bDe290dAcf9b97afbC1c7",
"TokenWithdrawalModule": "0x8F1ad738DbD7acFc1dF696A60418a51C503dBB71"
}
}
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",
"version": "v1.1.0",
"description": "Story Protocol core smart contracts",
"main": "",
"directories": {
Expand Down

0 comments on commit ba6b0e8

Please sign in to comment.