Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Oct 18, 2024
2 parents 50f4d78 + 2fbed56 commit 442ae81
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 0.1.0 (2024-10-03)


### Features

* jest setup ([6d35d3f](https://www.github.com/anythread/gsoc/commit/6d35d3f087352d0a82e8de0a2f24c85c9f2aca84))
* listen same as subscribe ([c35eeee](https://www.github.com/anythread/gsoc/commit/c35eeee4cb415b52647af0fe267514f55c6ca4a9))
* mine resource id ([44f40d5](https://www.github.com/anythread/gsoc/commit/44f40d5a7a07b0d0fe1541f3da7b3a69d58c5161))
* mine same as mineResourceId ([b37beed](https://www.github.com/anythread/gsoc/commit/b37beed613cfa87652e12f0a8b156e09372bb47d))
* mineResourceID parameter type expansion ([5a62e37](https://www.github.com/anythread/gsoc/commit/5a62e37c71d8311680689e9d3ca2da6dc7e98507))
* postage batch related functionalities ([cc2467c](https://www.github.com/anythread/gsoc/commit/cc2467c20a1adcc85813c8279b67d7858e9567b7))
* proximity check utility ([a7b634e](https://www.github.com/anythread/gsoc/commit/a7b634ec68b5fb7eb0f1910ee10e2ce87b25a621))
* resourceId parameter type expansion ([8686bb8](https://www.github.com/anythread/gsoc/commit/8686bb86160d254490abb6e38f2e444e69b357a9))
* return back gsoc address on subscribe ([69b831d](https://www.github.com/anythread/gsoc/commit/69b831d4bacc95813ad3f5bb398dbe31fdd0e770))
* send same as write ([f5d2cf1](https://www.github.com/anythread/gsoc/commit/f5d2cf1dbad02131ae89d3e837b457faba4b71e0))


### Bug Fixes

* curve cannot generate from zero priv key ([9927140](https://www.github.com/anythread/gsoc/commit/9927140f4215545561c2a17cd1fb6a31c3c354e5))
* resourceId increment ([45f86dc](https://www.github.com/anythread/gsoc/commit/45f86dc724d596b9ff6d4d86577e071132a8bc01))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anythread/gsoc",
"version": "0.0.1",
"version": "0.1.0",
"description": "Graffiti Several Owner Chunk implementation on Swarm network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 442ae81

Please sign in to comment.