ghassmo
1210aaed3e
add fast-socks5 crate
2022-02-26 19:53:49 +04:00
ghassmo
035dbb1c21
add clap crate to dev-dependencies
2022-02-24 21:04:00 +04:00
ghassmo
35706c16e1
remove cli module & move the cli_config to util
2022-02-24 21:01:25 +04:00
Dastan-glitch
a14355263c
splitting config struct in src/cli between aps in bin/
2022-02-24 13:56:02 +01:00
ghassmo
e3a68e334b
rpc: pass Url object to send_request function instead of &str
2022-02-23 04:09:22 +04:00
lunar-mining
02d561ecf5
map: make node connections multiple and add logging
2022-02-18 10:16:42 +01:00
ghassmo
f6d80e36f8
clean up & remove unused files
2022-02-18 10:57:13 +04:00
lunar-mining
94b7f97ebd
basic daocli and daod hello_world() over rpc
2022-02-12 11:27:00 +01:00
parazyd
8548db279a
Update Cargo.lock
2022-02-07 21:21:19 +01:00
Dastan-glitch
43ab9ecc1f
Filtering specific targets in logging system
2022-02-06 20:37:04 +01:00
parazyd
fe7bd0c849
zkas: Remove anyhow dependency.
2022-01-25 23:50:27 +01:00
parazyd
1f2c41fa88
tests: Run vm2 example for CI.
2022-01-25 19:00:08 +01:00
parazyd
17f6638a03
zkas: Move toolchain into main library and the binary into bin/ namespace.
2022-01-25 18:57:34 +01:00
lunar-mining
e0f7d538d7
map: implemented poll() which makes get_info request every 1 sec
2022-01-21 09:42:50 +01:00
lunar-mining
a69563a6a0
map: added dummy rpc client
2022-01-19 13:20:08 +01:00
lunar-mining
e0eb04e58b
map: readded list.rs
2022-01-16 11:31:43 +01:00
lunar-mining
7637c8e872
map: simplify and refactor
2022-01-16 11:20:53 +01:00
ghassmo
59abc99789
create a POC for p2p gateway
2022-01-14 19:46:21 +04:00
parazyd
8cc0c2bf99
Add zkas to workspace.
2022-01-13 20:04:26 +01:00
parazyd
0b87f2f0a9
Add bin/map to workspace.
2022-01-13 19:57:20 +01:00
parazyd
f0bec3bb5f
Bump DarkFi version to 0.3.0
2022-01-13 17:00:50 +01:00
parazyd
ba1c53c92a
Add project-wide Cargo.lock.
2022-01-13 17:00:50 +01:00
parazyd
71675fbf9e
Remove Cargo.lock for main library.
...
Following best practice, we'll keep Cargo.lock only for built binaries.
2022-01-13 17:00:49 +01:00
ghassmo
858948be34
fix the tests
2022-01-13 16:52:31 +04:00
lunar-mining
45924ef682
removed cargo.lock from repo
2022-01-12 10:09:20 +01:00
lunar-mining
d001a140dc
moved src/bin/ to /example and fixed errors
2022-01-09 15:46:01 +01:00
ghassmo
aa6fbc1085
create node module and move darkfid to bin dir
2022-01-08 18:30:29 +04:00
ghassmo
a591bb526d
WIP clean and refactoring according to issue #35
2022-01-08 04:11:03 +04:00
parazyd
1b08707e07
Set sqlx version to 0.5.10.
...
Our sqlcipher fix has been merged in this release.
2022-01-04 11:07:04 +01:00
ghassmo
92ed458518
upgrade to clap 3.0 and move cli parser structs to cli dir
2022-01-01 06:05:19 +04:00
ghassmo
31993efb71
add tui library
2021-12-30 15:14:31 +04:00
parazyd
5b7cff52b3
Update Cargo.lock and Cargo.toml.
2021-12-28 23:00:24 +01:00
parazyd
128e3b0253
bin: Replace simple_logger with simplelog.
2021-12-21 23:29:54 +01:00
parazyd
c817082969
crypto/merklenode: Implement serialization with serde.
...
We already have serde as a dependency, and not doing it this way
makes it way too complex, instead we can just use bincode+serde to
serialize and deserialize our Merkle trees.
2021-12-20 23:21:28 +01:00
parazyd
90df3220f3
Update Cargo.lock and use incrementalmerkletree 0.2.0
2021-12-19 16:45:04 +01:00
ghassmo
174256b80c
integrate darkpulse backend code
2021-12-18 20:09:17 +04:00
parazyd
fc1ad7202d
Update Cargo.lock and Cargo.toml.
2021-12-02 21:24:15 +01:00
parazyd
eabd01c6fc
Update Cargo.lock and Cargo.toml.
2021-12-02 13:45:33 +01:00
parazyd
4d39e92524
wallet: Port to sqlx.
...
Note there is still some connection bug, where the sqlcipher pragma
doesn't seem to work after a subsequent connection.
We shall investigate and solve this.
2021-12-01 21:32:01 +01:00
parazyd
f6e8091585
bin/darkfid: WIP integration.
2021-11-30 19:28:10 +01:00
parazyd
2611d27590
Update Cargo.lock and Cargo.toml.
2021-11-29 14:15:31 +01:00
parazyd
56bb76ff0d
Add missing dependencies to compile gatewayd.
2021-11-27 18:48:21 +01:00
parazyd
38e5550eaa
Update dependency versions.
2021-11-27 18:00:07 +01:00
parazyd
2e33d98948
Reintroduce PR #15
2021-11-27 17:54:16 +01:00
lunar-mining
fe0cc7f08f
Merge branch 'halo2-integration'
2021-11-27 11:41:12 +01:00
narodnik
c4581bb957
current work on merklenode
2021-11-17 12:55:25 +01:00
Matthias Seitz
7b0dcb73bc
feat: use thiserror for error types
2021-11-06 10:04:26 +01:00
Matthias Seitz
5bac09d327
feat: use thiserror for error types
2021-11-05 16:21:11 +01:00
narodnik
c58e6a55d3
migrate vm2 to src/
2021-11-05 15:00:08 +01:00
narodnik
89dc49e266
Revert "begin migration from example/halo2 to src/"
...
This reverts commit 4cdbcc842f .
2021-11-05 14:31:23 +01:00