Commit Graph

2207 Commits (0bceeca524f81640f3de53c7e50020a36428ce34)

Author SHA1 Message Date
coffeedogs 0bceeca524
Changes based on style and lint checks. (final_code_quality_5) 5 years ago
coffeedogs c875769b15
Changes based on style and lint checks. (final_code_quality_3) 5 years ago
coffeedogs a72da271d5
Changes based on style and lint checks. (final_code_quality_1) 5 years ago
Dmitri Bogomolov 1c914d8cd8
flake8 and style correction for network.udp 5 years ago
Dmitri Bogomolov 625e83f4b4
Corrected style a bit 5 years ago
Dmitri Bogomolov 49985a435f
Special class BMStringParser for sending ACK (resolves #1374) 5 years ago
Dmitri Bogomolov 7c7d6781a2
Removed old code from protocol, shared, state
and class_objectProcessor modules (#1374), temporarily commented
  shared.checkAndShareObjectWithPeers() call
5 years ago
Dmitri Bogomolov 1c2bef46c1
e417b62 allows to remove sleep from cleaner test 5 years ago
Dmitri Bogomolov 5572e6b3a1
Suppress pylint warning about 'relative import' 5 years ago
Dmitri Bogomolov daf556ca50
Added tests for knownnodes:
- import of pickled knownnodes;
  - default knownnodes if nothing imported;
  - knownnodes starvation (#1335), demanded changes in networkthread.
5 years ago
Dmitri Bogomolov 2bbda63b9c
Added address length check 5 years ago
Dmitri Bogomolov c8a781c7c5
Marked use of random, subprocess and xmlrpclib in tests
for skipping by bandit
5 years ago
Dmitri Bogomolov cfdb6beb54
Moved tests from helper_msgcoding into TestCore.test_msgcoding() 5 years ago
Dmitri Bogomolov ea8991c05b
Test case for config, not runs pybitmessage yet 5 years ago
Dmitri Bogomolov d8b4682ee9
Style fixes and docstrings for tests 5 years ago
Dmitri Bogomolov a3300ba8f1
A test case for core (which will be ran in main thread) 5 years ago
Dmitri Bogomolov 51df0507e2
Fixed signal files creation 5 years ago
Dmitri Bogomolov 589900f7c3
Added a test for chan creation/joining 5 years ago
Dmitri Bogomolov c49c131929
New test case class hierarchy:
- TestProcessProto has common setUpClass and tearDownClass methods
  - TestProcess is for testing the PyBitmessage process (using psutil)
5 years ago
Dmitri Bogomolov c28d463261
Added doctstrings for all tests and a test for sendBroadcast API command 5 years ago
Dmitri Bogomolov 981dddade4
Added test for createRandomAddress API command 5 years ago
Dmitri Bogomolov 10346c84aa
Basic API tests and simple apinotify handler 5 years ago
Dmitri Bogomolov 5b1d2e56a1
Changes into test mode:
run in background, stop after 30 sec since last API response
5 years ago
coffeedogs 7ed459b644
Changes based on style and lint checks. (final_code_quality_6) 5 years ago
Dmitri Bogomolov d8be7cd19a
Right check in module tr - right import order 5 years ago
Dmitri Bogomolov 533df80ce9
Resolving pylint warnings 5 years ago
Dmitri Bogomolov bd5bdda009
Moved class singleAPI to api module and `import api` below config check 5 years ago
Dmitri Bogomolov ef54bcaf82
The changes in #1325 are buggy. Implementing it properly. 5 years ago
Dmitri Bogomolov b2c8b77938
Closes #1360: validate knownnodes received from the network 5 years ago
Dmitri Bogomolov 6969ec0ec9
Removed commented config check and added module docstring 5 years ago
Dmitri Bogomolov e417b6257f
Fixes #1335:
- moved knownnodes cleanup to knownnodes module,
  - added a check for last node in stream initiating DNS based bootstrap.
5 years ago
Dmitri Bogomolov 4c184d8ffe
Fix import of pickled knownnodes.dat 5 years ago
surbhi 95e300d7ca
Fix pylint Too many arguments Issue 5 years ago
surbhi a5833be1b7
Fix pylint Instance of 'str' has no 'ids' member issue 5 years ago
surbhi abd3e02d72
Fix pylint global variable undefined at the module level issue 5 years ago
surbhi f4d25ab0ed
Fix pylint global variable warning issue 5 years ago
surbhi f004021c6d
Fix pylint issues based on no-self 5 years ago
surbhi 30fc79ed45
Fix pylint issues 5 years ago
surbhi 686967c36d
Fix flake8 issues 5 years ago
surbhi f98acd3ae0
Implementing swipe left to right delete feature for inbox, sent message to be archieved in Kivy 5 years ago
surbhi d8a5b9356f
Implement sent item message loading feature for current account logged with dynamic dispatching of accounts 5 years ago
surbhi c163001ee8
Loadmessage list feature with current account get and ngletters images icon 5 years ago
surbhi b1f7489b09
Implemement Ui for Inbox Load feature with create new address based on random number 5 years ago
Alexx Saver 50ee7fa740
Fix subprocess.check_call 5 years ago
Peter Šurda b0446ab4ab
Improve pickle knownnodes error handling
- Fixes #1333 (untested)
5 years ago
PyBitmessage Translations 62024ca7e9
Auto-updated language fr from transifex 5 years ago
Dmitri Bogomolov 358e621710
Round peer rating to 2 decimal places before saving knownnodes 5 years ago
Dmitri Bogomolov 342e2a209c
Use DNS seed only if knownnodes are empty 5 years ago
Dmitri Bogomolov 3ce4694591
Lower log_level for IOError while reading namecoin.conf 5 years ago
Dmitri Bogomolov a1a8d3a05d
Fixed undesirable log_level replacement in depends 5 years ago