Commit Graph

2228 Commits

Author SHA1 Message Date
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
parazyd
6c7f563786 cli: Use incremental -v flag for verbosity instead of separate flags. 2022-01-04 15:00:04 +01:00
parazyd
eb9f782de3 Update sherrif badges. 2022-01-04 11:20:10 +01:00
parazyd
683dd010ad Add OSX note for config file paths in the README. 2022-01-04 11:10:55 +01:00
parazyd
be944c4d3a wallet: Log SQL statements in the Trace loglevel. 2022-01-04 11:07:05 +01:00
parazyd
1b08707e07 Set sqlx version to 0.5.10.
Our sqlcipher fix has been merged in this release.
2022-01-04 11:07:04 +01:00
parazyd
cf836ad583 example: Remove obsolete vm directory. 2022-01-04 11:07:04 +01:00
ghassmo
bfcd69254c util/address: make Address type 2022-01-04 01:41:06 +04:00
parazyd
1a85e7d93a book/sapling: Add pseudo code for burn. 2022-01-03 10:44:32 +01:00
parazyd
0c39188ead zkas/analyzer: Implement type checking. 2022-01-02 23:06:36 +01:00
ghassmo
aa00491572 crypto/keypair: impl Display for PublicKey 2022-01-03 01:23:36 +04:00
ghassmo
8e498f0102 darkfid wallet: WIP support multi keys & exporting and importing keypair to/from a file 2022-01-03 00:16:59 +04:00
ghassmo
e247c4cf40 jsonrpc: add key_gen and get_keys errors 2022-01-02 23:42:04 +04:00
ghassmo
83a9ac84a7 drk: get all addresses from darkfid 2022-01-02 23:27:51 +04:00
ghassmo
3c91d0d2fa remove restrictions to generate more than one keypair & load the all the keys from walletdb 2022-01-02 23:10:12 +04:00
parazyd
97648381a4 zkas: Port to clap 3. 2022-01-02 13:30:22 +01:00
parazyd
f87c5c7baa zkas/parser: Check if parenthesis pairs are correct in statements. 2022-01-02 13:01:21 +01:00
parazyd
bbecf641de zkas/analyzer: Add error functions. 2022-01-02 12:22:20 +01:00
parazyd
3b1b0de2e9 zkas/parser: Remove outdated comment. 2022-01-02 11:55:59 +01:00
parazyd
cd2124271c zkas/parser: Clean up function parsing redundancy. 2022-01-02 11:52:37 +01:00
parazyd
db2e9a8d01 zkas: Add skeleton for semantic analyzer. 2022-01-02 11:27:35 +01:00
parazyd
9db98a97cb zkas/parser: Implement missing parser errors. 2022-01-02 11:27:05 +01:00
parazyd
7546e641c5 zkas: Move some types to ast module. 2022-01-02 10:23:25 +01:00
ghassmo
d01bc3828b gatewayd: switch to TermLogger 2022-01-01 18:00:36 +04:00
ghassmo
3ac5353d0a clean up 2022-01-01 06:40:44 +04:00
ghassmo
92ed458518 upgrade to clap 3.0 and move cli parser structs to cli dir 2022-01-01 06:05:19 +04:00
ghassmo
61ff3ebb3f cargo fmt 2021-12-31 18:54:07 +04:00
ghassmo
8659bc7653 hide warning messages 2021-12-31 18:53:54 +04:00
parazyd
b865aeb150 zkas: Implement initial full circuit parsing.
Next is simplification and static checks, and finally, stack checks.
2021-12-30 14:45:22 +01:00
ghassmo
bc8640f81b add constraints to tui mod 2021-12-30 15:20:31 +04:00
ghassmo
31993efb71 add tui library 2021-12-30 15:14:31 +04:00
ghassmo
21da63eeb6 add ".gitignore" file to bin/ircd 2021-12-30 14:54:55 +04:00
parazyd
b996e0266c zkas: WIP circuit parsing. 2021-12-30 00:53:00 +01:00