Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@crunchdao/programs

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crunchdao/programs - npm Package Compare versions

Comparing version
11.0.0
to
11.1.0
+10
-10
.turbo/turbo-build.log

@@ -12,12 +12,12 @@ yarn run v1.22.22

ESM Build start
CJS dist/index.js 253.64 KB
CJS dist/index.js.map 436.25 KB
CJS ⚡️ Build success in 133ms
ESM dist/index.mjs 252.60 KB
ESM dist/index.mjs.map 435.47 KB
ESM ⚡️ Build success in 135ms
ESM dist/index.mjs 270.07 KB
ESM dist/index.mjs.map 464.70 KB
ESM ⚡️ Build success in 149ms
CJS dist/index.js 271.11 KB
CJS dist/index.js.map 465.47 KB
CJS ⚡️ Build success in 149ms
DTS Build start
DTS ⚡️ Build success in 3222ms
DTS dist/index.d.ts 575.18 KB
DTS dist/index.d.mts 575.18 KB
Done in 4.00s.
DTS ⚡️ Build success in 3708ms
DTS dist/index.d.ts 615.05 KB
DTS dist/index.d.mts 615.05 KB
Done in 4.54s.
# @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 @@

{
"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",

@@ -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 @@ ],

@@ -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