navjot
ab7ef314ef
fixed xpaths of telenium test cases
2021-03-17 00:58:14 +05:30
navjot
569fe43871
telenium test cases for each module
2021-03-06 04:44:43 +05:30
navjot
df2dd7eeda
created separate module for each functionality
2021-03-04 04:28:11 +05:30
navjot
5be08babf5
fixed flake8 CQ fixed for mpybit, language_script and some other modules
2020-11-26 19:53:27 +05:30
0dd9c85831
Merge branch 'v0.6' of https://github.com/Bitmessage/PyBitmessage into py3porting
2020-06-19 19:46:27 +05:30
d6953eb450
New package: bitmessageqt.tests
...
any test cases from it will be added to tests.core test suite if possible,
e.g. PyQt is functional. TestSupport - minimal test case for support module
to reproduce #1633 .
2020-06-15 12:06:31 +03:00
487eab6f78
fix conflicts after merging
2020-06-10 15:46:16 +05:30
d09782e53d
Obsolete bitmessagemain.connectToStream(), use BMConnectionPool method
2020-05-05 17:30:31 +03:00
185ad66ea5
Moved most of variables from shared elsewhere (mostly to state)
2020-05-05 17:27:38 +03:00
ade796c700
fixes after new merging PR #23
2020-02-19 16:31:42 +05:30
23a8ab2c19
fixes after new merging
2020-02-19 15:38:27 +05:30
lakshyacis
6f35da4096
Imported packages sequencing and formatting
2020-01-30 12:14:40 +05:30
lakshyacis
3211fca953
formatting and shorten line length
2020-01-22 15:55:26 +05:30
lakshyacis
1decaad156
invalid syntax pylint issue resolve
2020-01-21 15:38:12 +05:30
lakshyacis
26d75d99fd
Logging and modules issues fixes
2020-01-20 19:57:58 +05:30
lakshyacis
4d385a9c79
Code quality issues fixes
2020-01-20 18:59:51 +05:30
lakshyacis
b6a81f1252
Formatting and fix License
2020-01-15 16:17:26 +05:30
07469f1c0f
conflicts resolved
2020-01-09 16:19:39 +05:30
jai.s
fdbc175769
Updated origin and solved conflicts
2020-01-08 17:05:29 +05:30
lakshyacis
e436b8ecf6
commit after conflicts
2020-01-06 16:44:13 +05:30
jai.s
863558dad0
Updated origin by upstream
2020-01-06 15:13:31 +05:30
74036147e5
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges
2020-01-06 15:04:47 +05:30
5160a68c28
Moved start_proxyconfig to helper_startup;
...
no more prints in helper_startup
2020-01-04 14:28:45 +02:00
sandakersmann
9119507b03
Changed copyright year to 2020
2019-12-27 18:23:02 +01:00
lakshyacis
0de9e38415
python3 fixes
2019-12-24 19:32:37 +05:30
jai.s
9b1088b2e2
updated origin with upstream changes
2019-12-23 16:48:37 +05:30
3150956cdc
fix conflicts after merging
2019-12-18 16:38:10 +05:30
lakshyacis
af52d95503
bitmessagemain quality fixes
2019-11-25 10:41:55 +05:30
jai.s
fdbf7ad0f2
Worked on the network issues
2019-11-14 20:39:26 +05:30
388de96495
Alphabetical internal import order in bitmessagemain
2019-11-11 12:03:04 +02:00
341651973a
Reduced imports:
...
- exported from network package all objects used outside;
- made all threads available in threads module.
Wrote some module docstrings.
2019-11-11 12:03:03 +02:00
7a89109fc9
New logging approach in order to reduce imports from submodules
...
and use logging without risk of circular import. Only subpackage
that imports from debug is bitmessageqt - because it also uses
debug.resetLogging().
Instead of from debug import logger is now recommended to use:
import logging
logger = logging.getLogger('default')
All subclasses of StoppableThread now have a logger attribute.
All threading related stuff except for set_thread_name()
was moved from helper_threading to network.threads.
Fixed two my mistakes from previous edit of debug in a1a8d3a:
- logger.handlers is not dict but iterable
- sys.excepthook should be set unconditionally
2019-10-18 09:35:24 +03:00
jai.s
c813f679ae
Solved bmconfigparser python3 incompatibility issue and removed unrequired comment and line of code which are added during python3 plotting
2019-10-09 17:57:13 +05:30
jai.s
42ee9d910b
launch py3 convert app for first phase(need to do more checks)
2019-10-09 17:57:13 +05:30
jai.s
afb368e770
initial commit for python forward porting
2019-10-09 17:57:13 +05:30
144df6f1a1
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges
2019-09-26 18:42:45 +05:30
a7cfe5ba32
Try to test with tor
2019-09-25 18:55:01 +03:00
lakshyacis
581ef84ffa
Code Fixes 2 regarding PR#11
2019-09-19 16:53:42 +05:30
lakshyacis
69f8d50f81
code fixes for PR#11
2019-09-18 10:34:19 +05:30
Navjot
1177e17c81
resolve conflicts
2019-09-17 19:08:05 +05:30
73ce4b4c83
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
...
Ui Enhancement with dynamic addressbook updation and sent screen updation
Changes made for Sent Items refresh feature with auto add new message in kivy
2019-09-17 15:38:12 +05:30
lakshyacis
cc869d0426
bitmessagemain flake8 Fixes
2019-08-29 16:13:27 +05:30
ec11632297
Introduce pluggable proxy configurators
2019-08-08 11:46:50 +03:00
cis
da36062f7c
worked on fixing search bar issue
2019-08-06 21:43:34 +05:30
2bd75b87bd
Use config = BMConfigParser() in bitmessagemain.Main
2019-08-06 18:59:13 +03:00
ed6cd83cae
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
...
Ui Enhancement with dynamic addressbook updation and sent screen updation
Changes made for Sent Items refresh feature with auto add new message in kivy
2019-08-02 14:28:03 +05:30
4b72a433c6
New config setting - extralowdifficulty
to use for testing:
...
replaces shared.useVeryEasyProofOfWorkForTesting and automatically
applies to test-mode.
2019-04-22 11:32:29 +03:00
Marius Kjærstad
e0efb7fd2f
Merge branch 'v0.6' into v0.6
2019-03-23 15:14:56 +01:00
c38d250389
Resolved pylint warnings and removed allThreadTraceback() entirely
2019-03-11 16:08:41 +02:00
3ec798bcfb
helper_generic is obsolete
2019-03-11 16:08:41 +02:00