Commit Graph

2228 Commits

Author SHA1 Message Date
narodnik
0e7b0b0814 non working ircd server 2021-12-20 16:25:52 +01:00
lunar-mining
1e0e9ae56b loader: dummy ContractLoader and functions 2021-12-20 14:08:50 +01:00
lunar-mining
7905599b7b util/ mod: added loader 2021-12-20 14:08:29 +01:00
parazyd
9daed94891 Update CI sherrif badge. 2021-12-19 22:25:10 +01:00
parazyd
4ab35f46a4 github: Use nightly channel for rustfmt. 2021-12-19 21:53:27 +01:00
parazyd
3a07a9d729 github: Run cargo fmt manually.
This should be seeing the rustfmt.toml file.
2021-12-19 21:49:25 +01:00
parazyd
ecb4584513 github: Fix CI workflow. 2021-12-19 21:45:08 +01:00
parazyd
7291c26116 Update .gitignore. 2021-12-19 21:40:45 +01:00
parazyd
27a9a8f1bb github: Clean up CI checks, and run clippy lints separately. 2021-12-19 21:02:35 +01:00
parazyd
c2802713e1 Update README. 2021-12-19 20:33:13 +01:00
parazyd
c098f5c353 book/development: Update pre-commit hook. 2021-12-19 20:26:23 +01:00
parazyd
e41168ffda book: Move tutorial from doc, and add editing notes. 2021-12-19 20:22:14 +01:00
parazyd
3edd649d82 darkpulse: clippy cleanups. 2021-12-19 18:50:18 +01:00
parazyd
9c989f1907 service/sol: Hardcode tx fee and don't use deprecated API. 2021-12-19 18:49:54 +01:00
parazyd
ef14311935 bin/drk: Fix log level for Trace. 2021-12-19 18:49:44 +01:00
parazyd
7cda52b2ef clippy cleanups. 2021-12-19 18:15:02 +01:00
parazyd
88363555ea token_list: Fix tests. 2021-12-19 17:42:43 +01:00
parazyd
0f869ac1bd book: Try avoiding some mdbook-katex bugs. 2021-12-19 17:42:11 +01:00
parazyd
b04a599d81 Update README 2021-12-19 17:23:20 +01:00
parazyd
84c6713433 Move DEVELOPMENT.md into book. 2021-12-19 17:03:36 +01:00
parazyd
5aeee9da42 Move VM helper scripts to script/ 2021-12-19 17:01:56 +01:00
parazyd
3511b8ff51 zkas: Add zkas code from zkas repo. 2021-12-19 16:59:32 +01:00
parazyd
3fb78520f0 book: Add zkas docs. 2021-12-19 16:58:09 +01:00
parazyd
90df3220f3 Update Cargo.lock and use incrementalmerkletree 0.2.0 2021-12-19 16:45:04 +01:00
parazyd
b94a55ef4e darkpulse: cargo fmt. 2021-12-19 16:45:04 +01:00
parazyd
ad756b7287 github: Run a clippy check on push and PR. 2021-12-19 16:45:04 +01:00
parazyd
af53d0875e github: Add mdbook workflow. 2021-12-19 16:45:04 +01:00
parazyd
2d4f415311 book: Add skeleton. 2021-12-19 16:45:03 +01:00
parazyd
f1985e7559 proof: Move pism scripts to old/ 2021-12-19 16:45:03 +01:00
parazyd
192a8c0737 contrib: Move auto-complete from root of the repository into contrib. 2021-12-19 16:45:03 +01:00
parazyd
21999eea4b token: Move JSON files into contrib directory. 2021-12-19 16:45:03 +01:00
parazyd
ba18a15764 zkas: Remove old code. 2021-12-19 15:13:00 +01:00
ghassmo
c803cb6d8d darkpulse: cleanup & organize modules structure 2021-12-18 20:31:16 +04:00
ghassmo
174256b80c integrate darkpulse backend code 2021-12-18 20:09:17 +04:00
lunar-mining
2eaed7e922 made binaries more uniform and fixed typos 2021-12-17 09:26:35 +01:00
lunar-mining
4133b5e02f moved event notifications to log::trace 2021-12-16 10:44:14 +01:00
lunar-mining
618ad12c7e added -t, --trace option to binaries 2021-12-14 22:34:43 +01:00
lunar-mining
973dd67bd0 moved some debug! statements to info! 2021-12-14 20:41:51 +01:00
parazyd
b5ce29e4dd wallet: Fix tests. 2021-12-11 16:06:37 +01:00
parazyd
f019220bcf wallet: Create parent path to database if necessary. 2021-12-11 14:46:52 +01:00
Dastan-glitch
19842c3bdf Auto completion (#20)
* adding auto cmpletion

* Update auto-complete

Co-authored-by: Dastan <dastan@Das.Das>
2021-12-06 20:58:02 +00:00
lunar-mining
36b52e4e43 todo: added pythia todo's 2021-12-05 10:07:06 +01:00
narodnik
60fd89fd6e rename Formatting section in the readme to Code Formatting and place near the end to avoid confusing new users. 2021-12-04 11:58:25 +01:00
parazyd
ec8711cd38 Makefile: Test tx binary along with crate test on make test. 2021-12-04 00:15:07 +01:00
parazyd
dc397a1f91 circuit: Minor cleanup of contracts. 2021-12-04 00:14:52 +01:00
parazyd
9e72280ea8 client: Fix update_state. 2021-12-03 10:20:54 +01:00
parazyd
f08ac4c097 Makefile: Automagically fix. 2021-12-03 02:42:07 +01:00
parazyd
6cbad936f7 client: Add debug message before applying state.
Currently the program is either not entering this function for some
weird reason, or there's a silent failure inside the function which
is not coming up. Needs investigation.
2021-12-03 02:00:17 +01:00
parazyd
0ea17724f8 YOLO
This is not well thought out, but since we're using mul_short in our
circuit for the token commitment, we should make sure that the token ID
fits in an unsigned 64bit integer.
2021-12-03 01:48:32 +01:00
parazyd
5aef00247e Add debug derives and more serialization test units. 2021-12-03 01:34:24 +01:00