Commit graph

185 commits

Author SHA1 Message Date
97f5d3c015 Merge pull request 'chore(deps): update dependency eslint to v8.57.0' (#14) from renovate/eslint-monorepo into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #14
2024-06-08 16:41:21 +05:30
Renovate Bot
8b455e10a5 chore(deps): update dependency eslint to v8.57.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-06-08 08:06:29 +00:00
1396e59892 Merge pull request 'chore(deps): update dependency sinon to v17.0.1' (#5) from renovate/sinon-17.x-lockfile into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #5
2024-06-08 13:13:51 +05:30
Renovate Bot
1c44354a24 chore(deps): update dependency sinon to v17.0.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-06-07 20:35:08 +00:00
6b0bf5cd1b Merge pull request 'feat: CI: init' (#13) from feat-woodpecker into master
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #13
2024-06-08 01:42:54 +05:30
850abfb28f
feat: CI: init
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed
2024-06-07 22:48:35 +05:30
da8497ce91
chore: update base node version 2024-06-07 22:46:52 +05:30
7eab26e00d Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into master
Reviewed-on: #1
2024-06-04 13:08:26 +05:30
Renovate Bot
f4bcb36493 Add renovate.json 2024-06-04 07:36:32 +00:00
90d22c1459
feat: prep 0.1.0-rc1 2023-10-29 03:12:14 +05:30
b0111bde6e
Merge pull request #16 from mCaptcha/feat-incremental
feat: incremental proof of work computing fn
2023-10-28 20:52:18 +00:00
be7e76825c
feat: incremental proof of work computing fn 2023-10-29 02:20:15 +05:30
c0561b7d38
Merge pull request #15 from mCaptcha/dependabot/npm_and_yarn/semver-6.3.1
Bump semver from 6.3.0 to 6.3.1
2023-10-28 20:22:13 +00:00
dependabot[bot]
08fae7ecba
Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 13:22:02 +00:00
f3eb666db0
Merge pull request #9 from mCaptcha/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2023-10-28 13:21:47 +00:00
ea3046f0d7
Merge pull request #14 from mCaptcha/dependabot/npm_and_yarn/follow-redirects-1.15.3
Bump follow-redirects from 1.14.4 to 1.15.3
2023-10-28 13:21:38 +00:00
dependabot[bot]
ba83bd65c1
Bump follow-redirects from 1.14.4 to 1.15.3
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.15.3.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.15.3)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 12:56:05 +00:00
dependabot[bot]
449ccd2e0a
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 12:55:13 +00:00
60e5d2c1c6
Merge pull request #13 from mCaptcha/update-deps
Update deps
2023-10-28 12:54:13 +00:00
9a3cfc4ff2
chore: CI: update base node version 2023-10-28 18:11:47 +05:30
f565ed0dfe
chore: update deps 2023-10-28 18:02:11 +05:30
31554ebdb9
feat: add NLnet funding details 2023-03-08 17:26:23 +05:30
03c8026470
prep for release 2021-12-08 14:32:27 +05:30
9ea8676d24
pow_sha256 serializes the phrase on which the proof is to be computed
using the bincode crate, which uses UTF-8 under the hood and also
prefixes the length of the string in big endian.

This patch introduces changes to implement the same
2021-12-08 13:43:24 +05:30
76ff717acf
add README 2021-12-07 19:10:38 +05:30
8349cc8cdb
CI: downgrade node env 2021-12-07 19:06:47 +05:30
3be876cc2e
setup CI 2021-12-07 19:01:45 +05:30
c9ba1a9e55
setup tests and linting 2021-12-07 19:01:36 +05:30
04845d7719
polyfill implementation 2021-12-07 15:35:10 +05:30
bdbcb95e05
fix funding links 2021-10-13 22:52:25 +05:30
fd7d964633
js dev deps upgrade 2021-10-13 22:51:13 +05:30
0a8ddcd303
added donation links 2021-06-30 13:07:13 +05:30
24d855b5b7
added licenses 2021-06-27 21:31:59 +05:30
c53843225f
serde 2021-06-27 21:31:32 +05:30
a573ed34dc
digest 2021-06-27 21:31:09 +05:30