@taquito/rpc 24.3.0 → 25.0.0-beta.1

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.
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
- "commitHash": "f724c83a603e3623928be71c46030af223a779ee",
7
- "version": "24.3.0"
6
+ "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
7
+ "version": "25.0.0-beta.1"
8
8
  };
@@ -1362,8 +1362,8 @@ var OpKind;
1362
1362
 
1363
1363
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1364
1364
  const VERSION = {
1365
- "commitHash": "f724c83a603e3623928be71c46030af223a779ee",
1366
- "version": "24.3.0"
1365
+ "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
1366
+ "version": "25.0.0-beta.1"
1367
1367
  };
1368
1368
 
1369
1369
  /**
@@ -1363,8 +1363,8 @@
1363
1363
 
1364
1364
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1365
1365
  const VERSION = {
1366
- "commitHash": "f724c83a603e3623928be71c46030af223a779ee",
1367
- "version": "24.3.0"
1366
+ "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
1367
+ "version": "25.0.0-beta.1"
1368
1368
  };
1369
1369
 
1370
1370
  /**
@@ -564,6 +564,7 @@ export interface OperationContentsDalEntrapmentEvidence {
564
564
  attestation: InlinedAttestation;
565
565
  consensus_slot: number;
566
566
  slot_index: number;
567
+ lag_index?: number;
567
568
  shard_with_proof: {
568
569
  shard: (number | string[])[];
569
570
  proof: string;
@@ -1107,6 +1108,7 @@ export interface OperationContentsAndResultDalEntrapmentEvidence {
1107
1108
  attestation: InlinedAttestation;
1108
1109
  consensus_slot: number;
1109
1110
  slot_index: number;
1111
+ lag_index?: number;
1110
1112
  shard_with_proof: {
1111
1113
  shard: (number | string[])[];
1112
1114
  proof: string;
@@ -1682,7 +1684,7 @@ export interface OperationContentsAndResultMetadataOrigination {
1682
1684
  operation_result: OperationResultOrigination;
1683
1685
  internal_operation_results?: InternalOperationResult[];
1684
1686
  }
1685
- export type ConstantsResponse = ConstantsResponseCommon & ConstantsResponseProto024 & ConstantsResponseProto023 & ConstantsResponseProto022 & ConstantsResponseProto021 & ConstantsResponseProto020 & ConstantsResponseProto019 & ConstantsResponseProto017 & ConstantsResponseProto016 & ConstantsResponseProto015 & ConstantsResponseProto014 & ConstantsResponseProto013 & ConstantsResponseProto012 & ConstantsResponseProto011 & ConstantsResponseProto010 & ConstantsResponseProto009 & ConstantsResponseProto008 & ConstantsResponseProto007 & ConstantsResponseProto006 & ConstantsResponseProto005 & ConstantsResponseProto004 & ConstantsResponseProto003 & ConstantsResponseProto001And002;
1687
+ export type ConstantsResponse = ConstantsResponseCommon & ConstantsResponseProto025 & ConstantsResponseProto024 & ConstantsResponseProto023 & ConstantsResponseProto022 & ConstantsResponseProto021 & ConstantsResponseProto020 & ConstantsResponseProto019 & ConstantsResponseProto017 & ConstantsResponseProto016 & ConstantsResponseProto015 & ConstantsResponseProto014 & ConstantsResponseProto013 & ConstantsResponseProto012 & ConstantsResponseProto011 & ConstantsResponseProto010 & ConstantsResponseProto009 & ConstantsResponseProto008 & ConstantsResponseProto007 & ConstantsResponseProto006 & ConstantsResponseProto005 & ConstantsResponseProto004 & ConstantsResponseProto003 & ConstantsResponseProto001And002;
1686
1688
  export interface ConstantsResponseCommon {
1687
1689
  proof_of_work_nonce_size: number;
1688
1690
  nonce_length: number;
@@ -1710,6 +1712,30 @@ export type Ratio = {
1710
1712
  numerator: number;
1711
1713
  denominator: number;
1712
1714
  };
1715
+ export interface ConstantsResponseProto025 extends Omit<ConstantsResponseProto024, 'dal_parametric'> {
1716
+ cache_stake_info_cycles: number;
1717
+ cache_swrr_selected_distribution_cycles: number;
1718
+ native_contracts_enable: boolean;
1719
+ smart_rollup_canonical_rollup_address?: string;
1720
+ swrr_new_baker_lottery_enable: boolean;
1721
+ tz5_account_enable: boolean;
1722
+ dal_parametric: {
1723
+ attestation_lag: number;
1724
+ attestation_lags: number[];
1725
+ attestation_threshold: number;
1726
+ dynamic_lag_enable: boolean;
1727
+ feature_enable: boolean;
1728
+ incentives_enable: boolean;
1729
+ minimal_participation_ratio: Ratio;
1730
+ number_of_shards: number;
1731
+ number_of_slots: number;
1732
+ page_size: number;
1733
+ redundancy_factor: number;
1734
+ rewards_ratio: Ratio;
1735
+ slot_size: number;
1736
+ traps_fraction: Ratio;
1737
+ };
1738
+ }
1713
1739
  export interface ConstantsResponseProto024 extends Omit<ConstantsResponseProto023, 'all_bakers_attest_activation_level'> {
1714
1740
  all_bakers_attest_activation_threshold: Ratio;
1715
1741
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/rpc",
3
- "version": "24.3.0",
3
+ "version": "25.0.0-beta.1",
4
4
  "description": "TypeScript client and types for the Tezos RPC used by Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -56,14 +56,14 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@taquito/core": "^24.3.0",
60
- "@taquito/http-utils": "^24.3.0",
61
- "@taquito/utils": "^24.3.0",
59
+ "@taquito/core": "^25.0.0-beta.1",
60
+ "@taquito/http-utils": "^25.0.0-beta.1",
61
+ "@taquito/utils": "^25.0.0-beta.1",
62
62
  "bignumber.js": "^10.0.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/bluebird": "^3.5.42",
66
- "@types/node": "^22.0.0",
66
+ "@types/node": "^22.20.0",
67
67
  "@typescript-eslint/eslint-plugin": "^6.21.0",
68
68
  "@typescript-eslint/parser": "^6.21.0",
69
69
  "colors": "^1.4.0",
@@ -71,11 +71,11 @@
71
71
  "eslint": "^8.57.0",
72
72
  "lint-staged": "^15.2.7",
73
73
  "lodash.camelcase": "^4.3.0",
74
- "prettier": "^3.3.3",
74
+ "prettier": "^3.8.4",
75
75
  "prompt": "^1.3.0",
76
76
  "replace-in-file": "^8.1.0",
77
77
  "rimraf": "^6.0.1",
78
- "rollup": "^4.60.1",
78
+ "rollup": "^4.62.2",
79
79
  "rollup-plugin-json": "^4.0.0",
80
80
  "rollup-plugin-polyfill-node": "^0.13.0",
81
81
  "rollup-plugin-typescript2": "^0.37.0",