Commit Graph

61 Commits

Author SHA1 Message Date
Conner Gallagher c742615051 migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
Conner Gallagher ed415a8ce0 migrated from @project-serum to @coral-xyz 2023-01-31 16:13:29 -07:00
Conner Gallagher c30022dc28 updated program examples 2023-01-19 00:12:56 -07:00
Conner Gallagher 9ee9cd4e0d updated program examples 2023-01-18 20:17:40 -07:00
Conner Gallagher e524a882d5 fix gitignore 2023-01-06 11:11:51 -07:00
Conner Gallagher 361e75ebef updated anchor-vrf-parser example
- sets VRF callback before requesting randomness
2023-01-06 10:47:59 -07:00
Conner Gallagher 5a663abbf2 added TransactionObjectOptions to some aggregator methods 2023-01-05 12:37:37 -07:00
Conner Gallagher c83534a3fb example-programs: using new SDK 2022-12-19 09:00:16 -07:00
Conner Gallagher 7f2de22291 renamed repo to sbv2-solana
updated github URLs globally
2022-12-01 10:17:17 -07:00
Conner Gallagher 03cdd248d2 programs: added default features to Cargo.toml 2022-11-30 10:39:05 -07:00
Conner Gallagher 9236ad1a6e solana.js: added vrf, crank, and bufferRelayer interfaces 2022-11-29 14:38:26 -07:00
Conner Gallagher ea27f557b1 added solana.js 2022-11-28 16:50:18 -07:00
Conner Gallagher 6c3283db30 uprev switchboard deps
wip


wip


wip


wip


fix sleep timer
2022-11-26 15:15:13 -07:00
mgild c63b80dc5a reade fix 2022-11-23 11:07:52 -05:00
mgild 0032a4909d uprev deps 2022-11-23 10:54:12 -05:00
Conner Gallagher cc11a8f8b1 fix jobInit 2022-11-11 10:37:48 -07:00
Conner Gallagher 94d63ceb71 removed monorepo structure 2022-09-28 14:37:26 -06:00
Conner Gallagher aa7e4fe2d2 refactor: moved programs and clients under examples 2022-07-22 12:11:29 -06:00
Conner Gallagher 10a98f32b1 docs: added security page 2022-07-22 11:49:45 -06:00
Conner Gallagher b7d30c873c updated example program deps 2022-07-18 12:44:42 -06:00
Conner Gallagher cda97aaac9 uprev anchor-lang to 0.25.0 2022-07-18 11:09:52 -06:00
Conner Gallagher 7ec53ec3ff sbv2-utils: test env will request airdrop when balance is 0 2022-07-15 19:47:28 -06:00
Conner Gallagher 81fe56023d sbv2-utils: cleaned up loading token account for test env
wip


wip
2022-07-15 17:26:57 -06:00
Conner Gallagher a17915f437 docs
cleanup anchor test


docs
2022-07-15 15:47:52 -06:00
Conner Gallagher 32c9f86b24 added buffer relayer impl
[RS] Added buffer relayer structs
[RS] Added check_staleness and check_confidence_interval to accounts
[CLI] Added buffer relayer commands
[Anchor] Added better data feed validation to examples
[TS] Added enableBufferRelayers to oracleQueueInit
2022-07-15 15:25:11 -06:00
Conner Gallagher b616016425 fixed test 2022-07-14 15:08:35 -06:00
Conner Gallagher 62a3ad9d5c programs: added sbv2-vrf-example CLI script
deps


deps


wip


wip
2022-07-14 14:58:56 -06:00
Conner Gallagher 430a3ca0ec uprev 2022-07-14 14:47:48 -06:00
Conner Gallagher bbc246ba01 programs: added staleness checks to feed parser examples 2022-07-14 14:40:44 -06:00
Conner Gallagher 02ee4ff61d updated example program deps 2022-07-14 08:30:39 -06:00
gallynaut 515445e6d7
Merge pull request #31 from switchboard-xyz/dependabot-npm_and_yarn-eslint-plugin-prettier-4.2.1
Bump eslint-plugin-prettier from 4.0.0 to 4.2.1
2022-07-05 08:56:03 -06:00
gallynaut 2b2c605674
Merge pull request #26 from switchboard-xyz/dependabot-npm_and_yarn-types-node-17.0.45
Bump @types/node from 17.0.35 to 17.0.45
2022-07-05 08:54:53 -06:00
gallynaut 76873d3b15
Merge pull request #18 from switchboard-xyz/dependabot-npm_and_yarn-dotenv-16.0.1
Bump dotenv from 16.0.0 to 16.0.1
2022-07-05 08:51:13 -06:00
gallynaut 1a8b6f082e
Merge branch 'main' into dependabot-npm_and_yarn-types-node-17.0.45 2022-07-05 08:50:58 -06:00
gallynaut e0a215a77a
Merge pull request #30 from switchboard-xyz/dependabot-npm_and_yarn-eslint-and-types-eslint-8.18.0
Bump eslint and @types/eslint
2022-07-05 08:50:04 -06:00
dependabot[bot] c83e2ca6b3
Bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.30.3
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.0 to 5.30.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.3/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 23:18:20 +00:00
dependabot[bot] 2dedcf1707
Bump eslint-plugin-prettier from 4.0.0 to 4.2.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 23:07:22 +00:00
dependabot[bot] b2b7bba5df
Bump eslint and @types/eslint
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 8.14.0 to 8.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.14.0...v8.18.0)

Updates `@types/eslint` from 8.4.3 to 8.4.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 23:03:51 +00:00
dependabot[bot] bf3451d7f7
Bump @types/node from 17.0.35 to 17.0.45
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 17.0.45.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 22:40:18 +00:00
dependabot[bot] 07e8d1885a
Bump dotenv from 16.0.0 to 16.0.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.0.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 22:18:57 +00:00
Conner Gallagher 942c6caabf cleanup 2022-06-29 21:51:29 -06:00
Conner Gallagher 4e03241997 uprev spl-token
uprev spl-token


uprev spl-token
2022-06-29 19:44:33 -06:00
Conner Gallagher c54c082ca6 updated example deps 2022-06-21 11:50:04 +02:00
Conner Gallagher 167da3b256 chore(tooling): simplified tsconfig and esm builds 2022-06-17 23:43:26 -06:00
Conner Gallagher 12e895d59e fixed anchor test
set module to commonjs
2022-06-14 22:53:37 -06:00
dependabot[bot] 8913fbde3a
Bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.27.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.21.0 to 5.27.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 02:37:49 +00:00
Conner Gallagher fa39a4a8c3 updated oclif to v2 for esm support
- uprev @oclif to v2
- cleaned up commands to use async this.parse
- misc command cleanup
- configured lerna publish to skip examples
2022-06-07 21:26:59 -05:00
Conner Gallagher 94b484c39b updated switchboard-v2 deps
updated switchboard-v2 deps
2022-06-06 14:07:08 -05:00
Conner Gallagher 945e0cbdd7 added protos and fixed esm build scripts
wip


v0.0.104-beta.2

v0.0.104-beta.3

v0.0.104-beta.4

v0.0.104-beta.5

v0.0.104-beta.6

v0.0.104-beta.7

wip


wip
2022-05-27 14:07:58 -06:00
Conner Gallagher 9151cfede1 added SysclockOffsetTask task 2022-05-27 11:31:52 -06:00