1
0
Fork 0
forked from lthn/blockchain
Commit graph

4886 commits

Author SHA1 Message Date
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
wildkif
ac5ab57337 Merge branch 'master' into frontend 2019-02-19 09:51:45 +02:00
wildkif
2df0430e61 add copy button to restore key page 2019-02-19 09:51:20 +02:00
anonimal
476762bd40
contrib: EOS portable archive; be kind to older Boost versions
Fixes broken build for Boost < 1.69
2019-02-19 06:16:57 +00:00
crypro.zoidberg
7676fc99b7 mved to 25 word seed phrase 2019-02-18 19:48:38 +01:00
crypro.zoidberg
2fc055ff15 sync some of epee libs with boolberry 2019-02-18 19:48:38 +01:00
wildkif
a402683638 prevent double click & ngZone on navigate 2019-02-18 17:44:34 +02:00
wildkif
474d17efc6 alias corrections 2019-02-18 12:30:46 +02:00
cryptozoidberg
feb09d8ca6
Merge pull request #8 from anonimal/arch-linux-clang
CMake: add Clang support for Linux
2019-02-17 13:49:07 +01:00
cryptozoidberg
c39931a8da
Merge pull request #7 from anonimal/eos-update
contrib: EOS portable archive update + Boost 1.69 fix
2019-02-17 13:48:35 +01:00
anonimal
4997f1f913
README: update compiler type and version support 2019-02-16 01:49:59 +00:00
anonimal
2c7befce02
CMake: add Clang support for Linux 2019-02-16 01:49:56 +00:00
sowle
a870677f61 linux compilation fixed 2019-02-16 04:31:57 +03:00
dev
f68a7cfa7a peer log downloading 2019-02-16 03:04:08 +03:00
anonimal
3fa6bad35f
contrib: fix EOS portable archive for Boost 1.69
Boost 1.69 (Spirit.X2/X3) has dropped their own FP routines in favor of
boost::math.

https://www.boost.org/users/history/version_1_69_0.html
2019-02-15 23:50:59 +00:00
anonimal
dc27c1404a
contrib: update EOS portable archive to 5.1
Source: https://epa.codeplex.com/
2019-02-15 23:50:25 +00:00
wildkif
8f425506cb edit & transfer alias 2019-02-15 16:28:31 +02:00
wildkif
2f76abd484 tooltip fix, add money_transfer_cancel logic 2019-02-14 17:28:29 +02:00
crypro.zoidberg
d1d048f4b0 rewritten prining function to avoid binary output 2019-02-14 04:43:31 +01:00