Commit graph

36 commits

Author SHA1 Message Date
Renovate Bot
e2f3f789a6 fix(deps): update rust crate derive_builder to 0.20
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-06-04 08:06:03 +00:00
bde6da08e9
feat: prep 0.5.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-29 02:33:36 +05:30
12d7533339
feat: feature gate incremental function
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-10-27 06:08:05 +05:30
debd7805d0
feat: bump version to 0.4.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-10-14 23:56:51 +05:30
9fe4d52f47
chore: rename pow_sha256 crate (this) to mcaptcha_pow_sha256
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
closes: #2
2023-10-14 23:49:44 +05:30
bd570eb12c
feat: migrate to git.batsense.net/mcaptcha/pow_sha256
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-14 23:40:57 +05:30
4495028d00
chore: update dependencies 2023-07-04 19:22:10 +05:30
3b4e28706a
feat & fix: bump version 2022-08-09 02:18:42 +05:30
36c48597b2
chore: bump deps 2022-05-06 16:57:47 +05:30
8df560aaa8
added code_of_conduct.md 2021-05-02 18:15:00 +05:30
14af17a17f
derive_builder version bump 2021-04-01 22:48:40 +05:30
9c837bf6a8
rm redundant get_difficulty calls 2021-03-31 17:40:15 +05:30
d0889fc900
version number 2021-03-08 18:28:34 +05:30
d1473ae5aa
u32 difficulty factor 2021-03-08 18:27:18 +05:30
0bfbce0185
examples, doc and readme update 2021-03-06 17:07:28 +05:30
2a23e064e1
variable salt and init pow 2021-03-06 16:43:20 +05:30
01755af3d4
version num 2021-03-06 10:06:29 +05:30
6fbbc3f2d5
CI, readme and deps version bump 2021-03-06 09:48:58 +05:30
Robert Kornacki
c7eb06790b Updated version 2019-07-29 13:18:36 -04:00
Robert Kornacki
82c4284f73 Updated category 2019-07-29 13:14:49 -04:00
Robert Kornacki
2761722b1a New version update 2019-07-24 15:00:31 -04:00
Robert Kornacki
cf80ae37e3 Removed u128 from struct for serializing ease. 2019-07-24 14:35:17 -04:00
Robert Kornacki
441f50637d Updated readme to reflect new added fn 2019-07-24 11:24:39 -04:00
Robert Kornacki
6b3e804308 Updated crate name to standards 2019-07-23 12:18:43 -04:00
Robert Kornacki
1172b197f7 Updated package name to underscore 2019-07-22 15:58:56 -04:00
Robert Kornacki
f85cc9388f Updates tests 2019-07-22 15:45:30 -04:00
Robert Kornacki
6b591947d0 Cleaned up more of the project and improved readme 2019-07-22 15:04:45 -04:00
Robert Kornacki
1f1b1ade27 Updated naming and minor details on several things 2019-07-22 13:54:13 -04:00
Andrew Dirksen
75bafcf99a Add blockchain example
relax type bounds on struct definition
2019-05-17 09:17:27 -07:00
Andrew Dirksen
33e9c6c73f Get syntax highlighting in readme. 2019-05-13 10:23:00 -07:00
Andrew Dirksen
cd7b218e51 Copy docs to readme, link to repo from Cargo.toml.
https://www.reddit.com/r/rust/comments/bn48nz/pow_sha256_based_proofs_of_work_over_typed_data/en2bcxx?utm_source=share&utm_medium=web2x
2019-05-13 10:15:39 -07:00
Andrew Dirksen
86a7d9bfcb Docs fix 2019-05-10 14:36:41 -07:00
Andrew Dirksen
69e75e116c Docs 2019-05-10 14:32:41 -07:00
Andrew Dirksen
8b045cf61c New score semantics. 2019-05-09 19:01:11 -07:00
Andrew Dirksen
bcfd6b49ba use serde and bincode for serialization 2019-05-09 17:31:44 -07:00
Andrew Dirksen
16f7b38446 Initial idea using custom serializer trait. 2019-05-09 14:49:50 -07:00