Commit Graph

1717 Commits

Author SHA1 Message Date
aggstam
d61cf39649 chore: naming cleanup 2023-10-05 16:21:04 +03:00
Dastan-glitch
856ab6cf0a bin/tau-python: [WIP] show task title on creation 2023-10-05 06:00:33 +03:00
Dastan-glitch
facc1a2f3a bin/tau-python: [WIP] fix task events 2023-10-05 05:58:21 +03:00
Dastan-glitch
b3307c35b3 bin/tau-python: [WIP] fix RPC methods naming 2023-10-04 05:38:48 +03:00
Dastan-glitch
5ad745f1fd bin/tau-python: [WIP] replace id with refid 2023-10-04 05:38:22 +03:00
Dastan-glitch
cd31e18820 bin/tau-python: [WIP] saving mapped ids is not needed 2023-10-04 05:31:10 +03:00
Dastan-glitch
8a769604fe bin/tau-python: [WIP] round rank up to 4 decimal places 2023-10-04 05:29:34 +03:00
Dastan-glitch
b30ff61e65 bin/tau-python: [WIP] fix find_free_id() and ids start from 1 instead of 0 2023-10-04 05:27:12 +03:00
aggstam
6ad2a19bac validator: validate blocks based on their version 2023-10-03 21:45:28 +03:00
aggstam
95434701f4 blockchain/Block: block version to derive from cuttof slot, not hardcoded value 2023-10-03 16:38:30 +03:00
Dastan-glitch
02a2a1587c bin/tau: [WIP] add tau-python frontend 2023-10-02 16:56:35 +03:00
Dastan-glitch
9e7042c361 bin/tau: have the params as object in add() 2023-10-02 16:53:36 +03:00
aggstam
b26106ffe7 validator/pow: stoppable mining 2023-09-28 16:50:18 +03:00
Dastan-glitch
343c319228 bin/tau: rename update() to modify() 2023-09-22 06:25:40 +03:00
Dastan-glitch
a13b5f36a9 bin/tau: fix update() method 2023-09-22 06:17:52 +03:00
Dastan-glitch
bd82d1c850 bin/tau: task IDs to be local instead of being written in task itself, and use refids instead 2023-09-22 05:54:16 +03:00
aggstam
214a4f458d darkfid2: (very) raw miner task added 2023-09-21 18:40:15 +03:00
aggstam
e5081d55ce blockchain/Block: refactored in preparation for mining integration 2023-09-19 00:11:20 +03:00
aggstam
eca2c7e175 blockchain/Block: moved producer tx at last position of blocks' txs vec 2023-09-15 00:51:37 +03:00
aggstam
dba13ebef6 blockchain/Block: removed producer structure 2023-09-15 00:51:37 +03:00
aggstam
8d7a2bde7c validator: preperation cleanup for PoW blocks integration 2023-09-13 19:22:56 +03:00
Dastan-glitch
cb99fb3302 darkfid2/harness: set inbound_connection to fix hanging test 2023-09-07 04:19:46 +03:00
y
a6ef7c64d2 chore: fix typo 2023-09-06 10:56:24 +00:00
x
546e5a3c46 darkirc: fully working docker image 2023-09-05 16:37:38 +02:00
x
291d3e343e darkirc: add partially working docker image (bug with libunwind unresolved) 2023-09-05 15:06:06 +02:00
Dastan-glitch
7266011ec1 replace ircd with darkirc 2023-09-05 07:07:06 +03:00
Dastan-glitch
de294ad28c book: replace ircd with darkirc and update related docs accordingly 2023-09-05 00:31:29 +03:00
parazyd
73a4b23cf3 bin: Config file cleanup 2023-09-04 14:33:25 +02:00
Dastan-glitch
26031c143e bin/tau: add rpc p2p_get_info() method 2023-09-02 05:14:12 +03:00
Dastan-glitch
16729b7221 bin/darkirc: set outbound_connections to non-zero in test script node1 2023-09-01 04:35:43 +03:00
parazyd
3951152d30 darkirc: Move crypto module into a separate directory. 2023-08-31 15:00:02 +02:00
parazyd
ab7a6af93a rpc/client: Refactor to use StoppableTask 2023-08-31 12:29:35 +02:00
parazyd
fb1350daec rpc/server: Implement stop_connections() in RequestHandler. 2023-08-31 11:43:50 +02:00
parazyd
43e1c2f7a0 bin: Update RequestHandler users API 2023-08-31 11:08:18 +02:00
parazyd
6e45af3c5d bin: Update respective binaries to new RPC server API. 2023-08-31 01:19:51 +02:00
x
8b2c0b76f2 script/node_get_info.py: comment out some prints 2023-08-30 13:29:27 +02:00
x
113978a6d4 darkirc: add p2p.get_info() 2023-08-30 13:27:06 +02:00
parazyd
9aa9b3993e fud: Compile fix 2023-08-30 12:57:07 +02:00
x
08e5abb90b net: do some minor cleanup. move transport.rs into transport/ and make p2p.session_* non async functions 2023-08-30 11:35:56 +02:00
parazyd
3a948fee72 lilith: Also purge host after handshake failure.
So far we've been only doing it when the host is unreachable,
but we can be aggressive now.
2023-08-30 11:13:59 +02:00
parazyd
b72660860c lib: Hopefully final feature powerset fix 2023-08-29 18:26:36 +02:00
parazyd
27b8d01287 chore: Clippy lints 2023-08-29 13:40:57 +02:00
parazyd
cbe9c64065 chore: Update crate dependencies 2023-08-29 13:08:35 +02:00
parazyd
ffe8643812 bin: Feature cleanup 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
39e9d77e67 vanityaddr: Replace clap with arg and add standalone Makefile. 2023-08-29 10:19:10 +02:00
parazyd
0051baf300 zkas: Add standalone Makefile. 2023-08-29 08:59:42 +02:00
Dastan-glitch
2aefaf1a1f bin/tau: update default datastore path 2023-08-27 06:20:40 +03:00
Dastan-glitch
48e8845278 bin/darkirc: update default datastore path 2023-08-27 06:20:28 +03:00
Dastan-glitch
3840fda64b event_graph: better error handling 2023-08-27 06:07:04 +03:00