@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[32m160.41 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m277.21 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 92ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m159.38 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m276.43 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 94ms | ||
| [32mESM[39m [1mdist/index.mjs [22m[32m160.69 KB[39m | ||
| [32mESM[39m [1mdist/index.mjs.map [22m[32m278.71 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 111ms | ||
| [32mCJS[39m [1mdist/index.js [22m[32m161.73 KB[39m | ||
| [32mCJS[39m [1mdist/index.js.map [22m[32m279.49 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 111ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 2811ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m363.54 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m363.54 KB[39m | ||
| Done in 3.58s. | ||
| [32mDTS[39m ⚡️ Build success in 2844ms | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m366.53 KB[39m | ||
| [32mDTS[39m [1mdist/index.d.mts [22m[32m366.53 KB[39m | ||
| Done in 3.60s. |
+6
-0
| # @crunchdao/programs | ||
| ## 3.0.0 | ||
| ### Major Changes | ||
| - [#202](https://github.com/crunchdao/crunchdao-protocol/pull/202) [`971c5e8`](https://github.com/crunchdao/crunchdao-protocol/commit/971c5e83b86ee6556428983cf5a0bc79b6426add) Thanks [@borisnieuwenhuis](https://github.com/borisnieuwenhuis)! - Simplified the positions states | ||
| ## 2.0.2 | ||
@@ -4,0 +10,0 @@ |
+1
-1
| { | ||
| "name": "@crunchdao/programs", | ||
| "version": "2.0.2", | ||
| "version": "3.0.0", | ||
| "description": "Generated types and IDL for CrunchDAO Protocol programs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1257,2 +1257,86 @@ { | ||
| { | ||
| "name": "set_delegation", | ||
| "discriminator": [ | ||
| 28, | ||
| 231, | ||
| 56, | ||
| 197, | ||
| 225, | ||
| 173, | ||
| 129, | ||
| 74 | ||
| ], | ||
| "accounts": [ | ||
| { | ||
| "name": "signer", | ||
| "writable": true, | ||
| "signer": true | ||
| }, | ||
| { | ||
| "name": "pool_config", | ||
| "pda": { | ||
| "seeds": [ | ||
| { | ||
| "kind": "const", | ||
| "value": [ | ||
| 99, | ||
| 111, | ||
| 111, | ||
| 114, | ||
| 100, | ||
| 105, | ||
| 110, | ||
| 97, | ||
| 116, | ||
| 111, | ||
| 114, | ||
| 95, | ||
| 112, | ||
| 111, | ||
| 111, | ||
| 108, | ||
| 95, | ||
| 99, | ||
| 111, | ||
| 110, | ||
| 102, | ||
| 105, | ||
| 103 | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "name": "coordinator_pool_data", | ||
| "writable": true, | ||
| "relations": [ | ||
| "pool_config" | ||
| ] | ||
| } | ||
| ], | ||
| "args": [ | ||
| { | ||
| "name": "coordinator_index", | ||
| "type": "u8" | ||
| }, | ||
| { | ||
| "name": "total_delegation", | ||
| "type": "u64" | ||
| }, | ||
| { | ||
| "name": "delta_delegation", | ||
| "type": "i64" | ||
| }, | ||
| { | ||
| "name": "total_self_delegation", | ||
| "type": "u64" | ||
| }, | ||
| { | ||
| "name": "delta_self_delegation", | ||
| "type": "i64" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "setup_coordinator_staking_pool_account", | ||
@@ -2136,8 +2220,2 @@ "discriminator": [ | ||
| { | ||
| "name": "unlocking_start", | ||
| "type": { | ||
| "option": "u64" | ||
| } | ||
| }, | ||
| { | ||
| "name": "shares_acquired", | ||
@@ -2144,0 +2222,0 @@ "type": "u64" |
@@ -1263,2 +1263,86 @@ /** | ||
| { | ||
| "name": "setDelegation", | ||
| "discriminator": [ | ||
| 28, | ||
| 231, | ||
| 56, | ||
| 197, | ||
| 225, | ||
| 173, | ||
| 129, | ||
| 74 | ||
| ], | ||
| "accounts": [ | ||
| { | ||
| "name": "signer", | ||
| "writable": true, | ||
| "signer": true | ||
| }, | ||
| { | ||
| "name": "poolConfig", | ||
| "pda": { | ||
| "seeds": [ | ||
| { | ||
| "kind": "const", | ||
| "value": [ | ||
| 99, | ||
| 111, | ||
| 111, | ||
| 114, | ||
| 100, | ||
| 105, | ||
| 110, | ||
| 97, | ||
| 116, | ||
| 111, | ||
| 114, | ||
| 95, | ||
| 112, | ||
| 111, | ||
| 111, | ||
| 108, | ||
| 95, | ||
| 99, | ||
| 111, | ||
| 110, | ||
| 102, | ||
| 105, | ||
| 103 | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "name": "coordinatorPoolData", | ||
| "writable": true, | ||
| "relations": [ | ||
| "poolConfig" | ||
| ] | ||
| } | ||
| ], | ||
| "args": [ | ||
| { | ||
| "name": "coordinatorIndex", | ||
| "type": "u8" | ||
| }, | ||
| { | ||
| "name": "totalDelegation", | ||
| "type": "u64" | ||
| }, | ||
| { | ||
| "name": "deltaDelegation", | ||
| "type": "i64" | ||
| }, | ||
| { | ||
| "name": "totalSelfDelegation", | ||
| "type": "u64" | ||
| }, | ||
| { | ||
| "name": "deltaSelfDelegation", | ||
| "type": "i64" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "setupCoordinatorStakingPoolAccount", | ||
@@ -2142,8 +2226,2 @@ "discriminator": [ | ||
| { | ||
| "name": "unlockingStart", | ||
| "type": { | ||
| "option": "u64" | ||
| } | ||
| }, | ||
| { | ||
| "name": "sharesAcquired", | ||
@@ -2150,0 +2228,0 @@ "type": "u64" |
+0
-7
@@ -37,3 +37,2 @@ { | ||
| "name": "stake_account", | ||
| "writable": true, | ||
| "pda": { | ||
@@ -1790,8 +1789,2 @@ "seeds": [ | ||
| { | ||
| "name": "unlocking_start", | ||
| "type": { | ||
| "option": "u64" | ||
| } | ||
| }, | ||
| { | ||
| "name": "shares_acquired", | ||
@@ -1798,0 +1791,0 @@ "type": "u64" |
+0
-7
@@ -43,3 +43,2 @@ /** | ||
| "name": "stakeAccount", | ||
| "writable": true, | ||
| "pda": { | ||
@@ -1796,8 +1795,2 @@ "seeds": [ | ||
| { | ||
| "name": "unlockingStart", | ||
| "type": { | ||
| "option": "u64" | ||
| } | ||
| }, | ||
| { | ||
| "name": "sharesAcquired", | ||
@@ -1804,0 +1797,0 @@ "type": "u64" |
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
2007226
0.83%49852
0.86%