Releases: lukso-network/lsp-smart-contracts
Releases · lukso-network/lsp-smart-contracts
lsp8-contracts: v0.16.1
0.16.1 (2025-01-13)
Bug Fixes
- add missing
LSP8Votes
and LSP8VotesInitAbstract
artifact in LSP8 package (6f34a1c)
- fix incorrect dependencies and generated build (ce2e962)
- fix incorrect import for
LSP1Utils.sol
(ce2e962)
lsp8-contracts: v0.16.0
0.16.0 (2025-01-10)
⚠ BREAKING CHANGES
- upgrade
@erc725/smart-contracts
dependency to v8.0.0 in LSP8
- remove
Core
contract from LSP8 package
Features
- add force to internal function on lsp8 (2085039)
- add LSP7Votes and LSP8Votes extensions (3571355)
- add old LSP8 interfaces ids as Solidity constants (8e1e93e)
- create LSP8VotesInitAbstract (721c872)
Code Refactoring
- remove
Core
contract from LSP8 package (d499453)
- upgrade LPS4, 7 and 8 Tokens to
@erc725/smart-contracts
v8.0.0 (fde66b8)
lsp7-contracts: v0.16.1
0.16.1 (2025-01-13)
Bug Fixes
- add missing
LSP7Votes
and LSP7VotesInitAbstract
artifacts in LSP7 package (6f34a1c)
- fix incorrect dependencies and generated build (ce2e962)
lsp7-contracts: v0.16.0
0.16.0 (2025-01-10)
Note: this package is not published on npm. Regardless, we do not recommend to use it as it contains a bug that was was fixed in v0.16.3 of the @lukso/lsp7-contracts
package.
⚠ BREAKING CHANGES
- upgrade
@erc725/smart-contracts
dependency to v8.0.0 in LSP7
- remove
Core
contract from LSP7 package
Features
- add force to internal functions LSP7 (c2f7909)
- add LSP7Votes and LSP8Votes extensions (3571355)
- add old LSP7 interfaces ids as Solidity constants (8e1e93e)
- create LSP7VotesConstants.sol (0818c94)
- create LSP7VotesInitAbstract contract (fed8f18)
Bug Fixes
- disallow arbitrary sending of 0 amount in LSP7 (e21f431)
Code Refactoring
- remove
Core
contract from LSP7 package (ddc5d7f)
- upgrade
@erc725/smart-contracts
dependency to v8.0.0 in LSP7 (fde66b8)
lsp4-contracts: v0.16.1
0.16.1 (2025-01-13)
Bug Fixes
- fix incorrect dependencies and generated build (ce2e962)
lsp4-contracts: v0.16.0
0.16.0 (2025-01-10)
⚠ BREAKING CHANGES
- upgrade
@erc725/smart-contracts
dependency to v8.0.0 in LSP4
- remove
Core
contract from LSP4 package
Code Refactoring
- remove
Core
contract from LSP4 package (bef48cf)
- upgrade
@erc725/smart-contracts
dependency to v8.0.0 in LSP4 (fde66b8)
lsp3-contracts: v0.16.1
0.16.1 (2025-01-13)
Bug Fixes
- dependencies and build to trigger 0.16.1 patch release (ce2e962)
lsp3-contracts: v0.16.0
0.16.0 (2025-01-10)
Features
- Allow contract assets as TS type (dc637df)
lsp26-contracts: v0.1.1
0.1.1 (2025-01-13)
Bug Fixes
- fix incorrect dependencies and generated build (ce2e962)
lsp26-contracts: v0.1.0
0.1.0 (2025-01-10)
Features
- create and test
LSP26FollowingSystem
(6c7b4cf)