Skip to content

Commit

Permalink
Merge pull request #68 from Gateway-DAO/feat/make-auth-class-public
Browse files Browse the repository at this point in the history
feat: added generate signature using wallet
  • Loading branch information
Siddharth9890 authored Sep 30, 2024
2 parents ecac826 + ac4330b commit f57096d
Show file tree
Hide file tree
Showing 25 changed files with 2,914 additions and 3,366 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dist/
coverage/
.DS_STORE
gatewaySdk/
src/testing.ts
src/testing.ts
src/test.txt
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# [2.1.0-develop.15](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.14...v2.1.0-develop.15) (2024-09-20)


### Bug Fixes

* linter error codes ([a403af9](https://github.com/Gateway-DAO/gateway-js-sdk/commit/a403af991c7f73a4dd6d34ee3425099ab7805fb8))
* **types.ts:** ran prettier ([e2792b5](https://github.com/Gateway-DAO/gateway-js-sdk/commit/e2792b5f647516631e3ec7fa02f3e792cacf3991))

- linter error codes ([a403af9](https://github.com/Gateway-DAO/gateway-js-sdk/commit/a403af991c7f73a4dd6d34ee3425099ab7805fb8))
- **types.ts:** ran prettier ([e2792b5](https://github.com/Gateway-DAO/gateway-js-sdk/commit/e2792b5f647516631e3ec7fa02f3e792cacf3991))

### Features

* added create,update data assets methods ([d839296](https://github.com/Gateway-DAO/gateway-js-sdk/commit/d839296500f5611d2e94f0054da06abdb2654b14))
- added create,update data assets methods ([d839296](https://github.com/Gateway-DAO/gateway-js-sdk/commit/d839296500f5611d2e94f0054da06abdb2654b14))

# [2.1.0-develop.14](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.13...v2.1.0-develop.14) (2024-09-12)

Expand Down
Loading

0 comments on commit f57096d

Please sign in to comment.