@arcium-hq/client 0.6.3 → 0.6.4

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/build/index.cjs CHANGED
@@ -1809,7 +1809,7 @@ function createPacker(fields, typeName = 'Packer') {
1809
1809
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1810
1810
  var metadata = {
1811
1811
  name: "arcium",
1812
- version: "0.6.3",
1812
+ version: "0.6.4",
1813
1813
  spec: "0.1.0",
1814
1814
  description: "The Arcium program"
1815
1815
  };
@@ -6715,7 +6715,7 @@ var instructions = [
6715
6715
  name: "queue_computation",
6716
6716
  docs: [
6717
6717
  "Queues a computation.",
6718
- "cu_price_micro: The priority price of a CU, in thousandths of lamports. Used",
6718
+ "cu_price_micro: The priority price of a CU, in micro-lamports. Used",
6719
6719
  "to calculate the priority fee and rounded down."
6720
6720
  ],
6721
6721
  discriminator: [
@@ -10034,6 +10034,16 @@ var errors = [
10034
10034
  code: 6714,
10035
10035
  name: "ShareAlreadySubmitted",
10036
10036
  msg: "Share already submitted"
10037
+ },
10038
+ {
10039
+ code: 6715,
10040
+ name: "ArithmeticOverflow",
10041
+ msg: "Arithmetic overflow"
10042
+ },
10043
+ {
10044
+ code: 6716,
10045
+ name: "FeePriceExceedsMax",
10046
+ msg: "Fee price exceeds maximum allowed"
10037
10047
  }
10038
10048
  ];
10039
10049
  var types = [
@@ -10704,14 +10714,14 @@ var types = [
10704
10714
  {
10705
10715
  name: "cu_price",
10706
10716
  docs: [
10707
- "The price of compute units in this cluster."
10717
+ "The price of compute units in this cluster, in micro-lamports (millionths of a lamport)."
10708
10718
  ],
10709
10719
  type: "u64"
10710
10720
  },
10711
10721
  {
10712
10722
  name: "cu_price_proposals",
10713
10723
  docs: [
10714
- "The proposals for the cu price proposals in the next epoch.",
10724
+ "The proposals for the cu price proposals in the next epoch, in micro-lamports.",
10715
10725
  "Index 0 is always the current price, we allow `MAX_FEE_PROPS` at most."
10716
10726
  ],
10717
10727
  type: {
package/build/index.d.ts CHANGED
@@ -456,7 +456,7 @@ type Arcium = {
456
456
  "address": "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
457
457
  "metadata": {
458
458
  "name": "arcium";
459
- "version": "0.6.3";
459
+ "version": "0.6.4";
460
460
  "spec": "0.1.0";
461
461
  "description": "The Arcium program";
462
462
  };
@@ -5360,7 +5360,7 @@ type Arcium = {
5360
5360
  "name": "queueComputation";
5361
5361
  "docs": [
5362
5362
  "Queues a computation.",
5363
- "cu_price_micro: The priority price of a CU, in thousandths of lamports. Used",
5363
+ "cu_price_micro: The priority price of a CU, in micro-lamports. Used",
5364
5364
  "to calculate the priority fee and rounded down."
5365
5365
  ];
5366
5366
  "discriminator": [
@@ -8678,6 +8678,16 @@ type Arcium = {
8678
8678
  "code": 6714;
8679
8679
  "name": "shareAlreadySubmitted";
8680
8680
  "msg": "Share already submitted";
8681
+ },
8682
+ {
8683
+ "code": 6715;
8684
+ "name": "arithmeticOverflow";
8685
+ "msg": "Arithmetic overflow";
8686
+ },
8687
+ {
8688
+ "code": 6716;
8689
+ "name": "feePriceExceedsMax";
8690
+ "msg": "Fee price exceeds maximum allowed";
8681
8691
  }
8682
8692
  ];
8683
8693
  "types": [
@@ -9348,14 +9358,14 @@ type Arcium = {
9348
9358
  {
9349
9359
  "name": "cuPrice";
9350
9360
  "docs": [
9351
- "The price of compute units in this cluster."
9361
+ "The price of compute units in this cluster, in micro-lamports (millionths of a lamport)."
9352
9362
  ];
9353
9363
  "type": "u64";
9354
9364
  },
9355
9365
  {
9356
9366
  "name": "cuPriceProposals";
9357
9367
  "docs": [
9358
- "The proposals for the cu price proposals in the next epoch.",
9368
+ "The proposals for the cu price proposals in the next epoch, in micro-lamports.",
9359
9369
  "Index 0 is always the current price, we allow `MAX_FEE_PROPS` at most."
9360
9370
  ];
9361
9371
  "type": {
package/build/index.mjs CHANGED
@@ -1790,7 +1790,7 @@ function createPacker(fields, typeName = 'Packer') {
1790
1790
  var address = "Arcj82pX7HxYKLR92qvgZUAd7vGS1k4hQvAFcPATFdEQ";
1791
1791
  var metadata = {
1792
1792
  name: "arcium",
1793
- version: "0.6.3",
1793
+ version: "0.6.4",
1794
1794
  spec: "0.1.0",
1795
1795
  description: "The Arcium program"
1796
1796
  };
@@ -6696,7 +6696,7 @@ var instructions = [
6696
6696
  name: "queue_computation",
6697
6697
  docs: [
6698
6698
  "Queues a computation.",
6699
- "cu_price_micro: The priority price of a CU, in thousandths of lamports. Used",
6699
+ "cu_price_micro: The priority price of a CU, in micro-lamports. Used",
6700
6700
  "to calculate the priority fee and rounded down."
6701
6701
  ],
6702
6702
  discriminator: [
@@ -10015,6 +10015,16 @@ var errors = [
10015
10015
  code: 6714,
10016
10016
  name: "ShareAlreadySubmitted",
10017
10017
  msg: "Share already submitted"
10018
+ },
10019
+ {
10020
+ code: 6715,
10021
+ name: "ArithmeticOverflow",
10022
+ msg: "Arithmetic overflow"
10023
+ },
10024
+ {
10025
+ code: 6716,
10026
+ name: "FeePriceExceedsMax",
10027
+ msg: "Fee price exceeds maximum allowed"
10018
10028
  }
10019
10029
  ];
10020
10030
  var types = [
@@ -10685,14 +10695,14 @@ var types = [
10685
10695
  {
10686
10696
  name: "cu_price",
10687
10697
  docs: [
10688
- "The price of compute units in this cluster."
10698
+ "The price of compute units in this cluster, in micro-lamports (millionths of a lamport)."
10689
10699
  ],
10690
10700
  type: "u64"
10691
10701
  },
10692
10702
  {
10693
10703
  name: "cu_price_proposals",
10694
10704
  docs: [
10695
- "The proposals for the cu price proposals in the next epoch.",
10705
+ "The proposals for the cu price proposals in the next epoch, in micro-lamports.",
10696
10706
  "Index 0 is always the current price, we allow `MAX_FEE_PROPS` at most."
10697
10707
  ],
10698
10708
  type: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/client",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Client SDK for interacting with encrypted Solana programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",