Commit Graph

842 Commits

Author SHA1 Message Date
Conner Gallagher 865da03b59 chore: fix gha 2023-03-15 12:28:12 -06:00
Conner Gallagher 291246bfa7 chore(gha): fix setup-node action 2023-03-15 12:25:29 -06:00
Conner Gallagher e6101d79e0 chore(gha): pin node version to 19.7 2023-03-15 12:22:02 -06:00
Conner Gallagher 0c3f02e380 chore(gha): cleanup 2023-03-15 12:19:32 -06:00
Conner Gallagher c7a19be3e0 chore(rust-sdk): published v0.1.22
- fixes vrf_close CPI
2023-03-15 12:15:43 -06:00
Conner Gallagher 7150a1c018 feat(vrf-parser): add action to close VRF account with CPI 2023-03-15 12:08:48 -06:00
Conner Gallagher 56b15ac342 fix(solana.js): vrfAccount awaits removal of websocket subscription
we weren't awaiting the closeWebsocket function so it was attempting to remove the subscription twice
2023-03-13 17:06:45 -06:00
Conner Gallagher d328ad2318 chore(vrf-parser): add example showing how to load switchboard queue 2023-03-13 16:57:54 -06:00
Conner Gallagher 4c0b74da13 chore: README.md 2023-03-09 18:27:51 -07:00
Conner Gallagher 23747ead6e chore: add anchor test status badge to README 2023-03-09 18:24:15 -07:00
Conner Gallagher 193fe07f97 fix(gha): added matrix for node versions 2023-03-09 14:01:33 -07:00
Conner Gallagher 92c2929833 fix(gha): fixed anchor install caching 2023-03-09 13:58:53 -07:00
Conner Gallagher 96257bf437 fix(gha): add timeout to anchor jobs 2023-03-09 13:40:07 -07:00
Conner Gallagher 72597a59dd fix(programs): add --exit to mocha tests 2023-03-09 13:39:02 -07:00
Conner Gallagher b2ad4ae5b3 chore(solana.js): published v2.0.140
- uprevs @switchboard-xyz/oracle to handle shut down when parent process is killed
2023-03-09 13:19:57 -07:00
Conner Gallagher ccc44c25e7 chore(solana.js): lint and publish v2.0.139 2023-03-09 13:09:41 -07:00
Conner Gallagher deaf853adf fix: use avm to speed up github action 2023-03-09 13:07:42 -07:00
Conner Gallagher 8ac23884a7 fix: use avm to speed up github action
fix: pin solana-version in anchor test github action


fix: github action anchor-version syntax


fix: pin anchor version for both anchor tests


fix
2023-03-09 13:07:22 -07:00
Conner Gallagher 77db277b8b fix: gh-action 2023-03-09 12:07:08 -07:00
Conner Gallagher 7b98e0d105 chore: added github action for anchor example programs 2023-03-09 12:04:25 -07:00
Conner Gallagher a7a19db0b1 fix(vrf-program): removed anchor-client-gen dep 2023-03-09 10:34:19 -07:00
Conner Gallagher a8b1de869f chore: fix solana.js tests directory 2023-03-09 09:05:12 -07:00
Conner Gallagher 945a29162d fix(programs): updated example program imports 2023-03-09 08:54:49 -07:00
Conner Gallagher c1f7b2c93d chore: migrate to pnpm workspaces 2023-03-08 15:47:50 -07:00
Conner Gallagher 8c72e912d6 chore: migrate to pnpm workspaces 2023-03-08 15:47:17 -07:00
Conner Gallagher ce1884958c solana.js: published 2.0.137 2023-03-08 13:01:45 -07:00
Conner Gallagher c4aa4c283d solana.js: published 2.0.136 2023-03-08 12:54:20 -07:00
Conner Gallagher 8d5da60908 increased gh action timeout 2023-03-08 12:51:21 -07:00
Conner Gallagher 30197495fb solana.js: added round method to TestContext 2023-03-08 12:49:52 -07:00
Conner Gallagher e481f20a67 solana.js: improved oracle withdraw logic 2023-03-08 12:45:48 -07:00
Conner Gallagher a4d8adee95 solana.js: fix lease withdraw test 2023-03-08 12:11:00 -07:00
Conner Gallagher 08c3e6ea80 solana.js: improved lease withdraw logic 2023-03-08 12:07:29 -07:00
Conner Gallagher 5e49aeb411 solana.js: published 2.0.135 2023-03-08 11:04:03 -07:00
Conner Gallagher 257b70c61c solana.js: fix lease withdraw timing 2023-03-08 10:57:29 -07:00
Conner Gallagher 39a5dc692c solana.js: fix lease withdraw timing 2023-03-08 10:57:15 -07:00
Conner Gallagher b8fdd2c171 solana.js: published 2.0.134 2023-03-06 16:44:57 -07:00
Conner Gallagher 3d810472ee solana.js: published 2.0.133 2023-03-06 14:20:21 -07:00
Conner Gallagher bf0dff31af solana.js: published 2.0.132 2023-03-06 14:11:44 -07:00
Conner Gallagher 3ea015d57d gh-action: add secrets for RPC_URL 2023-03-06 14:08:33 -07:00
Conner Gallagher 3ffcfd4a73 solana.js: uprev @switchboard-xyz/oracle 2023-03-06 14:04:56 -07:00
Conner Gallagher e606253b8c solana.js: start oracle with a given releaseChannel 2023-03-06 13:53:07 -07:00
Conner Gallagher 4150ec3acb deprecated outdated javascript examples 2023-03-06 08:10:26 -07:00
Conner Gallagher b26d1bdb06 anchor-vrf-parser: catch callback errors 2023-03-03 10:04:34 -07:00
Conner Gallagher 911fef5f04 solana.js: force mocha to exit after test completion 2023-03-02 08:15:02 -07:00
Conner Gallagher 2cb0132e0b solana.js: cleaned up vrf-pool test 2023-03-02 08:08:24 -07:00
Conner Gallagher c12b106387 gh-action: add 10min timeout 2023-03-02 07:57:10 -07:00
Conner Gallagher d0c37fb644 solana.js: add small delay for fetching vrf result 2023-03-02 07:55:22 -07:00
Conner Gallagher ca2686995a solana.js: added vrf pool tests 2023-03-01 17:48:27 -07:00
Conner Gallagher 037d74bdb9 fix feed-walkthrough example 2023-03-01 14:22:34 -07:00
Conner Gallagher 9fdfbbe0db updated feed-walkthrough example 2023-03-01 13:53:07 -07:00