1
0
Fork 0
forked from lthn/blockchain
Commit graph

3854 commits

Author SHA1 Message Date
wildkif
291763d727 Merge branch 'master' into frontend 2019-02-27 16:11:29 +02:00
wildkif
cb45e79c5d remove remote nodes 2019-02-27 16:10:57 +02:00
sowle
5dd8f584cc wallet2: advanced logging for difficult issues 2019-02-27 00:59:02 +03:00
sowle
aff66bf0a4 build: added BUILD_TESTS=TRUE in configuration helpers for windows 2019-02-26 11:48:05 +03:00
crypro.zoidberg
dc77e8996d Merge branch 'master' into testnet2 2019-02-25 18:27:00 +01:00
sowle
1cb53a48bb gui/backend: wallet logging improved 2019-02-25 18:31:58 +03:00
sowle
bd52a48382 locked_object made more const-friendly 2019-02-25 17:32:53 +03:00
sowle
87462bb4f9 wallet2/account: minor const refactoring 2019-02-25 17:31:21 +03:00
crypro.zoidberg
9d2d90cf83 light hash integrated into core 2019-02-24 03:35:38 +01:00
crypro.zoidberg
93831b9ab4 light scratchpad implemented 2019-02-23 23:50:17 +01:00
wildkif
0671e590cb Merge remote-tracking branch 'origin/frontend' 2019-02-22 16:23:15 +02:00
wildkif
7fcbb9a25a Merge remote-tracking branch 'origin/master' into frontend 2019-02-22 16:22:55 +02:00
wildkif
3caf3815c6 tooltip fix 2019-02-22 16:21:44 +02:00
wildkif
68ed86cdc4 Merge remote-tracking branch 'origin/frontend' 2019-02-22 11:19:29 +02:00
wildkif
30350bf6ed Merge remote-tracking branch 'origin/master' into frontend 2019-02-22 11:19:06 +02:00
wildkif
a4076d8d64 tr details tooltip 2019-02-22 11:18:50 +02:00
sowle
7eb6a38d23 wallet2: getting rid of redundant code + compilation fix 2019-02-21 23:01:52 +03:00
sowle
ae3858c8bb waller2: address prefix for logging 2019-02-21 21:33:52 +03:00
sowle
0cceac7d66 conn_tool: compilation warnings fixed 2019-02-21 10:27:57 +03:00
anonimal
e9d49662e9
db_tests: use static zlib for build consistency
The build is still fixed but, after further review, the zlib dynamic lib
is never actually used in the zano build (sorry about that). As such, I
think there should be build-consistency until further action is taken
regarding any unnecessary dynamic dependency building.
2019-02-20 20:08:43 +00:00
crypro.zoidberg
ad77ef54f5 attempt to fix #13 2019-02-20 20:04:19 +01:00
crypro.zoidberg
5200387d23 mesure performance 2019-02-20 20:02:43 +01:00
cryptozoidberg
226aad4620
Merge pull request #10 from anonimal/build
Build: refactor for extensibility + CMake generator support, add optional test building
2019-02-20 19:22:35 +01:00
cryptozoidberg
883ca71469
Merge pull request #11 from anonimal/zlib
db_tests: fix undefined references in get_log_chunk_gzipped
2019-02-20 19:21:55 +01:00
cryptozoidberg
74bc17fb6b
Merge pull request #12 from anonimal/clang-warnings
Zano: resolve Clang build warnings
2019-02-20 19:21:25 +01:00
wildkif
10264f7fcf Merge remote-tracking branch 'origin/frontend' 2019-02-20 18:01:54 +02:00
wildkif
35720b2d42 Merge remote-tracking branch 'origin/master' into frontend 2019-02-20 18:01:33 +02:00
wildkif
5cb87d2947 fixes 2019-02-20 18:01:18 +02:00
wildkif
8039204ada context menu on alias pages 2019-02-20 17:25:26 +02:00
anonimal
86f93e3b93
simplewallet: resolve build warning (-Wunused-lambda-capture) 2019-02-20 07:49:31 +00:00
anonimal
f91bce9a91
core_tests: resolve build warning (-Wbackslash-newline-escape) 2019-02-20 07:47:52 +00:00
anonimal
eec9c9e45c
unit_tests: resolve epee build warning (-Wunused-lambda-capture)
The local variable is not required to be captured for this impl.
2019-02-20 07:46:53 +00:00
anonimal
5ac0b225cf
core_fast_rpc_proxy: resolve build warning (-Winconsistent-missing-override) 2019-02-20 07:22:30 +00:00
anonimal
17373549c0
zano: resolve build warnings (-Wdelete-non-virtual-dtor) 2019-02-20 07:19:02 +00:00
anonimal
b3a8435175
db_tests: fix undefined references in get_log_chunk_gzipped 2019-02-20 06:01:20 +00:00
anonimal
e344efefb7
currency_core: resolve build warnings (-Wlogical-not-parentheses) 2019-02-20 04:11:33 +00:00
anonimal
71daaa827d
Makefile: add copyright 2019-02-20 02:54:38 +00:00
anonimal
2c79dbc5a7
Makefile: refactor for extensibility + CMake MSYS 2019-02-20 02:54:38 +00:00
anonimal
cf5bfd5b79
CMake: make test building optional 2019-02-20 02:32:35 +00:00
sowle
9d0f8c9966 tiny enhancement to conn_tool 2019-02-19 21:42:41 +03:00
sowle
84bd7b6e77 an attempt to fix conn_tool linkage issue on gcc 7.3 2019-02-19 20:58:49 +03:00
sowle
228753d445 compilation warning fixed 2019-02-19 20:56:04 +03:00
wildkif
8397046c8d Merge branch 'frontend' 2019-02-19 17:34:29 +02:00
wildkif
43c5641d30 Merge branch 'master' into frontend 2019-02-19 17:34:00 +02:00
wildkif
7610ecd175 typing numbers, scrolling, copy animation 2019-02-19 17:33:37 +02:00
wildkif
afc2e972d1 Merge remote-tracking branch 'origin/frontend' 2019-02-19 16:15:47 +02:00
wildkif
6b0e0de4ab Merge remote-tracking branch 'origin/master' into frontend 2019-02-19 16:15:23 +02:00
wildkif
f81300e225 alias unconfirmed logic 2019-02-19 16:15:00 +02:00
cryptozoidberg
23832cda55
Merge pull request #9 from anonimal/eos-update
contrib: EOS portable archive; be kind to older Boost versions
2019-02-19 15:10:40 +01:00
wildkif
1c7733287e Merge branch 'frontend' 2019-02-19 09:52:17 +02:00