@crunchdao/programs
Advanced tools
+10
-10
@@ -12,12 +12,12 @@ yarn run v1.22.22 | ||
| [34mESM[39m Build start | ||
| [32mCJS[39m [1mdist/index.js [22m[32m238.32 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m410.01 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 141ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m237.29 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m409.23 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 149ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m246.33 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m424.60 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 144ms | ||
| [32mCJS[39m [1mdist/index.js [22m[32m247.36 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m425.38 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 145ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 3179ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m540.39 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m540.39 KB[39m | ||
| Done in 4.01s. | ||
| [32mDTS[39m ⚡️ Build success in 3207ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m561.11 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m561.11 KB[39m | ||
| Done in 4.00s. |
+10
-0
| # @crunchdao/programs | ||
| ## 9.1.0 | ||
| ### Minor Changes | ||
| - [#308](https://github.com/crunchdao/crunchdao-protocol/pull/308) [`d982465`](https://github.com/crunchdao/crunchdao-protocol/commit/d9824659b5ea71394f5484319fc089f42d5190bf) Thanks [@borisnieuwenhuis](https://github.com/borisnieuwenhuis)! - New instruction to claim emission checkpoints | ||
| ### Patch Changes | ||
| - [#325](https://github.com/crunchdao/crunchdao-protocol/pull/325) [`5ce1f47`](https://github.com/crunchdao/crunchdao-protocol/commit/5ce1f4787e6676ab8fea96acf02c9ae1101ee603) Thanks [@borisnieuwenhuis](https://github.com/borisnieuwenhuis)! - Added smp hotkey client libraries | ||
| ## 9.0.0 | ||
@@ -4,0 +14,0 @@ |
+1
-1
| { | ||
| "name": "@crunchdao/programs", | ||
| "version": "9.0.0", | ||
| "version": "9.1.0", | ||
| "description": "Generated types and IDL for CrunchDAO Protocol programs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
+6
-40
@@ -428,3 +428,3 @@ { | ||
| "docs": [ | ||
| "CHECK not used" | ||
| "CHECK the authority of the deposit account" | ||
| ], | ||
@@ -1348,31 +1348,2 @@ "pda": { | ||
| { | ||
| "name": "set_coordinator_stake_account", | ||
| "discriminator": [ | ||
| 249, | ||
| 39, | ||
| 43, | ||
| 237, | ||
| 53, | ||
| 62, | ||
| 246, | ||
| 142 | ||
| ], | ||
| "accounts": [ | ||
| { | ||
| "name": "signer", | ||
| "writable": true, | ||
| "signer": true | ||
| }, | ||
| { | ||
| "name": "staking_account" | ||
| } | ||
| ], | ||
| "args": [ | ||
| { | ||
| "name": "coordinator_pda", | ||
| "type": "pubkey" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "slash_account", | ||
@@ -2154,2 +2125,7 @@ "discriminator": [ | ||
| "msg": "Invalid position locking state" | ||
| }, | ||
| { | ||
| "code": 6035, | ||
| "name": "InvalidSlashAmount", | ||
| "msg": "To slash amount is larger than position amount" | ||
| } | ||
@@ -2523,7 +2499,2 @@ ], | ||
| { | ||
| "name": "SQRT_BONDING_CURVE_SCALE", | ||
| "type": "u64", | ||
| "value": "5000000000000" | ||
| }, | ||
| { | ||
| "name": "STAKING_ACCOUNT_SEED", | ||
@@ -2564,7 +2535,2 @@ "type": "string", | ||
| { | ||
| "name": "TOLERANCE", | ||
| "type": "u64", | ||
| "value": "1000000" | ||
| }, | ||
| { | ||
| "name": "VOTER_RECORD_SEED", | ||
@@ -2571,0 +2537,0 @@ "type": "string", |
+6
-40
@@ -434,3 +434,3 @@ /** | ||
| "docs": [ | ||
| "CHECK not used" | ||
| "CHECK the authority of the deposit account" | ||
| ], | ||
@@ -1354,31 +1354,2 @@ "pda": { | ||
| { | ||
| "name": "setCoordinatorStakeAccount", | ||
| "discriminator": [ | ||
| 249, | ||
| 39, | ||
| 43, | ||
| 237, | ||
| 53, | ||
| 62, | ||
| 246, | ||
| 142 | ||
| ], | ||
| "accounts": [ | ||
| { | ||
| "name": "signer", | ||
| "writable": true, | ||
| "signer": true | ||
| }, | ||
| { | ||
| "name": "stakingAccount" | ||
| } | ||
| ], | ||
| "args": [ | ||
| { | ||
| "name": "coordinatorPda", | ||
| "type": "pubkey" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "slashAccount", | ||
@@ -2160,2 +2131,7 @@ "discriminator": [ | ||
| "msg": "Invalid position locking state" | ||
| }, | ||
| { | ||
| "code": 6035, | ||
| "name": "invalidSlashAmount", | ||
| "msg": "To slash amount is larger than position amount" | ||
| } | ||
@@ -2529,7 +2505,2 @@ ], | ||
| { | ||
| "name": "sqrtBondingCurveScale", | ||
| "type": "u64", | ||
| "value": "5000000000000" | ||
| }, | ||
| { | ||
| "name": "stakingAccountSeed", | ||
@@ -2570,7 +2541,2 @@ "type": "string", | ||
| { | ||
| "name": "tolerance", | ||
| "type": "u64", | ||
| "value": "1000000" | ||
| }, | ||
| { | ||
| "name": "voterRecordSeed", | ||
@@ -2577,0 +2543,0 @@ "type": "string", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3053840
3.81%74646
3.71%