@typemove/sui 1.6.1 → 1.6.2-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typemove/sui",
3
- "version": "1.6.1",
3
+ "version": "1.6.2-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "commander": "^12.0.0",
37
37
  "prettier": "^3.2.4",
38
38
  "radash": "^12.0.0",
39
- "@typemove/move": "1.6.1"
39
+ "@typemove/move": "1.6.2-rc.2"
40
40
  },
41
41
  "url": "https://github.com/sentioxyz/typemove",
42
42
  "scripts": {
@@ -46,6 +46,6 @@
46
46
  "build:cjs": "tsc --project tsconfig.cjs.json && cp ../../package.cjs.json ./dist/cjs/package.json",
47
47
  "gen": "pnpm _gen 0x1 && pnpm _gen 0x2 && pnpm _gen 0x3",
48
48
  "gen:test": "tsx src/codegen/run.ts -t src/tests/types/testnet -n testnet src/tests/abis/testnet",
49
- "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest"
49
+ "test": "glob -c 'tsx --test' '**/*.test.ts'"
50
50
  }
51
51
  }
package/src/abis/0x2.json CHANGED
@@ -20007,6 +20007,58 @@
20007
20007
  }
20008
20008
  }
20009
20009
  },
20010
+ "vdf": {
20011
+ "fileFormatVersion": 6,
20012
+ "address": "0x2",
20013
+ "name": "vdf",
20014
+ "friends": [],
20015
+ "structs": {},
20016
+ "exposedFunctions": {
20017
+ "hash_to_input": {
20018
+ "visibility": "Public",
20019
+ "isEntry": false,
20020
+ "typeParameters": [],
20021
+ "parameters": [
20022
+ {
20023
+ "Reference": {
20024
+ "Vector": "U8"
20025
+ }
20026
+ }
20027
+ ],
20028
+ "return": [
20029
+ {
20030
+ "Vector": "U8"
20031
+ }
20032
+ ]
20033
+ },
20034
+ "vdf_verify": {
20035
+ "visibility": "Public",
20036
+ "isEntry": false,
20037
+ "typeParameters": [],
20038
+ "parameters": [
20039
+ {
20040
+ "Reference": {
20041
+ "Vector": "U8"
20042
+ }
20043
+ },
20044
+ {
20045
+ "Reference": {
20046
+ "Vector": "U8"
20047
+ }
20048
+ },
20049
+ {
20050
+ "Reference": {
20051
+ "Vector": "U8"
20052
+ }
20053
+ },
20054
+ "U64"
20055
+ ],
20056
+ "return": [
20057
+ "Bool"
20058
+ ]
20059
+ }
20060
+ }
20061
+ },
20010
20062
  "vec_map": {
20011
20063
  "fileFormatVersion": 6,
20012
20064
  "address": "0x2",
@@ -20206,6 +20258,49 @@
20206
20258
  }
20207
20259
  ]
20208
20260
  },
20261
+ "from_keys_values": {
20262
+ "visibility": "Public",
20263
+ "isEntry": false,
20264
+ "typeParameters": [
20265
+ {
20266
+ "abilities": [
20267
+ "Copy"
20268
+ ]
20269
+ },
20270
+ {
20271
+ "abilities": []
20272
+ }
20273
+ ],
20274
+ "parameters": [
20275
+ {
20276
+ "Vector": {
20277
+ "TypeParameter": 0
20278
+ }
20279
+ },
20280
+ {
20281
+ "Vector": {
20282
+ "TypeParameter": 1
20283
+ }
20284
+ }
20285
+ ],
20286
+ "return": [
20287
+ {
20288
+ "Struct": {
20289
+ "address": "0x2",
20290
+ "module": "vec_map",
20291
+ "name": "VecMap",
20292
+ "typeArguments": [
20293
+ {
20294
+ "TypeParameter": 0
20295
+ },
20296
+ {
20297
+ "TypeParameter": 1
20298
+ }
20299
+ ]
20300
+ }
20301
+ }
20302
+ ]
20303
+ },
20209
20304
  "get": {
20210
20305
  "visibility": "Public",
20211
20306
  "isEntry": false,
@@ -20960,6 +21055,39 @@
20960
21055
  }
20961
21056
  ]
20962
21057
  },
21058
+ "from_keys": {
21059
+ "visibility": "Public",
21060
+ "isEntry": false,
21061
+ "typeParameters": [
21062
+ {
21063
+ "abilities": [
21064
+ "Copy",
21065
+ "Drop"
21066
+ ]
21067
+ }
21068
+ ],
21069
+ "parameters": [
21070
+ {
21071
+ "Vector": {
21072
+ "TypeParameter": 0
21073
+ }
21074
+ }
21075
+ ],
21076
+ "return": [
21077
+ {
21078
+ "Struct": {
21079
+ "address": "0x2",
21080
+ "module": "vec_set",
21081
+ "name": "VecSet",
21082
+ "typeArguments": [
21083
+ {
21084
+ "TypeParameter": 0
21085
+ }
21086
+ ]
21087
+ }
21088
+ }
21089
+ ]
21090
+ },
20963
21091
  "insert": {
20964
21092
  "visibility": "Public",
20965
21093
  "isEntry": false,