Skip to content

Commit

Permalink
Merge pull request #203 from openbook-dex/feature/client-refacto
Browse files Browse the repository at this point in the history
Return ixs and signers instead of sending txs from client
  • Loading branch information
binyebarwe authored Dec 19, 2023
2 parents 269cd09 + 02b68f1 commit cf130d9
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 79 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ fuzz:

fuzz-reproduce CASE:
cd ./programs/openbook-v2/fuzz && RUST_LOG=debug cargo {{ fuzz-toolchain }} fuzz run --strip-dead-code multiple_orders {{ CASE }}

publish:
yarn format && yarn lint && yarn build && npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openbook-dex/openbook-v2",
"version": "0.0.25",
"version": "0.1.0",
"description": "Typescript Client for openbook-v2 program.",
"repository": "https://github.com/openbook-dex/openbook-v2/",
"author": {
Expand Down
Loading

0 comments on commit cf130d9

Please sign in to comment.