Commit Graph

3175 Commits

Author SHA1 Message Date
Dastan-glitch
713a937c6b bin/tau: add default value for rpc_listen 2022-04-29 02:23:47 +03:00
Dastan-glitch
cc18f509e8 bin/tau: adding encryption 2022-04-29 02:23:18 +03:00
ghassmo
13394e0fef ircd: add meeting bot 2022-04-29 00:26:11 +03:00
ghassmo
d0b638226c ircd: error handling for cleaning received msg 2022-04-29 00:24:11 +03:00
ghassmo
40b7ad62e0 ircd: add simple bot example 2022-04-28 22:17:53 +03:00
ghassmo
f15f5906b8 retrieve "ircd: create entry point socket for bots and plugins" 2022-04-28 22:17:53 +03:00
parazyd
01724a544d Sync package versions in the repo. 2022-04-28 20:19:04 +02:00
parazyd
35c77562ed contrib: Add script to sync all toml package versions to the root lib. 2022-04-28 20:18:22 +02:00
ghassmo
87acffb63e ircd: create entry point socket for bots and plugins 2022-04-28 18:44:16 +03:00
aggstam
e03904f435 consensus/task/proposal.rs: leader broadcasting finalized blocks added 2022-04-28 15:21:59 +03:00
aggstam
341635f12b consensus: minor fixes 2022-04-27 21:08:13 +03:00
ghassmo
193e9d16c3 replace old ircd code with ircd2 2022-04-27 20:57:44 +03:00
ghassmo
c2d301a912 update regex crate 2022-04-27 20:09:21 +03:00
ghassmo
60a4b6f211 ircd2: avoid duplicate messages 2022-04-27 20:02:56 +03:00
ghassmo
7021cc40d1 raft: reduce cpu usage, fix bugs, and clean up 2022-04-27 20:01:35 +03:00
lunar-mining
2490435167 dnetview: fixed bug in list due to method consuming self
changed:

view.update(mut self)

to:

view.update(&mut self)

method now borrows 'self' mutably instead of consuming it.
2022-04-27 09:42:21 +02:00
lunar-mining
2343084daa Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-04-27 09:30:33 +02:00
parazyd
a3abdfd791 Fix Makefile. 2022-04-27 06:55:20 +02:00
Dastan-glitch
571145b6e6 bin/tau: adding month filter 2022-04-27 01:07:12 +03:00
Dastan-glitch
2016d363d7 bin/tau: adding filter to listed tasksin tau-cli 2022-04-27 01:05:38 +03:00
Dastan-glitch
b2b9bc8d0d bin/tau: making date optional in load_or_create(), (load all or create) 2022-04-27 01:04:31 +03:00
parazyd
75218d29b7 CI: Always build minified token lists. 2022-04-26 23:04:50 +02:00
parazyd
fd99ac4720 CI: Attempt powerset build fix. 2022-04-26 22:21:26 +02:00
parazyd
c83f344ee0 book: Build darkfid RPC doc in a for loop. 2022-04-26 22:17:32 +02:00
ghassmo
94c4da1b4a bin/ircd2: fix bug & clean up 2022-04-26 22:42:25 +03:00
parazyd
d386ad607d darkfid: Implement tx.transfer RPC method. 2022-04-26 19:34:54 +02:00
parazyd
f9b774d8ba faucetd: Pass cashier and faucet addresses as args. 2022-04-26 18:51:04 +02:00
parazyd
f0d2ff3d48 darkfid: Pass cashier and faucet addresses as args. 2022-04-26 18:51:04 +02:00
parazyd
2cd0f7e060 faucetd: Finalize. 2022-04-26 18:51:04 +02:00
parazyd
23e49ffb67 darkfid: Fix compilation. 2022-04-26 18:51:04 +02:00
parazyd
a28e577334 halo2: Temporary upstream replacement for some Clone impls. 2022-04-26 18:51:04 +02:00
parazyd
6ff9ebef54 consensus/proto/proposal: Implement state transition validation for incoming proposals. 2022-04-26 18:51:04 +02:00
parazyd
ffcaae67b5 consensus/proto/sync: Implement state transition validation for incoming blocks. 2022-04-26 18:51:04 +02:00
parazyd
40d52032a7 consensus/proto/tx: Implement state transition validation for incoming txs. 2022-04-26 18:51:04 +02:00
parazyd
7be23ddc33 consensus: Implement state transitions for block sync task. 2022-04-26 18:51:04 +02:00
parazyd
6ee551bdbd consensus/state: Make State and Client be part of ValidatorState. 2022-04-26 18:51:04 +02:00
parazyd
2165d032ca node: Implement MemoryState as an extension for state transition validation. 2022-04-26 18:51:04 +02:00
lunar-mining
e11709f460 dnetview: make_empty_id to avoid endlessly creating ids 2022-04-26 18:50:45 +02:00
lunar-mining
f741f02a60 dnetview/ util: added missing file 2022-04-26 18:31:29 +02:00
aggstam
fcbc935fd9 nodes-tool: modified to work with darkfid2, syncing: changed blocks retriaval method, forking a fork chain impl added, new consensus simulation script added 2022-04-26 19:13:16 +03:00
ghassmo
e92efdcf0c more clean style for config file and args for taud and ircd net options 2022-04-26 18:28:16 +03:00
lunar-mining
8b5f56f54e dnetview/ View: refactor
* create view objects to handle model data
* update() function to write model to view
* render() to draw view

this commit deprecates ui::ui()
2022-04-26 14:02:41 +02:00
lunar-mining
30d8b177dd dnetview/ util: move id generation to dnetview/src/util.rs 2022-04-26 14:02:41 +02:00
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