We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team, I am trying to create a reward pool and sdk fails with
Error in creating reward pool ContractError: Simulation failed. Message: failed to simulate transaction: {"InstructionError":[2,{"Custom":102}]}. Logs: [ "Program ComputeBudget111111111111111111111111111111 invoke [1]", "Program ComputeBudget111111111111111111111111111111 success", "Program ComputeBudget111111111111111111111111111111 invoke [1]", "Program ComputeBudget111111111111111111111111111111 success", "Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj invoke [1]", "Program log: Instruction: CreatePool", "Program log: AnchorError occurred. Error Code: InstructionDidNotDeserialize. Error Number: 102. Error Message: The program could not deserialize the given instruction.", "Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj consumed 3913 of 199700 compute units", "Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj failed: custom program error: 0x66" ].
Node version - v20.10.0
Deps "@streamflow/staking": "^7.1.1", "@streamflow/stream": "^7.1.1",
The text was updated successfully, but these errors were encountered:
Hello, Please provide code snippets where you
along with information about the used network (mainnet-beta or devnet) and stake pool addresses.
"@streamflow/staking": "^7.1.1", "@streamflow/stream": "^7.1.1",
what exact versions do you use?
Sorry, something went wrong.
No branches or pull requests
Hi team, I am trying to create a reward pool and sdk fails with
Error in creating reward pool ContractError: Simulation failed.
Message: failed to simulate transaction: {"InstructionError":[2,{"Custom":102}]}.
Logs:
[
"Program ComputeBudget111111111111111111111111111111 invoke [1]",
"Program ComputeBudget111111111111111111111111111111 success",
"Program ComputeBudget111111111111111111111111111111 invoke [1]",
"Program ComputeBudget111111111111111111111111111111 success",
"Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj invoke [1]",
"Program log: Instruction: CreatePool",
"Program log: AnchorError occurred. Error Code: InstructionDidNotDeserialize. Error Number: 102. Error Message: The program could not deserialize the given instruction.",
"Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj consumed 3913 of 199700 compute units",
"Program RWRDdfRbi3339VgKxTAXg4cjyniF7cbhNbMxZWiSKmj failed: custom program error: 0x66"
].
Node version - v20.10.0
Deps
"@streamflow/staking": "^7.1.1",
"@streamflow/stream": "^7.1.1",
The text was updated successfully, but these errors were encountered: