You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***cursor:** migrate cursor encoding to bin-it for structured serialization
9
+
***objectarium:** remove `owner` from Object
10
+
***objectarium:** ownership is now a first-class concept, separate from the bucket
11
+
***objectarium:** compression configuration is now defined at the bucket level
12
+
instead of the object level, ensuring consistency and immutability.
13
+
14
+
### Features
15
+
16
+
***logic-bindings:** introduce function for converting strings to Prolog atoms ([a6d5858](https://github.com/axone-protocol/contracts/commit/a6d58585bc94a85ee721a13948383061e8f57c43))
17
+
***objectarium:** ownership is now a first-class concept, separate from the bucket ([3cae3f4](https://github.com/axone-protocol/contracts/commit/3cae3f413a13eeed68046dccced7e76089880383))
18
+
***objectarium:** support query ObjectsPinnedBy with pagination ([330b8c0](https://github.com/axone-protocol/contracts/commit/330b8c04da967c24694449804c650baf4eea1649))
19
+
20
+
21
+
### Performance Improvements
22
+
23
+
***objectarium:** use keys_raw in is_pinned for lighter lookup ([db60a48](https://github.com/axone-protocol/contracts/commit/db60a487f501380f07b930b148f1c3ea0c1303f3))
24
+
25
+
26
+
### Code Refactoring
27
+
28
+
***cursor:** migrate cursor encoding to bin-it for structured serialization ([47cbf6a](https://github.com/axone-protocol/contracts/commit/47cbf6a70619c2eb2de50c2508b59c81dda54631))
29
+
***objectarium:** move compression configuration from object to bucket level ([c3fb1c5](https://github.com/axone-protocol/contracts/commit/c3fb1c5f082b4751e5fb1c620aad8ad71252e979)), closes [#583](https://github.com/axone-protocol/contracts/issues/583)
30
+
***objectarium:** remove `owner` from Object ([b36fbb1](https://github.com/axone-protocol/contracts/commit/b36fbb11cfe079d83cb7faf75ebe3446c96050f0))
Copy file name to clipboardExpand all lines: docs/axone-cognitarium.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -925,4 +925,4 @@ A named node constant.
925
925
926
926
---
927
927
928
-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`cf0ad05cfbb0958c`)_
928
+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-cognitarium.json` (`7ba3e778bc6d4a8b`)_
Copy file name to clipboardExpand all lines: docs/axone-dataverse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,5 +238,5 @@ let b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```
238
238
239
239
---
240
240
241
-
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-dataverse.json` (`e3b26772811bfe51`)*
241
+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-dataverse.json` (`854e4cf3e67b73f0`)*
Copy file name to clipboardExpand all lines: docs/axone-law-stone.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,4 +136,4 @@ A string containing Base64-encoded data.
136
136
137
137
---
138
138
139
-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`df827252e2e559ce`)_
139
+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-law-stone.json` (`7546fa394dc640cf`)_
Copy file name to clipboardExpand all lines: docs/axone-objectarium.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -632,5 +632,5 @@ Any existing pending ownership transfer is overwritten.
632
632
633
633
---
634
634
635
-
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-objectarium.json` (`adc112e13d1b0a4e`)*
635
+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `axone-objectarium.json` (`9a941ffdcb12ddd9`)*
0 commit comments