Skip to content

Commit

Permalink
Update solana client library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Apr 16, 2024
1 parent db25a2c commit 12c9183
Show file tree
Hide file tree
Showing 118 changed files with 5,884 additions and 18,867 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setProvider(provider);
const program = workspace.PythTest as Program<PythTest>;

(async () => {
// const { blockhash: recentBlockhash } = await connection.getRecentBlockhash();
// const { blockhash: recentBlockhash } = await connection.getLatestBlockhash();
// const instruction = new TransactionInstruction({
// keys
// });
Expand Down
2 changes: 0 additions & 2 deletions solana/gatekeeper-lib/.eslintignore

This file was deleted.

14 changes: 0 additions & 14 deletions solana/gatekeeper-lib/.eslintrc

This file was deleted.

5 changes: 5 additions & 0 deletions solana/gatekeeper-lib/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extension": ["js", "ts"],
"spec": "test/**/*.test.ts",
"require": ["ts-node/register"]
}
1 change: 1 addition & 0 deletions solana/gatekeeper-lib/docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit 12c9183

Please sign in to comment.