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
Dastan-glitch
93a2fc7722
bin/tau: remove temp file when done
2022-05-04 01:14:36 +03:00
ghassmo
058ca299a1
bin/tau-cli: clean up filter function
2022-05-03 14:39:42 +03:00
lunar-mining
58131d42ce
dnetview: add multitail to README
2022-05-03 12:38:19 +02:00
lunar-mining
1e1cdd03d8
dnetview: updated README
2022-05-03 12:34:57 +02:00
lunar-mining
2b3c50b086
doc: added dnetview
2022-05-03 12:34:42 +02:00
lunar-mining
5f1085853c
dnetview: trick to return View error from anon closure
...
due to the issue of returning a value inside an anonymous closure, we
process errors received from View as follows:
let mut err: Option<DnetViewError> = None;
terminal.draw(|f| match view.render(f) {
Ok(()) => {}
Err(e) => {
err = Some(e);
}
})?;
match err {
Some(e) => return Err(e),
None => {}
}
we create a None option wrapper around DnetViewError. we then write the
error value to the option, and later perform a match on the error and
return.
2022-05-03 12:10:08 +02:00
lunar-mining
0ba3dece3a
dnetview: custom error handling
...
we migrate custom errors to DnetViewError and DnetViewResult.
there is one outstanding problem:
terminal.draw(|f| match view.render(f) {
Ok(()) => {}
Err(e) => {
debug!("{}", e);
}
})?;
errors that may occur inside of View are currently being propagated into
this anonymous closure, where they cannot be properly handled.
2022-05-03 11:56:09 +02:00
lunar-mining
182ee14212
ircd: example config files
2022-05-03 10:05:53 +02:00
lunar-mining
acd6d9549d
dnetview: cleanup
...
* pass references instead of consuming values wherever possible
* create more descriptive function names
* seperate distinct behavior into separate functions
* tidy variable names and standarize across program
2022-05-03 09:01:20 +02:00
Dastan-glitch
962ddf3a28
bin/tau: minor changes
2022-05-03 01:40:58 +03:00
Dastan-glitch
cd82162c89
bin/tau: add example to README
2022-05-03 01:40:24 +03:00
parazyd
be3f87cfea
net: Rework transports for protocol upgrades.
2022-05-03 00:18:53 +02:00
parazyd
09bfbc7285
blockchain: Cleanup and documentation.
2022-05-02 15:43:06 +02:00
ghassmo
e7157c4418
raft: fix a bug related to commits length
2022-05-02 16:28:15 +03:00
ghassmo
8cdd47bf1b
bin/ircd: minor changes
2022-05-02 15:29:10 +03:00
lunar-mining
2148c094b5
dnetview: create new msg log HashMap and render it
...
messages are perodically cleared on the p2p side so dnetview must keep
track of messages.
because View has no permanence, we create a HashMap<String, Vec<(String,
String)> in Model to store the message log.
this allows us to keep track of the message log for every connection.
the values are copied into View before each render.
2022-05-02 12:06:35 +02:00
mohab
a54f835c00
[zk/arith_chip] removed pow gate
2022-05-01 21:50:22 +02:00
mohab
acc15409b4
[zk/lead] removed unused imports
2022-05-01 21:50:22 +02:00
mohab
debfef26f9
enable lead example
2022-05-01 21:50:22 +02:00
ghassmo
95b32a7390
raft: remove p2p code from start function & add p2p get_info() to ircd rpc
2022-05-01 21:33:03 +03:00
ghassmo
70c4f4d81d
raft: add Listener node
2022-05-01 21:04:17 +03:00
ghassmo
3aeebadba8
raft: make primitives module and do encapsulation
2022-05-01 20:26:01 +03:00
ghassmo
34b34f8988
raft: change the name of p2p module to protocol_raft.rs
2022-05-01 20:01:02 +03:00