@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[32m253.64 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m436.25 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 133ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m252.60 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m435.47 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 135ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m270.07 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m464.70 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 149ms | ||
| [32mCJS[39m [1mdist/index.js [22m[32m271.11 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m465.47 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 149ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 3222ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m575.18 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m575.18 KB[39m | ||
| Done in 4.00s. | ||
| [32mDTS[39m ⚡️ Build success in 3708ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m615.05 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m615.05 KB[39m | ||
| Done in 4.54s. |
+6
-0
| # @crunchdao/programs | ||
| ## 11.1.0 | ||
| ### Minor Changes | ||
| - [#385](https://github.com/crunchdao/crunchdao-protocol/pull/385) [`f61c55c`](https://github.com/crunchdao/crunchdao-protocol/commit/f61c55c63d35cb8f817f7aed43d456e6e3c7408f) Thanks [@borisnieuwenhuis](https://github.com/borisnieuwenhuis)! - Added SetCoordinatorCertificate instructions cli | ||
| ## 11.0.0 | ||
@@ -4,0 +10,0 @@ |
+1
-1
| { | ||
| "name": "@crunchdao/programs", | ||
| "version": "11.0.0", | ||
| "version": "11.1.0", | ||
| "description": "Generated types and IDL for CrunchDAO Protocol programs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
+42
-0
@@ -92,2 +92,3 @@ { | ||
| "name": "stake_account", | ||
| "writable": true, | ||
| "pda": { | ||
@@ -1020,2 +1021,15 @@ "seeds": [ | ||
| { | ||
| "name": "program", | ||
| "docs": [ | ||
| "The staking program itself" | ||
| ], | ||
| "address": "CRnpuDB2r5FBd9Yufh4MTUbEYEetkVspS7BTRF9Vcz7C" | ||
| }, | ||
| { | ||
| "name": "program_data", | ||
| "docs": [ | ||
| "The program data account containing the upgrade authority" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "system_program", | ||
@@ -1115,2 +1129,15 @@ "address": "11111111111111111111111111111111" | ||
| { | ||
| "name": "program", | ||
| "docs": [ | ||
| "The staking program itself" | ||
| ], | ||
| "address": "CRnpuDB2r5FBd9Yufh4MTUbEYEetkVspS7BTRF9Vcz7C" | ||
| }, | ||
| { | ||
| "name": "program_data", | ||
| "docs": [ | ||
| "The program data account containing the upgrade authority" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "system_program", | ||
@@ -2131,2 +2158,17 @@ "address": "11111111111111111111111111111111" | ||
| "msg": "To slash amount is larger than position amount" | ||
| }, | ||
| { | ||
| "code": 6036, | ||
| "name": "InvalidProgramData", | ||
| "msg": "Invalid program data account" | ||
| }, | ||
| { | ||
| "code": 6037, | ||
| "name": "NoUpgradeAuthority", | ||
| "msg": "Program has no upgrade authority" | ||
| }, | ||
| { | ||
| "code": 6038, | ||
| "name": "UnauthorizedInitializer", | ||
| "msg": "Only the program upgrade authority can initialize the config" | ||
| } | ||
@@ -2133,0 +2175,0 @@ ], |
+42
-0
@@ -98,2 +98,3 @@ /** | ||
| "name": "stakeAccount", | ||
| "writable": true, | ||
| "pda": { | ||
@@ -1026,2 +1027,15 @@ "seeds": [ | ||
| { | ||
| "name": "program", | ||
| "docs": [ | ||
| "The staking program itself" | ||
| ], | ||
| "address": "CRnpuDB2r5FBd9Yufh4MTUbEYEetkVspS7BTRF9Vcz7C" | ||
| }, | ||
| { | ||
| "name": "programData", | ||
| "docs": [ | ||
| "The program data account containing the upgrade authority" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "systemProgram", | ||
@@ -1121,2 +1135,15 @@ "address": "11111111111111111111111111111111" | ||
| { | ||
| "name": "program", | ||
| "docs": [ | ||
| "The staking program itself" | ||
| ], | ||
| "address": "CRnpuDB2r5FBd9Yufh4MTUbEYEetkVspS7BTRF9Vcz7C" | ||
| }, | ||
| { | ||
| "name": "programData", | ||
| "docs": [ | ||
| "The program data account containing the upgrade authority" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "systemProgram", | ||
@@ -2137,2 +2164,17 @@ "address": "11111111111111111111111111111111" | ||
| "msg": "To slash amount is larger than position amount" | ||
| }, | ||
| { | ||
| "code": 6036, | ||
| "name": "invalidProgramData", | ||
| "msg": "Invalid program data account" | ||
| }, | ||
| { | ||
| "code": 6037, | ||
| "name": "noUpgradeAuthority", | ||
| "msg": "Program has no upgrade authority" | ||
| }, | ||
| { | ||
| "code": 6038, | ||
| "name": "unauthorizedInitializer", | ||
| "msg": "Only the program upgrade authority can initialize the config" | ||
| } | ||
@@ -2139,0 +2181,0 @@ ], |
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
3346603
6.84%81528
6.58%40
14.29%