Commit Graph

3880 Commits

Author SHA1 Message Date
lunar-mining
e051bcfd2d dnetview: cleaned into 'rpc' and 'parser' modules. simplified main() 2022-08-10 07:08:07 +02:00
lunar-mining
554c17e4cb dnetview: add .2 second delay to UI redraw to reduce CPU usage 2022-08-09 07:34:39 +02:00
lunar-mining
24fc3e1d2a dchat-seed: deleted from repo 2022-08-09 06:56:48 +02:00
lunar-mining
de0681767d dnetview: fixed error which caused scroll to crash when nodes are offline 2022-08-09 06:50:17 +02:00
aggstam
0de61d8d71 script/research/fud: commented default addresses in config file 2022-08-08 18:12:32 +03:00
parazyd
8ef05a186b crypto: Rework pedersen commitments to allow also full-width base inside zk. 2022-08-08 15:01:11 +02:00
lunar-mining
a7abb0e5b6 dchat: added rpc 2022-08-08 14:53:12 +02:00
lunar-mining
1b25019301 book: add network tools section and fix rendering on all sections 2022-08-08 12:04:26 +02:00
lunar-mining
0213730a39 dchat: add rpc + AppSettings 2022-08-08 12:04:26 +02:00
lunar-mining
2a24643480 dnetview: simplified View data stuctures + fix NoIdAtIndex bug 2022-08-08 12:04:26 +02:00
aggstam
4f02ddd667 script/research/fud: fixed attribute name error 2022-08-07 17:28:16 +03:00
aggstam
1207dbbf63 script/research/fud/fu: updated fud default rpc port 2022-08-07 17:20:57 +03:00
aggstam
4964c4abf3 script/research/fud: updated default config with lilith seed 2022-08-07 17:12:35 +03:00
narodnik
2eb1bcaeb1 ec: simple intersection method 2022-08-07 11:02:26 +02:00
aggstam
98df810c8a script/research/fud/README.md: updates 2022-08-06 17:35:56 +03:00
aggstam
3d7a87b22d Update README.md 2022-08-06 13:41:01 +00:00
aggstam
13982b9662 script/research/fud: File-sharing Utility Daemon init commit 2022-08-06 16:32:24 +03:00
parazyd
0d01be2f4e Remove num-bigint usage from crates, revert to u64. 2022-08-06 12:40:50 +02:00
parazyd
5af486c378 darkotc: Partial data inspection. 2022-08-05 18:22:41 +02:00
parazyd
22b9d63bb5 drk: Minor fixes. 2022-08-05 18:22:23 +02:00
parazyd
98e0dcefb4 contrib/localnet: Lower limits for faucetd. 2022-08-05 18:22:01 +02:00
lunar-mining
30f1c11b43 book/ SUMMARY: fixed broken link 2022-08-05 15:04:33 +02:00
lunar-mining
46c33008f2 dchat: renamed error to dchat_error 2022-08-05 12:47:28 +02:00
lunar-mining
074a34593b book/dchat: EDIT2- polish dchat code, use mdbook format for code + beautify 2022-08-05 12:21:57 +02:00
lunar-mining
cb7702dd82 book/ dchat: EDIT1- clarified language and fixed errors 2022-08-05 12:21:57 +02:00
lunar-mining
407de37733 net: message_subscriber: renamed trigger_all to _trigger_all and clarified documentation 2022-08-05 12:21:57 +02:00
lunar-mining
99b714817a net: renamed SeedSession to SeedSyncSession 2022-08-05 12:21:57 +02:00
parazyd
427b1b16da darkotc: Initial commit. 2022-08-04 17:50:36 +02:00
parazyd
e758949d92 darkfid: Implement RPC endpoint for building a merkle path from leaf position. 2022-08-04 17:50:36 +02:00
parazyd
4939bd4309 darkfid: Implement RPC endpoint for querying coins from wallet. 2022-08-04 17:50:36 +02:00
parazyd
eb665cc476 walletdb: Implement query for coins by value and token_id. 2022-08-04 17:50:36 +02:00
parazyd
c0acef85bd Update project dependencies. 2022-08-04 17:50:36 +02:00
parazyd
9cb3176639 crypto: Derive serialization for OwnCoin. 2022-08-04 17:50:36 +02:00
parazyd
f9f11ad45a util/cli: Add spinner utility. 2022-08-04 17:50:36 +02:00
parazyd
757eefc181 wallet: Add functionality to revert spent coin in wallet. 2022-08-04 17:50:36 +02:00
parazyd
1751f2576b darkfid: Rename wallet.get_key RPC method to wallet.get_addrs. 2022-08-04 17:50:35 +02:00
parazyd
3135310342 drk: Print table for balances. 2022-08-04 17:50:35 +02:00
parazyd
3771977559 localnet: Update faucetd wallet schema. 2022-08-04 17:50:35 +02:00
parazyd
8aa1ba063d crypto/token_id: Add helper function to parse base58 into a token ID.
TODO: Maybe generalise it a bit more.
2022-08-04 17:50:35 +02:00
parazyd
c8fbc2f454 consensus: Remove tokenlist reference. 2022-08-04 17:50:35 +02:00
parazyd
6e6485d864 node: Remove tokenlist logic. 2022-08-04 17:50:35 +02:00
parazyd
c9e064f90c darkfid: Remove tokenlists logic. 2022-08-04 17:50:35 +02:00
parazyd
e648db374d faucetd: Allow minting arbitrary tokens. 2022-08-04 17:50:35 +02:00
parazyd
a41acffcc3 walletdb: Remove network ID and tokenlists. 2022-08-04 17:50:35 +02:00
parazyd
f77f9ce13f contrib/token: Add XMR token list. 2022-08-04 17:50:35 +02:00
parazyd
4d5e6fef10 crypto/keypair: Add methods to get x and y from PublicKey. 2022-08-04 17:50:35 +02:00
aggstam
651085cf90 contrib/init/lilith.initd: disabled MessageSubsystem::notify log target 2022-08-04 18:04:52 +03:00
aggstam
bd3cb3bea7 contrib/init/lilith.initd: configure different log file 2022-08-04 17:49:46 +03:00
narodnik
74e7fa76ed show more stuff in jupyter 2022-08-04 09:58:24 +02:00
narodnik
23d87f4f3f update jupyter worksheet with algebraic valuation function 2022-08-04 09:39:53 +02:00