Skip to content

Commit

Permalink
Bumping protocol sdk to 2.97.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2024
1 parent 849a8b7 commit be3f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol
Submodule protocol updated 37 files
+1 −1 sdk/VERSION
+ sdk/bun.lockb
+7 −4 sdk/package.json
+61 −0 sdk/scripts/postbuild.js
+160 −0 sdk/src/accounts/grpcAccountSubscriber.ts
+197 −0 sdk/src/accounts/grpcDriftClientAccountSubscriber.ts
+56 −0 sdk/src/accounts/grpcInsuranceFundStakeAccountSubscriber.ts
+190 −0 sdk/src/accounts/grpcProgramAccountSubscriber.ts
+48 −0 sdk/src/accounts/grpcUserAccountSubscriber.ts
+50 −0 sdk/src/accounts/grpcUserStatsAccountSubscriber.ts
+8 −0 sdk/src/accounts/types.ts
+1 −1 sdk/src/accounts/webSocketAccountSubscriber.ts
+3 −3 sdk/src/accounts/webSocketDriftClientAccountSubscriber.ts
+1 −1 sdk/src/accounts/webSocketProgramAccountSubscriber.ts
+70 −0 sdk/src/auctionSubscriber/auctionSubscriberGrpc.ts
+1 −0 sdk/src/auctionSubscriber/index.ts
+2 −0 sdk/src/auctionSubscriber/types.ts
+28 −0 sdk/src/driftClient.ts
+7 −1 sdk/src/driftClientConfig.ts
+19 −0 sdk/src/isomorphic/README.md
+4 −0 sdk/src/isomorphic/grpc.browser.ts
+23 −0 sdk/src/isomorphic/grpc.node.ts
+1 −0 sdk/src/isomorphic/grpc.ts
+14 −1 sdk/src/orderSubscriber/OrderSubscriber.ts
+121 −0 sdk/src/orderSubscriber/grpcSubscription.ts
+10 −0 sdk/src/orderSubscriber/types.ts
+11 −0 sdk/src/user.ts
+7 −1 sdk/src/userConfig.ts
+78 −0 sdk/src/userMap/grpcSubscription.ts
+21 −2 sdk/src/userMap/userMap.ts
+7 −0 sdk/src/userMap/userMapConfig.ts
+11 −0 sdk/src/userStats.ts
+7 −0 sdk/src/userStatsConfig.ts
+13 −0 sdk/tsconfig.browser.json
+1 −1 sdk/tsconfig.json
+354 −460 sdk/yarn.lock
+1 −1 tests/referrer.ts

0 comments on commit be3f1d9

Please sign in to comment.