Run CI against Solana 3.0.4#22
Open
Daniel Milnes (thebeanogamer) wants to merge 14 commits into
Open
Conversation
Member
Author
|
Seems like we have a lot of missing parameters on {
"jsonrpc" : "2.0",
"result" : {
"context" : {
"apiVersion" : "3.0.4",
"slot" : 1912
},
"value" : {
"accounts" : null,
"err" : null,
"fee" : 10000,
"innerInstructions" : null,
"loadedAccountsDataSize" : 684192,
"loadedAddresses" : {
"readonly" : [ ],
"writable" : [ ]
},
"logs" : [ "Program TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb invoke [1]", "Program log: Instruction: MintTo", "Program TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb consumed 1038 of 200000 compute units", "Program TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb success" ],
"postBalances" : [ 980000, 0, 500000, 400000, 1141440 ],
"postTokenBalances" : [ {
"accountIndex" : 3,
"mint" : "2tokpcExDmewsSNRKuTLVLMUseiSkEdBQWBjeQLmuFaS",
"owner" : "7H1itW7F72uJbaXK2R4gP7J18HrQ2M683kL9YgUeeUHr",
"programId" : "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",
"uiTokenAmount" : {
"amount" : "20",
"decimals" : 18,
"uiAmount" : 2.0E-17,
"uiAmountString" : "0.00000000000000002"
}
} ],
"preBalances" : [ 990000, 0, 500000, 400000, 1141440 ],
"preTokenBalances" : [ {
"accountIndex" : 3,
"mint" : "2tokpcExDmewsSNRKuTLVLMUseiSkEdBQWBjeQLmuFaS",
"owner" : "7H1itW7F72uJbaXK2R4gP7J18HrQ2M683kL9YgUeeUHr",
"programId" : "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb",
"uiTokenAmount" : {
"amount" : "10",
"decimals" : 18,
"uiAmount" : 1.0E-17,
"uiAmountString" : "0.00000000000000001"
}
} ],
"replacementBlockhash" : {
"blockhash" : "2g4YBKFChTrYMMWcQSttBdVW4vH3vKhgPTwDQu86RWCz",
"lastValidBlockHeight" : 2062
},
"returnData" : null,
"unitsConsumed" : 1038
}
},
"id" : 13
} |
…BlockContractTest as the vote transaction may not exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's a new major release of Solana, we should probably run all the tests against it