Commit Graph

2260 Commits

Author SHA1 Message Date
parazyd
e2a309c906 Remove the previous tag note from the Readme. v0.2.0 2022-01-07 00:12:29 +01:00
parazyd
de3f42530d darkfid: Fix fetching balances.
Before this, only the final coin was shown for the balance. Now all the
coins are summed and the true balance is shown.
2022-01-07 00:11:57 +01:00
parazyd
abf96fd767 Makefile: Default to building gatewayd as well. 2022-01-07 00:09:38 +01:00
parazyd
b006cb5a96 cli: Fix amount param type (change from u64 to f64). 2022-01-06 23:19:58 +01:00
ghassmo
17644b1049 use clap 3 in example/net.rs 2022-01-07 01:00:16 +04:00
parazyd
2ae2647de7 proofs/burn: Calculate Merkle root for derived coin C. 2022-01-06 19:53:14 +01:00
parazyd
42e8a34ae0 zkas/opcode: Pass leaf position as call argument to CalculateMerkleRoot. 2022-01-06 19:52:41 +01:00
parazyd
389602e253 zkas: Implement Uint32 type. 2022-01-06 19:47:40 +01:00
parazyd
9b15f27cfe net/manual_session: (clippy) Dereference SocketAddr. 2022-01-06 19:41:15 +01:00
parazyd
7b72406057 util/address: clippy lint for from_str(). 2022-01-06 19:40:16 +01:00
parazyd
b98f98fb8b book/development: git etiquette 2022-01-06 19:28:39 +01:00
Dastan-glitch
f6874ff1bf Use same async sleep function throughout source code (#47)
* Use same async sleep function throughout source code

* Rename module async to async_util

* Minor formatting

Closes #46
2022-01-06 18:17:57 +00:00
parazyd
431f95dbb6 zkas/compiler: Place CONSTANT_NAME as last in the declaration. 2022-01-06 19:16:04 +01:00
parazyd
d965a9b9f8 contrib: Add LPEG lexer for the zkas language. 2022-01-06 18:37:42 +01:00
sgmoore
d0a9d768d6 Minor typo (#48)
book/zkas/bincode: Spelling fix at line 14.
2022-01-06 17:02:09 +00:00
sgmoore
883964364d Minor typos (#49)
book/tutorial: Spelling fixes at lines 46, 87, 119, and 198.
2022-01-06 17:01:47 +00:00
narodnik
1150696fca show nick changes 2022-01-06 17:35:13 +01:00
parazyd
5dbf0ac421 zkas/analyzer: Improve incorrect argument error messages. 2022-01-06 17:33:03 +01:00
parazyd
e71c8bebb1 zkas: Add EcMulBase opcode. 2022-01-06 17:24:52 +01:00
parazyd
00776e81e4 book/zkas: Typo correction in bincode.md 2022-01-06 17:04:50 +01:00
parazyd
ba41f1b863 zkas/compiler: Implement initial bincode generation. 2022-01-06 16:53:21 +01:00
parazyd
49338d6e1b book/zkas: Add short summary on the bincode. 2022-01-06 16:53:21 +01:00
parazyd
b05a32d0e1 zkas: Use IndexMap instead of HashMap to keep order. 2022-01-06 16:53:21 +01:00
lunar-mining
97f2e6dbe1 tui: update example 2022-01-06 11:55:51 +01:00
lunar-mining
8a672bf19f tui: pass coordinates to Widget::new() 2022-01-06 11:55:51 +01:00
ghassmo
7029ad57db mdbook: add index to jsonrpc.md 2022-01-06 04:00:21 +04:00
ghassmo
2f53917417 generate json rpc api from darkfid's comments for mdbook 2022-01-06 03:45:34 +04:00
parazyd
e90102e49d net/manual_session: Fix formatting. 2022-01-06 00:08:17 +01:00
parazyd
a78441729c zkas: Compiler skeleton. 2022-01-06 00:07:56 +01:00
parazyd
fd0021106a zkas: Semantic analysis stub. 2022-01-05 19:34:21 +01:00
narodnik
23e109a3e1 share the list of seen privmsg ids so that locally sent messages can be added to it. 2022-01-05 19:33:39 +01:00
ghassmo
de3e0bfe3e change p2p cli settings in darkpulse 2022-01-05 22:28:50 +04:00
ghassmo
a3117e7f84 wrap_comments to false in rustfmt.toml 2022-01-05 22:14:44 +04:00
lunar-mining
4cb5542d6d map: created stub irc tui 2022-01-05 18:59:53 +01:00
narodnik
7ed58b0d2c session for manual connections 2022-01-05 18:32:13 +01:00
narodnik
8b37435806 ManualSession stub 2022-01-05 17:44:22 +01:00
Dastan-glitch
86ec332b71 Improve some error handling
PR (#45)
2022-01-05 08:46:20 +00:00
ghassmo
a39a84dfb7 minor changes and clean up 2022-01-05 03:15:23 +04:00
ghassmo
72f4c775e1 use TryFrom when getting PublicKey from Address 2022-01-05 02:51:19 +04:00
ghassmo
be1bdec8a2 darkfid: add the option to import keypair from json file 2022-01-05 02:51:19 +04:00
ghassmo
9882856eeb crypto/keypair: import public and private key from bytes 2022-01-05 02:51:19 +04:00
ghassmo
3edebe6b77 darkfid: implement set_default_address rpc function 2022-01-05 02:51:19 +04:00
ghassmo
ea7746e3cd darkfid: implement get_keys rpc function to return all saved addresses 2022-01-05 02:51:19 +04:00
ghassmo
a77a21075d converting PublicKey to String using Address type 2022-01-05 02:51:19 +04:00
ghassmo
49e1699702 walletdb: add the option to set/get the default keypair 2022-01-05 02:51:19 +04:00
ghassmo
02ec163fd6 darkfid: continue working on exporting keypair to external file 2022-01-05 02:51:19 +04:00
ghassmo
0b15378ca7 src/client: check if main keypairs vector is empty instead of checking
if returning error
2022-01-05 02:51:19 +04:00
narodnik
ea19a9957c ircd: option to set your external address 2022-01-04 18:07:37 +01:00
lunar-mining
99d6b28195 add RpcServerConfig to listen_and_serve call 2022-01-04 17:53:06 +01:00
narodnik
fe9fdc55c6 keep track of privmsg ids to avoid rebroadcasting one we already received. 2022-01-04 16:57:10 +01:00