pyre-world-kit 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pyre_world.json +9 -28
- package/dist/registry.js +1 -0
- package/package.json +1 -1
- package/src/pyre_world.json +9 -28
- package/src/registry.ts +1 -0
package/dist/pyre_world.json
CHANGED
|
@@ -26,39 +26,20 @@
|
|
|
26
26
|
"accounts": [
|
|
27
27
|
{
|
|
28
28
|
"name": "signer",
|
|
29
|
-
"docs": [
|
|
30
|
-
"Must be the profile's linked_wallet"
|
|
31
|
-
],
|
|
32
29
|
"writable": true,
|
|
33
30
|
"signer": true
|
|
34
31
|
},
|
|
35
32
|
{
|
|
36
33
|
"name": "profile",
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
101,
|
|
47
|
-
95,
|
|
48
|
-
97,
|
|
49
|
-
103,
|
|
50
|
-
101,
|
|
51
|
-
110,
|
|
52
|
-
116
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"kind": "account",
|
|
57
|
-
"path": "profile.creator",
|
|
58
|
-
"account": "AgentProfile"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
}
|
|
34
|
+
"docs": [
|
|
35
|
+
"shorter (pre-P&L). Anchor's Account<AgentProfile> fails to deserialize",
|
|
36
|
+
"them before we can resize. Handler validates PDA, resizes, then deserializes."
|
|
37
|
+
],
|
|
38
|
+
"writable": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "system_program",
|
|
42
|
+
"address": "11111111111111111111111111111111"
|
|
62
43
|
}
|
|
63
44
|
],
|
|
64
45
|
"args": [
|
package/dist/registry.js
CHANGED
package/package.json
CHANGED
package/src/pyre_world.json
CHANGED
|
@@ -26,39 +26,20 @@
|
|
|
26
26
|
"accounts": [
|
|
27
27
|
{
|
|
28
28
|
"name": "signer",
|
|
29
|
-
"docs": [
|
|
30
|
-
"Must be the profile's linked_wallet"
|
|
31
|
-
],
|
|
32
29
|
"writable": true,
|
|
33
30
|
"signer": true
|
|
34
31
|
},
|
|
35
32
|
{
|
|
36
33
|
"name": "profile",
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
101,
|
|
47
|
-
95,
|
|
48
|
-
97,
|
|
49
|
-
103,
|
|
50
|
-
101,
|
|
51
|
-
110,
|
|
52
|
-
116
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"kind": "account",
|
|
57
|
-
"path": "profile.creator",
|
|
58
|
-
"account": "AgentProfile"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
}
|
|
34
|
+
"docs": [
|
|
35
|
+
"shorter (pre-P&L). Anchor's Account<AgentProfile> fails to deserialize",
|
|
36
|
+
"them before we can resize. Handler validates PDA, resizes, then deserializes."
|
|
37
|
+
],
|
|
38
|
+
"writable": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "system_program",
|
|
42
|
+
"address": "11111111111111111111111111111111"
|
|
62
43
|
}
|
|
63
44
|
],
|
|
64
45
|
"args": [
|