Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
Filip Gospodinov
6cf334244a
contrib: detect builds with uncommitted changes
The `--dirty` flag causes `git describe` to append
`-dirty` to the version string it outputs. This is
useful to detect if a build was - intentionally or
not - created with uncommitted changes.
https://git-scm.com/docs/git-describe#git-describe---dirtyltmarkgt
7 years ago
SomberNight
45b03d930d
make ExceptionWindow inherit from MessageBoxMixin
the stack trace from the report is now user selectable
7 years ago
SomberNight
81b6d65764
refactor network constants
7 years ago
SomberNight
52d41a4339
follow-up 5893af5025
clean git version a bit (convert to str and remove trailing newline)
7 years ago
Johann Bauer
5893af5025
Try to use git hash in crash reports
7 years ago
Johann Bauer
3838fdbdcc
Change name of version field in crashhub request
7 years ago
SomberNight
febaedcd36
crash reporting: catch exceptions from requests.post
7 years ago
Johann Bauer
08b9908f6e
Make it harder for altcoins to accidentally use our crashhub
7 years ago
Johann Bauer
91e44ba6fc
Show error window for unhandled exceptions
Use exception hook from main thread for all threads
Use signal to delegate error window creation to GUI thread
Add more information to issue template
Update to PyQt5
Switch from Github to REST-Service
Report to web service instead of opening the browser
Fix imports
Change crashhub URL to electrum.org server
Explain that exception hooks are only used in the Qt Gui now
8 years ago