Skip to content

Commit

Permalink
Soroban auth next updates (#570)
Browse files Browse the repository at this point in the history
* update xdr for auth-next

* Add auth field to invokeHostFunctionOp

* bump version

* Needed to modify the generated code slightly

* Fix lint
  • Loading branch information
Paul Bellamy authored Feb 2, 2023
1 parent bdb5114 commit 04e00db
Show file tree
Hide file tree
Showing 12 changed files with 587 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "8.2.2-soroban.6",
"version": "8.2.2-soroban.7",
"description": "Low level stellar support library",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export class Contract {
)
],
readWrite: []
})
}),
auth: []
});
}
}
Loading

0 comments on commit 04e00db

Please sign in to comment.