Commit Graph

3132 Commits

Author SHA1 Message Date
ghassmo
a6c3742d59 srd/sdk: retrieve wee_alloc crate 2022-04-26 14:11:13 +03:00
ghassmo
5c87a5d9be remove unneeded dependencies from cargo.toml files 2022-04-26 14:04:08 +03:00
aggstam
df9c62f658 faucetd: replaced random id with wallet address 2022-04-26 13:47:16 +03:00
parazyd
63824cb39e node/state: Add remaining errors for state transition. 2022-04-26 11:35:10 +02:00
ghassmo
2fc9f45b11 example/p2pdebug: using net3 and add the option to test tls 2022-04-26 12:16:40 +03:00
ghassmo
35429761e6 net3: avoid silent errors and handle connecting and listening errors properly 2022-04-26 12:15:30 +03:00
ghassmo
bf956e0715 error: restrict TimeoutError with async-std feature 2022-04-26 12:14:26 +03:00
ghassmo
8626642db6 error: minor fix 2022-04-26 11:08:06 +03:00
ghassmo
316a44166f remove net2 2022-04-26 02:29:22 +03:00
ghassmo
bcb1b26b12 net3: WIP using Url & preparing for migrate to main net dir 2022-04-26 02:24:58 +03:00
ghassmo
7ef37c9e9a util: impl Encodable and Decodable for Url 2022-04-26 02:24:10 +03:00
ghassmo
521ed07ea9 net3: errors handling and clean up 2022-04-26 01:39:35 +03:00
ghassmo
e535cc4fd5 error: add timeout error 2022-04-26 01:36:11 +03:00
ghassmo
313b6ee545 add async-std to wallet feature 2022-04-26 00:43:51 +03:00
ghassmo
b7ab02bcd9 wallet: remove WalletApi trait 2022-04-26 00:38:56 +03:00
ghassmo
1b2daf0a4e wallet: use serialize and deserialize functions directly wihout wraping 2022-04-26 00:38:56 +03:00
ghassmo
2fa2d75cab walletdb: move DB logical operations from node/client 2022-04-26 00:37:45 +03:00
Dastan-glitch
f35fa3b3d6 bin/tau: fix taud datastore path 2022-04-26 00:21:09 +03:00
aggstam
a64b149ea2 consensus: use default wallet as node id 2022-04-25 21:25:53 +03:00
aggstam
145a7c9a51 walletdb: added retrieve default address method 2022-04-25 19:51:57 +03:00
ghassmo
9679138e35 net: add net3 module 2022-04-25 16:52:44 +03:00
aggstam
e6a4d25177 .gitignore: added /tmp folder 2022-04-25 16:45:48 +03:00
aggstam
312c40455a src/consensus/state.rs: minor addition to active participants check 2022-04-25 16:45:48 +03:00
ghassmo
89a5e423e2 bin/tau: minor fix in config file 2022-04-25 16:19:43 +03:00
aggstam
ead8546f64 contrib/token: rebuild jsons 2022-04-25 15:22:27 +03:00
aggstam
4589153852 script/research/nodes-tool: use new src/consensus structs 2022-04-25 14:56:48 +03:00
aggstam
f230d1dc82 consensus2: renamed to consensus, fixed all dependencies 2022-04-25 14:26:50 +03:00
aggstam
70ffc7e0c4 src/consensus: moved under script/research/validatord workspace 2022-04-25 14:26:50 +03:00
ghassmo
f661c1e714 src/net: add explicit Default implementation for Settings and remove StructOptToml 2022-04-25 13:46:10 +03:00
lunar-mining
ef167d4d32 dnetview/ View: update to new data structure 2022-04-25 11:59:07 +02:00
lunar-mining
7a27927a7c dnetview: update model 2022-04-25 11:48:04 +02:00
ghassmo
51152f934b bin/tau: little fix in tau-cli 2022-04-24 21:13:10 +03:00
ghassmo
0b80d0d8d6 bin/tau: add the option to run tau locally & add net::Setting to Args struct 2022-04-24 21:10:13 +03:00
ghassmo
7ddd2e32d7 bin/ircd2: add net::Settings to Args struct & add demo config file 2022-04-24 20:50:05 +03:00
ghassmo
5611bfa252 src/net: implement structopt for net::Settings
net::Setting is able now to be inside top level Args struct directly
2022-04-24 20:47:14 +03:00
ghassmo
81d80ecfab bin/ircd2: using async_daemonize macro 2022-04-24 18:33:33 +03:00
ghassmo
6453c5ea37 bin/tau: using futures::select for receivng update from raft and rpc 2022-04-24 18:21:43 +03:00
ghassmo
58d96e62c9 bin/taud: using async_daemonize macro 2022-04-24 18:11:27 +03:00
ghassmo
2392387d69 src/raft: cargo clippy 2022-04-24 17:07:37 +03:00
ghassmo
56e4f88133 bin/taud: split settings and create new module 2022-04-24 17:07:14 +03:00
ghassmo
42e85494b2 bin/darkfid2: retrieve "fix token paths" 2022-04-24 16:33:38 +03:00
ghassmo
60b3be57ad bin/ircd2: WIP add config file and settings struct & clean up 2022-04-24 16:27:38 +03:00
ghassmo
a993afa31f bin/darkfid2: fix token paths 2022-04-24 16:27:20 +03:00
ghassmo
6ae7ee50d2 bin/tau: minor changes 2022-04-24 16:26:58 +03:00
ghassmo
35e8ca5122 bin/ircd2: WIP implement raft for ircd 2022-04-24 00:16:05 +03:00
parazyd
77602e8027 Temporarily disable lto 2022-04-23 21:35:24 +02:00
parazyd
f4bab15776 Update dependencies and CI. 2022-04-23 21:21:19 +02:00
parazyd
a1aeade1e8 book: Build RPC docs for darkfid2. 2022-04-23 21:21:19 +02:00
parazyd
4aeab08dae contrib/cargo-outdated: Automagic updates. 2022-04-23 21:21:19 +02:00
parazyd
39d293de50 Do not compile gatewayd by default. 2022-04-23 21:21:19 +02:00