Commit Graph

3321 Commits

Author SHA1 Message Date
ghassmo
2a258cf509 rpc: extend buffer size 2022-05-08 18:26:26 +03:00
lunar-mining
090fc39455 dnetview: add external_addr to node info
* add external addr to Model.NodeInfo
* parse external addr from RPC
* display in View
2022-05-08 12:23:15 +02:00
lunar-mining
40e48eacb0 dnetview: cleanup msg log Span assignment and cargo fmt
cargo fmt picked up a few issus in zk/circuit/lead_contract.rs and
example/lead.rs
2022-05-08 10:39:14 +02:00
mohab
a9d9fa0abc [zk/lead] pruned abit.. 2022-05-08 05:03:31 +02:00
mohab
fe5e6f7def [zk/lead] set commitment tree for product of point's coordinates 2022-05-08 05:03:31 +02:00
mohab
99cd36d8df [zk/lead] added leadership coefficient 2022-05-08 05:03:31 +02:00
mohab
3d6865143b [zk/lead] use first 24bits of the commitment for greaterthan_chip of 24bit size 2022-05-08 05:03:31 +02:00
mohab
0d7c7ce3fc [zk/lead] removed commit1, commit2 for the contract, constrained the commitment instead 2022-05-08 05:03:31 +02:00
mohab
ead5e339e7 [zk/lead] replaced failing hash with mul 2022-05-08 05:03:31 +02:00
mohab
8d5b757ab4 [zk/lead] cop with changed incrementalmerkletree api 2022-05-08 05:03:31 +02:00
ghassmo
ba63c32afb taud: avoid uploading local tasks on startup 2022-05-08 05:10:43 +03:00
ghassmo
1b95072b20 book: update tau usage 2022-05-08 03:23:21 +03:00
ghassmo
7796f313ef tau: rework on tau-cli functionalities and design 2022-05-08 03:10:22 +03:00
ghassmo
2d629a1c56 raft: fix datastore path check 2022-05-07 18:20:51 +03:00
ghassmo
95fab04625 tau: add nickname for tasks and attached to comments 2022-05-07 17:30:59 +03:00
ghassmo
b7bfa7e4ff net3: WIP implement tor protocol 2022-05-07 15:23:22 +03:00
narodnik
6197878157 create proper state transition function 2022-05-07 10:28:21 +02:00
Dastan-glitch
9f87c561fa bin/tau: remove key arg and only use the key from file 2022-05-07 02:58:15 +03:00
Dastan-glitch
fcb5b752e1 bin/tau: remove redundant filtering 2022-05-07 02:57:13 +03:00
Dastan-glitch
a2c9f9823d bin/tau: minor fix 2022-05-07 01:50:39 +03:00
Dastan-glitch
ba698a77df bin/tau: use reference instead of copy in filter functions 2022-05-07 01:48:01 +03:00
narodnik
a7a752cf54 daod: move tx stuff from main to own file 2022-05-06 23:01:28 +02:00
narodnik
70293fd181 add missing code for inputs 2022-05-06 22:46:01 +02:00
narodnik
0ba4ad95fe daod: tx verification 2022-05-06 20:49:10 +02:00
aggstam
c27da2b6f4 script/research/clock_sync: code improvements 2022-05-06 18:42:33 +03:00
aggstam
4c1cf3cee6 script/research/clock_sync: simple check to verify system clock 2022-05-05 21:11:50 +03:00
ghassmo
c8ce6b68a5 net3: handle unsupported transport upgrades 2022-05-05 20:26:02 +03:00
ghassmo
6a1953d801 Merge branch 'tokenblind' 2022-05-05 20:06:58 +03:00
ghassmo
6dba5c6a27 walletdb: use de/serialization functions for value field in own coin 2022-05-05 20:05:07 +03:00
ghassmo
c7225de5fa walletdb: add token_blind to walletdb and sql schema 2022-05-05 19:52:14 +03:00
Dastan-glitch
8fded32cdf bin/tau: update README 2022-05-05 18:50:07 +03:00
Dastan-glitch
0a0d04951a bin/tau: making get task by id positional arg and general clean-up 2022-05-05 18:48:49 +03:00
narodnik
9539cd61dc daod python proof of concept for tx builder class 2022-05-05 10:24:55 +02:00
narodnik
1f7a11a59d Add missing token_id to Note. Temp WalletDb workaround. 2022-05-05 10:19:52 +02:00
aggstam
aa659f7318 faucetd: genesis timestamp hardcoded and retrieved based on network 2022-05-04 21:21:36 +03:00
aggstam
d5b9a811a4 consensus: genesis timestamp hardcoded and retrieved based on network 2022-05-04 21:15:56 +03:00
aggstam
be7fd5fef2 consensus/proto/protocol_sync:handle_receive_block(): consensus nodes exit at function start, nodes-tool: upgraded to latest versions 2022-05-04 20:35:58 +03:00
aggstam
5127263cd3 script/research: renamed redundant TODOs to Missing in consensusd, streamlet_rust and validatord 2022-05-04 16:49:22 +03:00
aggstam
8d6c696e3a consensu/block: added version, consensus/state: fixed epoch 0 participants check, bin/darkfid2: updated config.toml flags, script/consensus_simulation: updated flags 2022-05-04 16:30:08 +03:00
lunar-mining
5bc2b32daf dnetview/ README: small tweaks 2022-05-04 09:29:56 +02:00
lunar-mining
fd35254be1 dnetview: update README 2022-05-04 09:26:59 +02:00
lunar-mining
8f7da1c9ac dnetview: check whether selectable object is empty
* handle error that occurs when data is not fully initialized
2022-05-04 08:58:37 +02:00
lunar-mining
4edebb22ab dnetview: fix bugs in error handling
* only render node_info if our data is not empty
* handle when msgs are Null
* print unexpected data to string
2022-05-04 08:50:48 +02:00
ghassmo
015f3ddefc net3: use more specific error types for bind an address and accept a connection 2022-05-04 05:48:09 +03:00
ghassmo
a020815b43 raft: remove redundant codes 2022-05-04 05:18:25 +03:00
ghassmo
197568f544 blockchain: minor changes: avoid using into iterators when call get_all 2022-05-04 02:46:15 +03:00
ghassmo
b58058bf31 example/p2pdebug: add rpc listener to work with dnetview 2022-05-04 02:24:50 +03:00
ghassmo
c057c610d4 net3: new redesign for acceptor and connector and use more general form for transport protocols 2022-05-04 01:44:30 +03:00
ghassmo
a57a2fc0c5 net3: create wrapper for stream returned by Transport connections 2022-05-04 01:44:30 +03:00
Dastan-glitch
62cb7fc9a4 bin/tau: update README and taud_config 2022-05-04 01:15:15 +03:00