1
0
Fork 0
forked from lthn/blockchain
Commit graph

176 commits

Author SHA1 Message Date
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
e344efefb7
currency_core: resolve build warnings (-Wlogical-not-parentheses) 2019-02-20 04:11:33 +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
crypro.zoidberg
336b3b7d67 added more logs 2019-02-14 04:01:01 +01:00
crypro.zoidberg
1f7da10b66 fixed bugs 2019-02-14 03:19:28 +01:00
crypro.zoidberg
85eb6b0f08 more logs added 2019-02-14 03:11:03 +01:00
crypro.zoidberg
1c508a7abc fixed linux build2 2019-02-14 02:25:48 +01:00
crypro.zoidberg
c121c7f20f fixed linux build 2019-02-14 02:13:35 +01:00
crypro.zoidberg
6e050fce8b added more logs, changed structure of furmat_utils 2019-02-14 02:00:40 +01:00
cryptozoidberg
f4c789a0ee
Merge pull request #6 from alfredmox/minor-fixes
Minor fixes
2019-02-09 19:52:30 +01:00
alfred
a3da8ba819 wrong assignement 2019-02-08 14:08:25 -08:00
alfred
fead09cb1e l-value assignement error 2019-02-08 14:07:30 -08:00
crypro.zoidberg
68b01b800f removed warning 2019-02-08 21:40:42 +01:00