Skip to content

Commit db8324f

Browse files
committed
1. Add LedgerTimeField and LedgerSeqField
2. Upgrade version to 1.0.9
1 parent 603fe51 commit db8324f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainsql-binary-codec",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "chainsql binary codec",
55
"files": [
66
"distrib/npm/*",

src/enums/definitions.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,26 @@
14121412
"type": "Blob"
14131413
}
14141414
],
1415+
[
1416+
"LedgerSeqField",
1417+
{
1418+
"nth": 76,
1419+
"isVLEncoded": true,
1420+
"isSerialized": true,
1421+
"isSigningField": true,
1422+
"type": "Blob"
1423+
}
1424+
],
1425+
[
1426+
"LedgerTimeField",
1427+
{
1428+
"nth": 77,
1429+
"isVLEncoded": true,
1430+
"isSerialized": true,
1431+
"isSigningField": true,
1432+
"type": "Blob"
1433+
}
1434+
],
14151435
[
14161436
"Fulfillment",
14171437
{
@@ -1712,6 +1732,16 @@
17121732
"type": "STObject"
17131733
}
17141734
],
1735+
[
1736+
"Frozen",
1737+
{
1738+
"nth": 55,
1739+
"isVLEncoded": false,
1740+
"isSerialized": true,
1741+
"isSigningField": true,
1742+
"type": "STObject"
1743+
}
1744+
],
17151745
[
17161746
"Entry",
17171747
{

0 commit comments

Comments
 (0)