Skip to content

Commit 0cae9ec

Browse files
committedAug 2, 2024··
chore(release): perform release 6.0.0
1 parent cf8dd22 commit 0cae9ec

File tree

15 files changed

+68
-22
lines changed

15 files changed

+68
-22
lines changed
 

‎CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# AXONE contracts
2+
3+
## [6.0.0](https://github.com/axone-protocol/contracts/compare/v5.0.0...v6.0.0) (2024-08-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **dataverse:** change RdfFormat to RdfDatasetFormat
9+
* **law-stone:** ensure only the creator can break the stone (was admin)
10+
* **renaming:** rebrand from `okp4` to `axone`
11+
* **objectarium:** avoid failing on already stored object
12+
13+
### Features
14+
15+
* **cognitarium:** do not allow funds on instantiate ([035e8a6](https://github.com/axone-protocol/contracts/commit/035e8a61e919f980ae72db9f913e2606edd99150))
16+
* **cognitarium:** prevent contract execution with funds ([9ea2c50](https://github.com/axone-protocol/contracts/commit/9ea2c5090bbb03f802368b9e6493cfc37321a578))
17+
* **dataverse:** do not allow funds on instantiate ([952e727](https://github.com/axone-protocol/contracts/commit/952e727d35d1f3ee5e2048942047b12a916ff97f))
18+
* **dataverse:** prevent contract execution with funds ([b25ca2a](https://github.com/axone-protocol/contracts/commit/b25ca2a3a84c3a1b41530034cd25db9207eec282))
19+
* **law-stone:** do not allow funds on instantiate ([474823e](https://github.com/axone-protocol/contracts/commit/474823e1ad59905975c21f41fecee2f1e8598ea8))
20+
* **law-stone:** prevent contract execution with funds ([116ff78](https://github.com/axone-protocol/contracts/commit/116ff7807e71b675c1f8039e7a9405cbbc4252c7))
21+
* **objectarium:** add check for pagination default_page_size cannot be zero ([c993e22](https://github.com/axone-protocol/contracts/commit/c993e22873d42e91ef3207e13e18125dbf5a92de))
22+
* **objectarium:** add mora validation control for BucketLimits ([fc3fd4a](https://github.com/axone-protocol/contracts/commit/fc3fd4add0ac9cfc1b3c7a04c85dd44c1236219a))
23+
* **objectarium:** add validation for accepted_compression_algorithms ([ce89427](https://github.com/axone-protocol/contracts/commit/ce894277420e088bb24a314ae7f5471e617d6dd5))
24+
* **objectarium:** avoid failing on already stored object ([7e56d22](https://github.com/axone-protocol/contracts/commit/7e56d22e659d6ed036d16386a3eeb3bd6e4729a6))
25+
* **objectarium:** do not allow funds on instantiate ([d068844](https://github.com/axone-protocol/contracts/commit/d068844817de6ff3a5b7f5aa983d1e28f8dcba62))
26+
* **objectarium:** include bucket statistics in bucket information query ([8728049](https://github.com/axone-protocol/contracts/commit/87280490216fdad23d1a345bbb097eb0170e5eb0))
27+
* **objectarium:** include compressed_size, size and pinned attribute when store object ([4a39965](https://github.com/axone-protocol/contracts/commit/4a39965fb0555398b817dbdac947acde19cfadb5))
28+
* **objectarium:** prevent contract execution with funds ([816a0e5](https://github.com/axone-protocol/contracts/commit/816a0e5dea619b160742e3f193177a03a9a04ebf))
29+
30+
31+
### Bug Fixes
32+
33+
* **law-stone:** ensure only the creator can break the stone (was admin) ([a5a4847](https://github.com/axone-protocol/contracts/commit/a5a4847e77d22ccd3957ca72424cc1212d62d231))
34+
* **objectarium:** decrement total compression size when forgot object ([#559](https://github.com/axone-protocol/contracts/issues/559)) ([2aaba9f](https://github.com/axone-protocol/contracts/commit/2aaba9f280e2e2e11a7482139514b027cca72c08))
35+
* **objectarium:** ensure pin on storing already exists object ([4612b51](https://github.com/axone-protocol/contracts/commit/4612b516676b226a3d7ce00c288069103e312a23))
36+
* **renaming:** denom used after chain-init ([39f1810](https://github.com/axone-protocol/contracts/commit/39f1810c5b941ef23389d55677c36f0a30d8fd47))
37+
* **renaming:** format import ([08f7b01](https://github.com/axone-protocol/contracts/commit/08f7b01436f2af30be26416a9c119a031e62ff78))
38+
* **renaming:** format linter issue ([0b38aa8](https://github.com/axone-protocol/contracts/commit/0b38aa89a1df7f621f56d0e37a1d96b7035c8cab))
39+
* **renaming:** linter issues ([a066df6](https://github.com/axone-protocol/contracts/commit/a066df68e9618bc3ecfac53d26fe94bce954946f))
40+
41+
42+
### Code Refactoring
43+
44+
* **dataverse:** change RdfFormat to RdfDatasetFormat ([d62c72e](https://github.com/axone-protocol/contracts/commit/d62c72ebaba900fbcad77a8503726fe12974dff2))
45+
* **renaming:** rebrand from `okp4` to `axone` ([3dcd870](https://github.com/axone-protocol/contracts/commit/3dcd870275a3c56fcd9dbda40196254c8aa46dc1))
46+
147
# ØKP4 contracts
248

349
## [5.0.0](https://github.com/axone-protocol/contracts/compare/v4.1.0...v5.0.0) (2024-04-02)

‎Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎contracts/axone-cognitarium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-cognitarium"
55
rust-version = "1.75"
6-
version = "5.0.0"
6+
version = "6.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

‎contracts/axone-dataverse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-dataverse"
55
rust-version = "1.75"
6-
version = "5.0.0"
6+
version = "6.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

‎contracts/axone-law-stone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-law-stone"
55
rust-version = "1.75"
6-
version = "5.0.0"
6+
version = "6.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

‎contracts/axone-objectarium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-objectarium"
55
rust-version = "1.75"
6-
version = "5.0.0"
6+
version = "6.0.0"
77

88
exclude = [
99
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.

‎docs/axone-cognitarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,4 +876,4 @@ Represents a condition in a [WhereClause].
876876

877877
---
878878

879-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`72125c91d0c7acd2`)_
879+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`d8d7e78708aa2e5c`)_

‎docs/axone-dataverse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ let b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```
238238
239239
---
240240
241-
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-dataverse.json` (`6c036ea055d1bbb8`)*
241+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-dataverse.json` (`70aa81be19dd58f9`)*
242242
````

‎docs/axone-law-stone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ A string containing Base64-encoded data.
136136

137137
---
138138

139-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`58a14576c3c1d7fe`)_
139+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`f8eb198b23eb9c74`)_

‎docs/axone-objectarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,4 +525,4 @@ A string containing a 128-bit integer in decimal representation.
525525

526526
---
527527

528-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-objectarium.json` (`2fd2aff74a052bde`)_
528+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-objectarium.json` (`3a53bb06f9b58538`)_

‎packages/axone-cognitarium-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-cognitarium-client"
5-
version = "5.0.0"
5+
version = "6.0.0"
66

77
[dependencies]
88
axone-cognitarium.workspace = true

‎packages/axone-logic-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-logic-bindings"
5-
version = "5.0.0"
5+
version = "6.0.0"
66

77
[dependencies]
88
axone-wasm.workspace = true

‎packages/axone-objectarium-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-objectarium-client"
5-
version = "5.0.0"
5+
version = "6.0.0"
66

77
[dependencies]
88
axone-objectarium.workspace = true

‎packages/axone-rdf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-rdf"
5-
version = "5.0.0"
5+
version = "6.0.0"
66

77
[dependencies]
88
base16ct = { version = "0.2.0", features = ["alloc"] }

‎packages/axone-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "axone-wasm"
5-
version = "5.0.0"
5+
version = "6.0.0"
66

77
[dependencies]
88
cosmwasm-std.workspace = true

0 commit comments

Comments
 (0)
Please sign in to comment.