Commit Graph

181 Commits

Author SHA1 Message Date
aggstam
0708f7d066 contrib/docker: musl static docker builded added 2023-11-17 16:37:24 +02:00
y
d17933867f [privacy] Add strip_image_metadata script 2023-11-09 15:57:37 -05:00
aggstam
9c74b776fd contrib/docker/riscv: updated to work with latest changes 2023-10-27 20:46:55 +03:00
parazyd
44b27d0228 contrib/zk.lua: Require spaces for indentation 2023-10-27 14:02:40 +02:00
aggstam
0320a6ce02 contrib/docker: riscv builder added(highly experimental) 2023-09-07 19:07:51 +03:00
bobsummerwill
b41462d323 Added sqllite3 dependency for Debian-based systems. This dependency must have been added with recent functionality updates. 2023-09-06 10:57:53 +00:00
Dastan-glitch
7266011ec1 replace ircd with darkirc 2023-09-05 07:07:06 +03:00
greptile
5534be7474 script: add simple script to remove username from files (#204)
* script: add simple script to remove username from files

* cleanup and add quotations around vars

---------

Co-authored-by: y <y>
2023-08-31 09:54:40 +00:00
spital
2536a46aaa Dockerfile.almalinux and fix builds, latest working b36861fa1d_2023-06-13 (#183)
* Dockerfile.almalinux and fix builds, latest working b36861fa1d_2023-06-13

* Docker build can skip tests, add runtime deps

* update Fedora and Almalinux dockerfiles, worked for 95d0f47_2023-08-11 with "--build-arg DONT_EXEC_TESTS=1 --build-arg RUST_VER=nightly"

---------

Co-authored-by: parazyd <parazyd@dyne.org>
2023-08-30 05:57:33 +00:00
spital
2a67711868 fix/update_dependencies_202307_fedora_almalinux (#182)
Co-authored-by: parazyd <parazyd@users.noreply.github.com>
2023-08-30 05:52:01 +00:00
parazyd
e2956a1451 Update system library dependency list. 2023-08-29 13:08:35 +02:00
parazyd
41bf60570a Implement standalone Makefiles for most of the bins and rework main Makefile. 2023-08-29 10:53:23 +02:00
parazyd
dbe31b80cc contrib: Fix compile_all_bins.sh 2023-08-23 18:56:47 +02:00
parazyd
6a024ab801 zkas: Add a field definition on top of the circuit file.
Currently unused, but will probably be expanded to define proofs over
different fields.
2023-08-14 17:09:18 +02:00
x
55751abf06 contrib/runit-init: correct typo 2023-08-11 17:44:05 +02:00
x
039fd31da9 contrib/runit-init: remove lines about exporting SVDIR 2023-08-11 17:42:16 +02:00
x
06f95e7d9f make bins available 2023-08-11 17:39:48 +02:00
x
dd039dadb5 contrib/runit-init: remove erroneous paths in run scripts 2023-08-11 17:39:48 +02:00
x
c2480e45ed contrib/runit-init: check for internet connection, otherwise exit. runit
will attempt to retry launching service in a few secs again.
this way daemon is not run until we have internet.
this is a temp workaround until issue is fixed in the daemons
themselves.
2023-08-11 17:16:25 +02:00
x
56d164c8ff contrib/runit-init: missing # sign 2023-08-11 17:05:30 +02:00
x
36c87fcd9a contrib/runit-init: startup scripts for taud, darkirc, ircd 2023-08-11 17:04:23 +02:00
parazyd
99f68db953 zkas: Enforce k declaration on top of the source file. 2023-07-20 14:19:52 +02:00
parazyd
3b9c016ef6 bin: Update daemon methods for dnet. 2023-07-08 16:40:53 +02:00
parazyd
281aa87faf zk/vm: Implement zero_cond opcode. 2023-07-08 11:07:07 +02:00
parazyd
7da1d8e1b1 contrib: Remove token_lists JSON files. 2023-06-21 12:30:26 +02:00
parazyd
39d47cc35b contrib: Add script for periodic purging of weechat logs. 2023-06-21 12:04:22 +02:00
aggstam
463790ee83 .github/workflows/ci.yml: updated dependencies, contrib/docker/*: updated dependencies and minor cleanup
Only Dockerfile.alpine was tested, it works. Rest should also work. NFA, DYOR
2023-06-07 02:29:12 +03:00
parazyd
5116377b00 Add some missing deps for fun 2023-06-06 18:11:04 +02:00
parazyd
88865e2663 drk: Replace "play" with "rodio".
Fun police go away.

This removes the deps on pkgconfig and libmpg123, and should ease the
build process for non GNU/Linux operating systems.
2023-06-06 14:06:36 +02:00
actias-nebula
3152c96e95 Added tau, taud & vanity address 2023-05-31 14:36:36 +00:00
actias-nebula
562d355558 Update flake.lock 2023-05-31 14:36:36 +00:00
actias-nebula
f764b4e2de Fixed Flake.nix
This fixes flake.nix and introduce the use of crane to create the rust package
2023-05-31 14:36:36 +00:00
parazyd
25df2f55f4 localnet/darkfid-single-node: Clean up shell scripts. 2023-05-30 15:47:49 +02:00
x
e3106338e9 run-dao-test.sh script 2023-05-30 13:03:44 +02:00
parazyd
f4932072c6 zkvm: Implement cond_select opcode. 2023-05-27 15:35:48 +02:00
parazyd
36cb1d8182 contrib: Remove obsolete bash completion file. 2023-05-26 09:50:00 +02:00
parazyd
a326a67901 zkas: Add basic debug prints 2023-05-24 13:09:54 +02:00
aggstam
83fcb5e98e contrib: updated lang files 2023-05-10 23:13:02 +03:00
spital
c5c8983001 NetBSD 9.3 dependency_setup updated, unfortunately rust-lld not found 2023-05-09 13:18:31 +00:00
spital
2fe7707a5d OpenBSD not yet supported by rustup 2023-05-09 13:18:31 +00:00
spital
d640a9e024 Add OpenBSD dependencies and info how to build 2023-05-09 13:18:31 +00:00
parazyd
546a9810df chore: Move scripts from script/ to contrib/ 2023-05-09 15:15:55 +02:00
parazyd
0a1fe88665 faucetd: Implement airdrop spam protection using a VDF. 2023-05-09 13:06:59 +02:00
Jay Butera
462c971eee update flake (#161) 2023-04-13 10:46:05 +00:00
||= nil
90858013a9 contrib: add mpg123 to apt, pacman (#162) 2023-04-10 04:26:06 +03:00
parazyd
f12ece1eda contrib/localnet: Restore old faucetd/wallet.db 2023-03-22 20:10:11 +01:00
aggstam
159d649112 Merge branch 'blockchain-overlay' 2023-03-22 14:43:32 +02:00
aggstam
cd6dc23598 drk-darkfid: added subscribe to listen for erroneous transactions 2023-03-21 16:24:05 +02:00
Dastan-glitch
885470859c contrib: add bit of instruction/script to test nym transport over local ircd nodes 2023-03-15 03:42:15 +03:00
aggstam
a9e9a3fd4c contrib/localnet: set ['tls', 'tcp'] as default transport protocols 2023-02-25 16:59:37 +02:00