1
0
Fork 0
forked from lthn/blockchain
Commit graph

142 commits

Author SHA1 Message Date
sowle
baf2b507ec
Merge branch 'release' into cryptoassets
# Conflicts:
#	utils/build_script_windows.bat (accepted mine)
2023-02-04 20:38:47 +01:00
cryptozoidberg
dc3d6f8cfe
Fixed typo 2023-01-18 20:27:15 +01:00
cryptozoidberg
17212f16ea
Removed echo fro launch wrapper 2023-01-18 19:58:54 +01:00
cryptozoidberg
293d9f7d8d
Update Zano_appimage_wrapper.sh 2023-01-18 19:20:05 +01:00
cryptozoidberg
3850b19425
added helper message to script 2023-01-18 18:36:25 +01:00
cryptozoidberg
d553a5f669
Update Zano_appimage_wrapper.sh 2023-01-18 15:15:13 +01:00
cryptozoidberg
d9120d8249
replaced icon from png to svg 2023-01-18 14:00:13 +01:00
cryptozoidberg
a4c332e136
disabling sandbox for qtwebengine 2023-01-17 15:48:15 +01:00
cryptozoidberg
26db77219d
fix in appimage wrapper script 2023-01-17 14:39:41 +01:00
cryptozoidberg
f7b44e552b
fixes to crete manual script in appimage 2023-01-16 22:29:09 +01:00
cryptozoidberg
1b898d2afa
added disabling sandbox option for qtWebEngine under ubuntu 2023-01-16 20:05:43 +01:00
cryptozoidberg
976ec78247
fixes AppImage filename derivation 2023-01-13 19:03:20 +01:00
cryptozoidberg
6ee87bacf9
added missing folder creation 2023-01-13 18:42:09 +01:00
cryptozoidberg
9bdf9a4da7
added logo in png to AppImage 2023-01-13 18:20:24 +01:00
cryptozoidberg
dadc6a6c41
added missing changedir 2023-01-12 21:27:01 +01:00
cryptozoidberg
7e962a8a92
added skip_build option 2023-01-12 21:25:43 +01:00
cryptozoidberg
9990983510
fix for appimage path for logo 2023-01-12 21:11:53 +01:00
cryptozoidberg
018c2d24da
fix for appimage logo 2023-01-12 21:10:21 +01:00
cryptozoidberg
985af2ba08
disabled full rebuild, added missing / symbol in appimage 2023-01-12 20:11:42 +01:00
cryptozoidberg
33f7c58146
multiple fixes over AppImage build script 2023-01-12 20:01:22 +01:00
cryptozoidberg
4f831e9a3d
added Exacutable flag 2023-01-12 18:01:55 +01:00
cryptozoidberg
f873307240
added script for building AppImage 2023-01-12 17:46:31 +01:00
sowle
0c0c287418
build script windows: ZANO_BUILDS_HOST added 2022-12-26 22:47:31 +01:00
sowle
404b20fa03
build: win signing temporary disabled 2022-12-22 22:12:13 +01:00
cryptozoidberg
48f4886d0d
disabled code signing due to problems with cert(will be fixed later) 2022-11-29 18:50:10 +01:00
sowle
b62d01a629
MSVC 2019 compatibility fixes 2022-08-23 21:27:38 +03:00
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration 2022-06-18 20:50:03 +02:00
cryptozoidberg
6317a48bb9
Improved filtration of PoS-related transactions 2022-06-18 20:50:03 +02:00
Snider
1a5429a723
docker: adjustable library versions (#331)
* Adjustable lib versions via docker build args
* gha for docker build.
* removes the push to repo
* moves arg's to the top of the file.
* Delete docker-build.yml
2022-06-18 20:50:01 +02:00
Snider
c97ef1431b
docker: adjustable library versions (#331)
* Adjustable lib versions via docker build args
* gha for docker build.
* removes the push to repo
* moves arg's to the top of the file.
* Delete docker-build.yml
2022-05-18 17:33:24 +03:00
sowle
7e2d0fcb6b
Dockerfile updated, as for official image at sowle/zano-full-node 2022-05-09 01:44:18 +02:00
cryptozoidberg
a51057753c
pulled latest commits from UI 2022-04-27 16:40:32 +02:00
sowle
5a458b6dbe
build system windows: minor improvement 2022-04-14 21:52:35 +02:00
sowle
5069422e64
build system windows: moved to Boost 1.70 + minor refactoring 2022-04-14 21:22:42 +02:00
sowle
deb790d434
build system: removed windows 32 support 2022-04-14 21:21:00 +02:00
sowle
3dcde7ed06
minor fixes for readme and config file example 2022-04-14 20:41:10 +02:00
sowle
51e95010d8
build system: added support for OpenSSL (macOS) 2022-04-13 20:33:01 +02:00
sowle
35071cb395
build system: added support for OpenSSL (linux) 2022-04-13 13:47:11 +02:00
sowle
80d0023e3e
build system: added support for OpenSSL 2022-04-12 19:46:19 +02:00
cryptozoidberg
ceb30464d3
added missing command line argument for deeplinks under windows/linux 2022-01-13 14:10:53 +01:00
cryptozoidberg
bdfc14e90d
Create deeplink.rm 2021-12-30 16:41:33 +01:00
cryptozoidberg
d62eb236fa
More tweaks for linux script 2021-11-24 20:44:25 +01:00
cryptozoidberg
b7b54526a2
Fixed linux app config generating script 2021-11-24 20:14:32 +01:00
sowle
d8fdb7358c
build: made multi-job in Linux build script less aggressive 2021-11-24 06:04:30 +03:00
sowle
3e74e4d581
build: change single-job make to multi-job in Linux build script 2021-11-23 03:22:51 +03:00
Barış ÇELİK
2c464f4218
added zano url-scheme handler MacOS, Windows, Linux setups (#307)
* added zano url-scheme handler MacOS, Windows, Linux setups

* pass parameters to executable and print console

Co-authored-by: Barış Çelik <bariscelik@Barss-MacBook-Air.local>
2021-11-22 16:32:23 +01:00
Barış ÇELİK
a2664f046f
added zano url-scheme handler MacOS, Windows, Linux setups (#304)
Co-authored-by: Barış Çelik <bariscelik@Barss-MacBook-Air.local>
2021-11-17 15:32:00 +01:00
sowle
9d42cb9851
Merge branch 'release' into develop 2021-07-29 13:51:55 +03:00
sowle
52eb568cea
macos build script fixes merged from develop 2021-07-29 02:11:08 +03:00
sowle
5ad01ef2c9
build: macos script minor fix 2021-07-05 16:18:48 +03:00