@helium/idls
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -298,3 +298,3 @@ "use strict"; | ||
"name": "dcMint", | ||
"isMut": false, | ||
"isMut": true, | ||
"isSigner": false | ||
@@ -301,0 +301,0 @@ }, |
@@ -38,2 +38,7 @@ "use strict"; | ||
{ | ||
"name": "canopy", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "systemProgram", | ||
@@ -64,2 +69,10 @@ "isMut": false, | ||
"isMut": false, | ||
"isSigner": false, | ||
"relations": [ | ||
"canopy" | ||
] | ||
}, | ||
{ | ||
"name": "canopy", | ||
"isMut": false, | ||
"isSigner": false | ||
@@ -212,2 +225,34 @@ }, | ||
] | ||
}, | ||
{ | ||
"name": "setCanopyV0", | ||
"accounts": [ | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "lazyTransactions", | ||
"isMut": true, | ||
"isSigner": false, | ||
"relations": [ | ||
"authority", | ||
"canopy" | ||
] | ||
}, | ||
{ | ||
"name": "canopy", | ||
"isMut": true, | ||
"isSigner": false | ||
} | ||
], | ||
"args": [ | ||
{ | ||
"name": "args", | ||
"type": { | ||
"defined": "SetCanopyArgsV0" | ||
} | ||
} | ||
] | ||
} | ||
@@ -235,2 +280,6 @@ ], | ||
{ | ||
"name": "maxDepth", | ||
"type": "u32" | ||
}, | ||
{ | ||
"name": "authority", | ||
@@ -240,2 +289,6 @@ "type": "publicKey" | ||
{ | ||
"name": "canopy", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -352,2 +405,6 @@ "type": "u8" | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "maxDepth", | ||
"type": "u32" | ||
} | ||
@@ -358,2 +415,18 @@ ] | ||
{ | ||
"name": "SetCanopyArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "offset", | ||
"type": "u32" | ||
}, | ||
{ | ||
"name": "bytes", | ||
"type": "bytes" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "UpdateLazyTransactionsArgsV0", | ||
@@ -399,2 +472,7 @@ "type": { | ||
"msg": "Failed to serialize ToCreate" | ||
}, | ||
{ | ||
"code": 6003, | ||
"name": "CanopyLengthMismatch", | ||
"msg": "Invalid canopy length" | ||
} | ||
@@ -401,0 +479,0 @@ ] |
@@ -295,3 +295,3 @@ export const IDL = { | ||
"name": "dcMint", | ||
"isMut": false, | ||
"isMut": true, | ||
"isSigner": false | ||
@@ -298,0 +298,0 @@ }, |
@@ -35,2 +35,7 @@ export const IDL = { | ||
{ | ||
"name": "canopy", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "systemProgram", | ||
@@ -61,2 +66,10 @@ "isMut": false, | ||
"isMut": false, | ||
"isSigner": false, | ||
"relations": [ | ||
"canopy" | ||
] | ||
}, | ||
{ | ||
"name": "canopy", | ||
"isMut": false, | ||
"isSigner": false | ||
@@ -209,2 +222,34 @@ }, | ||
] | ||
}, | ||
{ | ||
"name": "setCanopyV0", | ||
"accounts": [ | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "lazyTransactions", | ||
"isMut": true, | ||
"isSigner": false, | ||
"relations": [ | ||
"authority", | ||
"canopy" | ||
] | ||
}, | ||
{ | ||
"name": "canopy", | ||
"isMut": true, | ||
"isSigner": false | ||
} | ||
], | ||
"args": [ | ||
{ | ||
"name": "args", | ||
"type": { | ||
"defined": "SetCanopyArgsV0" | ||
} | ||
} | ||
] | ||
} | ||
@@ -232,2 +277,6 @@ ], | ||
{ | ||
"name": "maxDepth", | ||
"type": "u32" | ||
}, | ||
{ | ||
"name": "authority", | ||
@@ -237,2 +286,6 @@ "type": "publicKey" | ||
{ | ||
"name": "canopy", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "bumpSeed", | ||
@@ -349,2 +402,6 @@ "type": "u8" | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "maxDepth", | ||
"type": "u32" | ||
} | ||
@@ -355,2 +412,18 @@ ] | ||
{ | ||
"name": "SetCanopyArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "offset", | ||
"type": "u32" | ||
}, | ||
{ | ||
"name": "bytes", | ||
"type": "bytes" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "UpdateLazyTransactionsArgsV0", | ||
@@ -396,2 +469,7 @@ "type": { | ||
"msg": "Failed to serialize ToCreate" | ||
}, | ||
{ | ||
"code": 6003, | ||
"name": "CanopyLengthMismatch", | ||
"msg": "Invalid canopy length" | ||
} | ||
@@ -398,0 +476,0 @@ ] |
@@ -295,3 +295,3 @@ export type DataCredits = { | ||
"name": "dcMint"; | ||
"isMut": false; | ||
"isMut": true; | ||
"isSigner": false; | ||
@@ -298,0 +298,0 @@ }, |
@@ -35,2 +35,7 @@ export type LazyTransactions = { | ||
{ | ||
"name": "canopy"; | ||
"isMut": false; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "systemProgram"; | ||
@@ -62,4 +67,12 @@ "isMut": false; | ||
"isSigner": false; | ||
"relations": [ | ||
"canopy" | ||
]; | ||
}, | ||
{ | ||
"name": "canopy"; | ||
"isMut": false; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "lazySigner"; | ||
@@ -209,2 +222,34 @@ "isMut": true; | ||
]; | ||
}, | ||
{ | ||
"name": "setCanopyV0"; | ||
"accounts": [ | ||
{ | ||
"name": "authority"; | ||
"isMut": false; | ||
"isSigner": true; | ||
}, | ||
{ | ||
"name": "lazyTransactions"; | ||
"isMut": true; | ||
"isSigner": false; | ||
"relations": [ | ||
"authority", | ||
"canopy" | ||
]; | ||
}, | ||
{ | ||
"name": "canopy"; | ||
"isMut": true; | ||
"isSigner": false; | ||
} | ||
]; | ||
"args": [ | ||
{ | ||
"name": "args"; | ||
"type": { | ||
"defined": "SetCanopyArgsV0"; | ||
}; | ||
} | ||
]; | ||
} | ||
@@ -232,2 +277,6 @@ ]; | ||
{ | ||
"name": "maxDepth"; | ||
"type": "u32"; | ||
}, | ||
{ | ||
"name": "authority"; | ||
@@ -237,2 +286,6 @@ "type": "publicKey"; | ||
{ | ||
"name": "canopy"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "bumpSeed"; | ||
@@ -349,2 +402,6 @@ "type": "u8"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "maxDepth"; | ||
"type": "u32"; | ||
} | ||
@@ -355,2 +412,18 @@ ]; | ||
{ | ||
"name": "SetCanopyArgsV0"; | ||
"type": { | ||
"kind": "struct"; | ||
"fields": [ | ||
{ | ||
"name": "offset"; | ||
"type": "u32"; | ||
}, | ||
{ | ||
"name": "bytes"; | ||
"type": "bytes"; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "UpdateLazyTransactionsArgsV0"; | ||
@@ -396,2 +469,7 @@ "type": { | ||
"msg": "Failed to serialize ToCreate"; | ||
}, | ||
{ | ||
"code": 6003; | ||
"name": "CanopyLengthMismatch"; | ||
"msg": "Invalid canopy length"; | ||
} | ||
@@ -398,0 +476,0 @@ ]; |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Exported idls", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@project-serum/anchor": "0.26.0", | ||
"@coral-xyz/anchor": "0.26.0", | ||
"@solana/web3.js": "^1.43.4", | ||
@@ -45,3 +45,3 @@ "bn.js": "^5.2.0", | ||
}, | ||
"gitHead": "159388f9f2ec374b1f112bfbffa6f798ab416dfe" | ||
"gitHead": "ffeab324873500475244121401e85199027bc7ec" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1534522
51
31908
+ Added@coral-xyz/anchor@0.26.0
+ Added@coral-xyz/anchor@0.26.0(transitive)
- Removed@project-serum/anchor@0.26.0
- Removed@project-serum/anchor@0.26.0(transitive)