Sergi Delgado Segura
dd232c678a
Updates default cli.log name
2020-02-10 16:31:51 +01:00
Sergi Delgado Segura
5a49a93710
Improves cli
...
- Improves modularity
- Adds missing exceptions
- Adds docstrings
- Simplifies some method names
2020-02-10 16:31:50 +01:00
Sergi Delgado Segura
a84d753c4a
Updates generate_key to accept output directory. It stores the keys in the current dir by default.
2020-01-23 20:56:42 +01:00
Sergi Delgado Segura
5c75b1f40d
Removes Logger dependency from setup_data_folder
...
Logger was only used to log when a new folder was created, and was making that the setup needed to be done on the main of pisad and cli instead of __init__, which seems a better fit
2020-01-23 20:12:21 +01:00
Sergi Delgado Segura
836048c54d
Same as 00a989e1b2 but for the cli
2020-01-23 18:31:47 +01:00
Sergi Delgado Segura
c1ad1a4924
Updates cli to run with config file
2020-01-23 16:30:09 +01:00
Sergi Delgado Segura
245d5b49f3
Updates config files
...
Removes unused values from pisa config file and adds cli config file
2020-01-23 16:23:07 +01:00
Sergi Delgado Segura
200304cbce
Remove unnecessary tailing dots from some log messages
2020-01-21 12:14:51 +01:00
Sergi Delgado Segura
568418a18e
Simplifies pisa_cli.post_data_to_add_appointment_endpoint
...
The appointment endpoint was a parameter even though the method is only used to send data the a single endpoint. The json data is only used inside the method, so it can be computed there too.
2020-01-21 12:07:05 +01:00
Sergi Delgado Segura
396c56e5db
Adds name parameter to generate_keys so the name can be chosen from terminal
2020-01-20 17:02:25 +01:00
Sergi Delgado Segura
4eb55eaacc
Raises exception on missing cli keys
...
load_key_file_data was returning False on FileNotFound but get_pk was expecting an exception
2020-01-20 16:19:45 +01:00
Sergi Delgado Segura
90e1245a84
Fixes some bugs based on E2E testing
2020-01-16 17:08:44 +01:00
Sergi Delgado Segura
3d4ed28c8b
Fixes wrong log messase
2020-01-15 15:41:57 +01:00
Turtle
3775b78500
Fix filename typo in cli README
2020-01-15 03:35:34 -05:00
Turtle
40d7ca1912
Refactor add_appointment cli code
2020-01-15 03:35:31 -05:00
Sergi Delgado Segura
5c585a7a02
Refactors code to use appointment from common based on f4a1e34e2f4d75226c7e313b83ff5ae06c8c89ca
2019-12-17 16:22:23 +01:00
Sergi Delgado Segura
1184b4648a
Fixes logs and removes redundant tailing dots
2019-12-16 19:45:30 +01:00
Sergi Delgado Segura
a9df67d787
Properly fromats console logs
2019-12-16 19:44:50 +01:00
Sergi Delgado Segura
77b191dde2
Moves Logger to common
2019-12-16 14:15:30 +01:00
Sergi Delgado Segura
df5dcbdfe9
Renames dispute_delta to to_self_delay and justice tx to penalty tx
...
Uses the naming convention followed by LN implementations and BOLTs
2019-12-11 12:45:05 +01:00
Sergi Delgado Segura
d39056a0cc
Refactors signing/verifiying functionality to be part of the Cryptographer
...
- All encryption/decryption and signing/verifying calls are performed by the cryptographer now.
- The current signature format is temporal. We should define something not base on json.
- Some Cryptographer tests are still missing.
- The cli tests should be modified to fit this too.
2019-12-07 13:22:39 +01:00
Sergi Delgado Segura
ae676e6632
Changes key encoding format from PEM to DER
2019-12-07 13:22:13 +01:00
Sergi Delgado Segura
a8800ac375
Integrates encryption/decryption within the Cryptographer. Close #63
...
Includes unittests. Also reformats test_inspector to avoid using cli functions
2019-12-06 13:23:02 +01:00
Sergi Delgado Segura
b4197aa5bb
Replaces hardcoded 16/32 for LOCATOR lengths
2019-12-05 11:26:58 +01:00
Sergi Delgado Segura
f0150ce585
Removes hash/cipher configuration and changes AESGCM128 for CHACHA20POLY1305
...
Updates tests accordingly
2019-12-04 17:46:07 +01:00
Turtle
79d986677d
Client signs appointment before sending it to server
2019-11-26 23:21:00 -05:00
Sergi Delgado Segura
20f296c9d4
Reformats code to match code guidelines
2019-11-07 15:47:35 +00:00
Salvatore Ingala
00a27b68e6
Various fixes from PR review
2019-11-07 15:04:21 +00:00
Salvatore Ingala
c786e3d225
Refactored add_appointment and get_appointment to avoid block nesting
2019-11-07 15:04:21 +00:00
Salvatore Ingala
21db172727
Refactored pisa_cli to improve testability; added test with wrong signature returned
2019-11-07 15:04:21 +00:00
Salvatore Ingala
956d7091eb
Initial tests for pisa-cli
2019-11-07 15:04:21 +00:00
Salvatore Ingala
75b28e9bce
Moved return inside the try branch, following up on PR review
2019-10-28 11:34:00 +07:00
Salvatore Ingala
bc9c513317
Fix import with absolute path instead of local
2019-10-28 11:07:42 +07:00
Salvatore Ingala
df9a1173a5
Minor refactoring of test_watcher; revert change DEFAULT_PISA_API_SERVER to correct value
2019-10-25 15:03:57 +08:00
Salvatore Ingala
21b54f048e
Refactored error handling in add_appointment; minor comments from PR review
2019-10-25 14:51:15 +08:00
Salvatore Ingala
b55355e564
pisa-cli saving appointments and signatures to disk on success
2019-10-25 13:50:16 +08:00
Salvatore Ingala
6348d15cea
Moved Logger from __init__ into separate file
2019-10-25 10:39:09 +08:00
Salvatore Ingala
edd6eec2a8
Removed global pisa_public_key, only use locally within is_appointment_signature_valid
2019-10-25 09:54:49 +08:00
Salvatore Ingala
8ab01a5eee
Added Logger class to pisa-cli to avoid imports from pisa; changed log file name to pisa-cli.log
2019-10-24 14:44:04 +08:00
Salvatore Ingala
e678dfc661
Fix name fields {start,end}_block --> {start_end}_time; forgot to declare access to global variable
2019-10-24 12:53:44 +08:00
Salvatore Ingala
3658f44996
remove whitespace for PEP8
2019-10-24 12:33:55 +08:00
Salvatore Ingala
b633c89724
Several fixes from PR review
2019-10-23 22:33:34 +08:00
Salvatore Ingala
ca10a73e76
More standardization of key file names
2019-10-22 20:54:25 +08:00
Salvatore Ingala
9b1af92fc3
Minor fixes
2019-10-22 18:59:27 +08:00
Salvatore Ingala
b39f7ef55b
Fix appointment serialization
2019-10-22 15:00:44 +08:00
Salvatore Ingala
3657e0877a
Forgot parameter in formatting error
2019-10-22 14:33:04 +08:00
Salvatore Ingala
503cb8ce41
Refactored validation logic; improved error handling; avoid loading the key unnecessarily
2019-10-22 14:29:08 +08:00
Salvatore Ingala
1601f0ca15
Renamed constants and default file names for Pisa's private and public keys
2019-10-22 12:13:12 +08:00
Salvatore Ingala
7fadde556a
Fixed client side signature checking
2019-10-18 19:16:35 +08:00
Salvatore Ingala
a73b14bf13
Fix signature verificatio in pisa-cli
2019-10-18 15:40:57 +08:00