95 Commits

Author SHA1 Message Date
Álex
0fdacbe01a
feat: Rapidsnark crate (#39) 2026-05-29 21:14:17 +02:00
Álex
2939c83a67
feat: Unify env vars into single LBC_ROOT_DIR (#38) 2026-05-29 20:37:16 +02:00
Álex
8eab6dce28
feat: Expose all circuit artifacts via macro. (#37) 2026-05-29 18:56:50 +02:00
Álex
c6cc320c52
fix(tests): Hardcoded inputs (#36) 2026-05-29 16:38:03 +02:00
Álex
06e6dbe762
feat(flags). Make prebuilt flag a default. (#35) 2026-05-29 16:33:34 +02:00
Álex
cc41762cb5
docs: Add documentation (#32) 2026-05-29 12:13:44 +02:00
strinnityk
2e79ac3083 chore(ci): auto-update Nix hashes for v0.5.0 2026-05-25 09:31:43 +00:00
Álex
f6defd7456
fix(build): gmp version consitency (#31) 2026-05-25 11:09:22 +02:00
strinnityk
5a53f32339 chore(ci): auto-update Nix hashes for v0.5.0 2026-05-22 10:29:18 +00:00
Álex
44b973e3b6
fix(build): fix missing string formatting part (#30) 2026-05-22 12:13:44 +02:00
strinnityk
0ea85cf67d chore(ci): auto-update Nix hashes for v0.5.0 2026-05-22 09:05:44 +00:00
Álex
2ec79ffce2
fix(build): macos isolation symbol names (#29) 2026-05-22 10:44:54 +02:00
strinnityk
f777aee5ec chore(ci): auto-update Nix hashes for v0.5.0 2026-05-21 12:37:00 +00:00
Álex
d5fd1fdce1
fix(build): macos symbol isolation (#28) 2026-05-21 14:16:31 +02:00
strinnityk
632fa9ab25 chore(ci): auto-update Nix hashes for v0.5.0 2026-05-21 08:55:42 +00:00
Álex
7ce59ffda2
fix(build): fix c++ library for macos (#27) 2026-05-21 10:34:39 +02:00
strinnityk
a73cab432d chore(ci): auto-update Nix hashes for v0.5.0 2026-05-20 15:12:10 +00:00
Álex
b5ed645243
fix: Patch circuits' asserts (#26) 2026-05-20 16:51:51 +02:00
Álex
9d1f058338
feat(lints): add rustfmt options (#23) 2026-05-20 15:26:24 +02:00
Álex
cf7cbbe20f
feat(ci): Pin actions versions (#24) 2026-05-20 15:25:59 +02:00
Álex
f6258dda7f
feat(ci): auto-update nix hashes on release (#25) 2026-05-20 15:25:40 +02:00
Álex
104acb8f47
fix(build): Fix symbol resolution conflicts between circuits (#22) 2026-05-19 14:48:58 +02:00
Álex
653c9295e4
feat(ci): Older glibc compatibility (#21) 2026-05-15 15:02:29 +02:00
Álex
3a790a3172
feat(build): Rerun build on circuit dir or lib dir change (#20) 2026-05-15 15:00:16 +02:00
Álex
f195de907e
feat(lib): Bundle static gmp and link (#19) 2026-05-15 12:34:49 +02:00
Álex
64ec496067
feat: Circuits as libraries (#16) 2026-05-14 15:03:27 +02:00
Alejandro Cabeza Romero
d6cf41f665
Add shorthand to run input generators. 2026-04-10 17:30:11 +02:00
Alejandro Cabeza Romero
e6ab5509b6
Add prettifier. 2026-04-10 17:23:58 +02:00
thomaslavaur
1ce5a77e44 fix bug in comparator full less than 2026-04-08 09:02:42 +02:00
b36f7f3f2f Add/Update License Files
Add dual MIT/Apache-2.0 license:
- LICENSE-MIT
- LICENSE-APACHE-v2
2026-03-25 11:40:47 +01:00
thomaslavaur
67ea0a5a6b fix typo 2026-03-18 12:47:24 +01:00
thomaslavaur
416c5a1722
Fix syntax for would_win.slot assignment v0.4.2 2026-03-18 08:30:25 +01:00
thomaslavaur
b2999e0949 update poq with slot in key nullifier derivation 2026-03-18 08:22:35 +01:00
Álex
ec7d298e5a
chore(flake): Update circuitsVersion to 0.4.1. 2026-02-13 11:51:31 +01:00
Alejandro Cabeza Romero
02373c3fec
Update circuitsVersion to 0.4.1. 2026-02-13 11:49:16 +01:00
Álex
480b9bc4fd
Merge pull request #11 from logos-blockchain/feat/nixify
feat: Nixify
2026-01-30 14:33:49 +01:00
Alejandro Cabeza Romero
1576b3a31f
Set default version and add todo. 2026-01-28 16:54:20 +01:00
Alejandro Cabeza Romero
df057aa15a
wip 2026-01-28 16:51:29 +01:00
Alejandro Cabeza Romero
b71a648643
Add separate versions file. 2026-01-28 16:38:11 +01:00
Alejandro Cabeza Romero
d8992faa1d
Format flake. 2026-01-28 16:26:46 +01:00
Alejandro Cabeza Romero
e32eb38519
Nixify circuits. 2026-01-28 16:24:43 +01:00
davidrusu
6f16952675
Merge pull request #10 from logos-blockchain/rpi5-releases
Linux_aarch64 builds for RPI
v0.4.1
2026-01-22 01:18:56 +04:00
David Rusu
b79e0ff754 rename arm64 to aarch64 2026-01-21 15:45:54 +04:00
David Rusu
7ebee1bf89 use arm64 runner to generate native builds 2026-01-21 14:30:15 +04:00
David Rusu
df27d2781a another attempt at GMP fixes 2026-01-21 13:56:55 +04:00
David Rusu
b5caecaadc fix GMP compilation problems for RPI 2026-01-21 13:41:02 +04:00
David Rusu
3973af3e63 add linux_aarch64 builds for RPI 2026-01-21 13:11:32 +04:00
Antonio
678ea4e75e
Merge pull request #9 from logos-blockchain/aa/change-circuits-output
chore: rename nomos to logos-blockchain
2026-01-20 11:12:23 +01:00
Antonio Antonino
0b9ad0bdb6
Rename nomos to logos-blockchain 2026-01-19 14:54:26 +01:00
thomaslavaur
0b0054a57b
Merge pull request #7 from logos-blockchain/tl/PoL_update
Tl/po l update
v0.3.2
2026-01-15 13:15:36 +01:00