Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with verge core #2

Open
wants to merge 259 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
259 commits
Select commit Hold shift + click to select a range
24eae98
fix for updating to libevent 2.1.12
justinvforvendetta Aug 20, 2024
071a0a5
Update libevent.mk to 2.1.12
justinvforvendetta Aug 20, 2024
914db29
remove tests from tor compile for faster verge compile
justinvforvendetta Aug 20, 2024
b5020b4
Merge branch 'master' of https://github.com/vergecurrency/verge
justinvforvendetta Aug 20, 2024
034dec5
just make, dont make check.
justinvforvendetta Aug 20, 2024
9441b59
attempt to fix windows builds using new libevent
justinvforvendetta Aug 20, 2024
05a611d
add another windows cc with ubuntu 24 also!
justinvforvendetta Aug 20, 2024
2ed5ab1
add -levent
justinvforvendetta Aug 21, 2024
caa4f7a
bump to c++17 in configure.ac
justinvforvendetta Aug 21, 2024
e8818d2
revert back to 14 from 17, macos isnt ready yet
justinvforvendetta Aug 21, 2024
e64ae6b
Revert "add -levent"
justinvforvendetta Aug 21, 2024
3fe8c7b
change qt to c++14 from 11
justinvforvendetta Aug 21, 2024
89fc1c8
Revert "change qt to c++14 from 11"
justinvforvendetta Aug 21, 2024
2981924
add newest macos support to workflow
justinvforvendetta Aug 21, 2024
7f199b2
new macos workflow
justinvforvendetta Aug 21, 2024
073d565
fix artifact upload name for various mac os versions
justinvforvendetta Aug 21, 2024
7b86c44
remove pkg config from macos13
justinvforvendetta Aug 21, 2024
5f90e90
macos-13 workflow updates
justinvforvendetta Aug 21, 2024
c419e44
libtoolize
justinvforvendetta Aug 21, 2024
8980762
AC_PROG_CXX in configure.ac
justinvforvendetta Aug 21, 2024
f0a8b4c
keep macos 12 and 13, and upload .dmg each time
justinvforvendetta Aug 21, 2024
21e7d17
dont remove headers
justinvforvendetta Aug 21, 2024
d7922ff
get libevent to build with openssl
justinvforvendetta Aug 21, 2024
c132c3a
add mingw patch
justinvforvendetta Aug 22, 2024
b1c325f
fix win cc workflow
justinvforvendetta Aug 22, 2024
0f24450
remove excess win cc flags
justinvforvendetta Aug 22, 2024
e8c9f58
new libevent needs openssl to create bufferevent_ssl.h!
justinvforvendetta Aug 22, 2024
0e60a5c
remove random character (typo)
justinvforvendetta Aug 22, 2024
13ec4e6
ok, 2.1.11 it is.
justinvforvendetta Aug 23, 2024
4030f99
dont compile libjpeg
justinvforvendetta Aug 23, 2024
bc70a67
add more -no-libjpeg all over mingw32
justinvforvendetta Aug 23, 2024
b0543ef
Revert "add more -no-libjpeg all over mingw32"
justinvforvendetta Aug 23, 2024
0f21996
Revert "dont compile libjpeg"
justinvforvendetta Aug 23, 2024
9721041
fix for win cross compile on ubuntu 24
justinvforvendetta Aug 23, 2024
a1241f8
Update fix_mingw_cross_compile.patch
justinvforvendetta Aug 23, 2024
e629888
add a win 64bit build
justinvforvendetta Aug 23, 2024
73d2c73
fix 64bit compile, posix not win32
justinvforvendetta Aug 23, 2024
b44f710
fix win64 build forcing posix
justinvforvendetta Aug 23, 2024
faca490
Update check-commit.yml add w64 ubuntu 20
justinvforvendetta Aug 23, 2024
20d61a3
add to configure path for bin output
justinvforvendetta Aug 23, 2024
60183c9
update and add more options to pull request workflow
justinvforvendetta Aug 23, 2024
f918715
add windows 32/64 ubuntu 24 builders
justinvforvendetta Aug 23, 2024
6a742ca
squash dep warnings
justinvforvendetta Aug 23, 2024
550e72e
qt dont build direct2d plugin
justinvforvendetta Aug 24, 2024
eaa8c79
remove ubuntu24win32/64
justinvforvendetta Aug 24, 2024
92c2618
check for pkgconfig
justinvforvendetta Aug 24, 2024
11c63d2
add macos-14 to workflow again.
justinvforvendetta Aug 24, 2024
be3b2cb
Update check-commit.yml
justinvforvendetta Aug 24, 2024
587275d
keep tweaking macos-14 workflow
justinvforvendetta Aug 24, 2024
242148b
brew install libtool for macos-14
justinvforvendetta Aug 24, 2024
a6853b7
brew install libevent for macos-14
justinvforvendetta Aug 24, 2024
10e4345
brew install libzmq
justinvforvendetta Aug 24, 2024
3fc41b5
libzmq is zeromq in brew
justinvforvendetta Aug 24, 2024
49e9676
brew install openssl macos-14 workflow
justinvforvendetta Aug 24, 2024
5dbebac
brew install autoconf macos-14 workflow
justinvforvendetta Aug 24, 2024
ca6dbc8
brew install openssl@3 macos-14
justinvforvendetta Aug 25, 2024
afee877
update darwin host osx min version
justinvforvendetta Aug 25, 2024
2e4604d
install libevent with sudo on macos-14
justinvforvendetta Aug 25, 2024
cf1d614
Merge branch 'master' of https://github.com/vergecurrency/verge
justinvforvendetta Aug 25, 2024
3ad64d0
brew link libevent macos 14
justinvforvendetta Aug 25, 2024
f23b449
unlink n link libevent in brew macos-14
justinvforvendetta Aug 25, 2024
ce6d5c1
add our own brew formula for libevent-2.1.11-stable for macos 14 builds
justinvforvendetta Aug 25, 2024
72266ff
add --cellar to brew command line for macos-14
justinvforvendetta Aug 25, 2024
1de7d35
Revert "add --cellar to brew command line for macos-14"
justinvforvendetta Aug 25, 2024
773ba1c
unlink libevent 2.1.12 and link ours!
justinvforvendetta Aug 25, 2024
dea8cb3
unlink stock libevent
justinvforvendetta Aug 25, 2024
26f2975
change libevent2111.rb to just libevent
justinvforvendetta Aug 25, 2024
3f030df
dont need to overwrite, already unlinked
justinvforvendetta Aug 25, 2024
51ba8c8
link libevent macos 14
justinvforvendetta Aug 25, 2024
d60d0d5
dont link our libevent again, or it defaults back to 2.1.12_1
justinvforvendetta Aug 25, 2024
72b390f
brew shouldnt need pkg-config
justinvforvendetta Aug 26, 2024
50e06ce
brew link libevent
justinvforvendetta Aug 26, 2024
8e4bacd
nope. brew already linked libevent macos-14
justinvforvendetta Aug 26, 2024
3d8c8b5
try this order for macos-14 builds
justinvforvendetta Sep 2, 2024
aadeed5
Upgradetor (#1145)
justinvforvendetta Sep 2, 2024
2dea3bb
Upgradetor (#1146)
justinvforvendetta Sep 3, 2024
f729978
add openssl dir to macos-14 configure
justinvforvendetta Sep 3, 2024
8038eaf
export boost flags for macos-14
justinvforvendetta Sep 3, 2024
dbf6e5c
brew link force boost
justinvforvendetta Sep 3, 2024
114b52c
force boost location flags in configure for macos-14
justinvforvendetta Sep 3, 2024
e87f360
--with-boost is a thing. macos-14
justinvforvendetta Sep 3, 2024
e3e92ce
suppress non deprecated deprecated
justinvforvendetta Sep 3, 2024
48168fa
try boost 1.85 for macos-14
justinvforvendetta Sep 3, 2024
7d7363e
boost 1.85* macos-14
justinvforvendetta Sep 3, 2024
29ca880
fix boost filesystem error
justinvforvendetta Sep 3, 2024
21a92ec
1.85 1.86 macos-14
justinvforvendetta Sep 3, 2024
ee30715
back to 1.76 macos-14
justinvforvendetta Sep 3, 2024
47d6ca3
one more 1.75 macos-14
justinvforvendetta Sep 3, 2024
b61d05f
fix boost location for autoconf macos-14
justinvforvendetta Sep 3, 2024
6e7cfba
try boost 1.85 again after mods macos-14
justinvforvendetta Sep 3, 2024
7898d2a
bump to 1.86 for macos-14
justinvforvendetta Sep 3, 2024
1629101
add sse to autoconf
justinvforvendetta Sep 3, 2024
fbd586e
libverge
justinvforvendetta Sep 3, 2024
aa93dfa
rem ove getblockpowhash
justinvforvendetta Sep 3, 2024
1577e90
in /pow/
justinvforvendetta Sep 3, 2024
ce9cfe2
quotes instead of <>
justinvforvendetta Sep 3, 2024
db07e54
fix scrypt n deprecated ossl
justinvforvendetta Sep 3, 2024
613768b
fix path name
justinvforvendetta Sep 3, 2024
7ee8845
Update dbwrapper.cpp
justinvforvendetta Sep 3, 2024
2506214
Update dbwrapper.cpp
justinvforvendetta Sep 3, 2024
b8d1a8f
Update dbwrapper.cpp
justinvforvendetta Sep 3, 2024
1cd460f
fix dbwrapper
justinvforvendetta Sep 3, 2024
0020624
macos-14 build still needs work.
justinvforvendetta Sep 3, 2024
ed1e51d
try install openssl for boost, before we boost for macos-14
justinvforvendetta Sep 3, 2024
1067f3e
also export flags for verge before telling configure for tor
justinvforvendetta Sep 3, 2024
a2e255d
newest boost on macos-14
justinvforvendetta Sep 3, 2024
a79e32e
fix boost path for configure macos-14
justinvforvendetta Sep 3, 2024
1814f38
remove macos-14 for now.
justinvforvendetta Sep 4, 2024
7458b7f
prevent double .zip naming?
justinvforvendetta Sep 4, 2024
09bcbdf
add a few more seeds
justinvforvendetta Sep 4, 2024
ba6aaaf
fix build n release, add another windows variation option
justinvforvendetta Sep 4, 2024
63f3749
fix build on new tag
justinvforvendetta Sep 4, 2024
788a607
specify macos13
justinvforvendetta Sep 4, 2024
41db0a4
dont make this even longer
justinvforvendetta Sep 4, 2024
05e0537
update to naming in release workflow, strip linux binaries in check c…
justinvforvendetta Sep 4, 2024
985b3b1
Update check-commit.yml
justinvforvendetta Sep 4, 2024
639d173
add one more seed
justinvforvendetta Sep 4, 2024
b4955a3
try new name/location to get releases to move to release from workflo…
justinvforvendetta Sep 4, 2024
a33177a
find upload path for releases?
justinvforvendetta Sep 4, 2024
59a9bf7
remove unneeded directories
justinvforvendetta Sep 4, 2024
55b2258
Update build-all-and-release.yml
justinvforvendetta Sep 5, 2024
ae822e5
fix paths for artifact download, and if not, list everything
justinvforvendetta Sep 5, 2024
b66f60a
list all .zip sha256 checksum
justinvforvendetta Sep 5, 2024
69e158e
better method for sha256 hashes from .zips
justinvforvendetta Sep 5, 2024
e73bebb
Update verge core version to 7.60
justinvforvendetta Sep 5, 2024
662fe50
only print .zip sha256 checksums!
justinvforvendetta Sep 5, 2024
f54aa92
macos-14 work around 4 bug in Boost <= 1.80.0 w/ Clang >=18.
justinvforvendetta Sep 5, 2024
0102ed3
Update dbwrapper.cpp
justinvforvendetta Sep 5, 2024
54f0618
give macos-14 another try
justinvforvendetta Sep 5, 2024
86c8088
Update check-commit.yml
justinvforvendetta Sep 5, 2024
b7355ca
Update check-commit.yml
justinvforvendetta Sep 5, 2024
791f600
Update boost 1.79 to 1.80
justinvforvendetta Sep 6, 2024
c118585
fix for boost? if doesnt fix macos-14
justinvforvendetta Sep 6, 2024
3e8341d
Revert "fix for boost? if doesnt fix macos-14"
justinvforvendetta Sep 6, 2024
d94fa6a
boost 1.80,0 to 1.81.0
justinvforvendetta Sep 6, 2024
104f716
Revert "boost 1.80,0 to 1.81.0"
justinvforvendetta Sep 6, 2024
ea18f7d
update libcap and libX11, remove old boost patches
justinvforvendetta Sep 7, 2024
5107f1b
bump Cap’n Proto 1.0.1 to 1.0.2
justinvforvendetta Sep 9, 2024
e23455d
Update native_cctools.mk commit hash
justinvforvendetta Sep 9, 2024
c0cff0c
add which clang to macos builds
justinvforvendetta Sep 9, 2024
2976a5e
Merge branch 'master' of https://github.com/vergecurrency/verge
justinvforvendetta Sep 9, 2024
87f3514
check version of clang/xcode, macos-14 switch to xcode 15.2
justinvforvendetta Sep 9, 2024
836a1a0
fix macos 14!
justinvforvendetta Sep 9, 2024
067f6ed
switch to xcode 15.2 n macos-14 works again
justinvforvendetta Sep 9, 2024
50f999d
brew macos-14 workflow
justinvforvendetta Sep 9, 2024
f347bf3
Update check-commit.yml
justinvforvendetta Sep 9, 2024
5df9248
Update check-commit.yml
justinvforvendetta Sep 9, 2024
be01751
fix macos-14?
justinvforvendetta Sep 9, 2024
c7d9816
fix macos-14 builds on workflow
justinvforvendetta Sep 9, 2024
9953e00
fix typo
justinvforvendetta Sep 9, 2024
0ca08b5
update .yml for macos-14
justinvforvendetta Sep 9, 2024
ff2fc28
configure witrh boost
justinvforvendetta Sep 9, 2024
9b36e5a
macos-14 boost
justinvforvendetta Sep 9, 2024
31a201c
make sse2 a switch
justinvforvendetta Sep 9, 2024
851253e
fix makefile for sse2
justinvforvendetta Sep 9, 2024
0544fb4
Update darwin.mk macosx min version increase 11 to 12
justinvforvendetta Sep 9, 2024
7ad7fa4
remove fi
justinvforvendetta Sep 9, 2024
5605049
Merge branch 'master' of https://github.com/vergecurrency/verge
justinvforvendetta Sep 9, 2024
0fceaca
add more checkpoints
justinvforvendetta Sep 9, 2024
7ed64f6
change order?
justinvforvendetta Sep 9, 2024
97d9abc
remove paint
justinvforvendetta Sep 9, 2024
8befe92
change from quotes
justinvforvendetta Sep 9, 2024
dd554e4
change have to use, in scrypt header file
justinvforvendetta Sep 9, 2024
c02f84f
fix use-sse2 for arm64
justinvforvendetta Sep 9, 2024
82f0f4a
close with endif
justinvforvendetta Sep 9, 2024
b1e77bd
Update scrypt.h
justinvforvendetta Sep 9, 2024
c3bf975
fix checkpoint typo
justinvforvendetta Sep 10, 2024
e8aa376
Update scrypt.cpp
justinvforvendetta Sep 10, 2024
4730306
fix sse2 option
justinvforvendetta Sep 10, 2024
e7683a8
lets add a win32/64bit for ubuntu 24
justinvforvendetta Sep 10, 2024
104437b
fix format error
justinvforvendetta Sep 10, 2024
f74a10f
try to force ubuntu 24 worker to use gcc10.3
justinvforvendetta Sep 10, 2024
f9e7b5a
add universe and multiverse and then make ubuntu 24 tell us which gcc…
justinvforvendetta Sep 10, 2024
d1fe957
fix ubuntu24 show universe and multiverse gcc options
justinvforvendetta Sep 10, 2024
0308629
try to install gcc 10.3 mingw
justinvforvendetta Sep 10, 2024
1c0625f
add ubuntu toolchain ppa
justinvforvendetta Sep 10, 2024
2556815
show ubuntu apt cache policy of gcc
justinvforvendetta Sep 10, 2024
5b84f4d
get ubuntu jammy ppa in ubuntu 24, install ming, and remove jammy af…
justinvforvendetta Sep 10, 2024
5900a5a
remove colon for proper workflow syntax
justinvforvendetta Sep 10, 2024
7b84822
update seperate
justinvforvendetta Sep 10, 2024
13a9109
fix paint
justinvforvendetta Sep 10, 2024
0e004e1
Update check-commit.yml
justinvforvendetta Sep 10, 2024
ef6fde4
Update check-commit.yml
justinvforvendetta Sep 10, 2024
0dcaa08
start to squash warnings in workflow
justinvforvendetta Sep 10, 2024
a366bee
remove not needed brew upgrade
justinvforvendetta Sep 10, 2024
a5f6a97
tell macos-12 brew to be quiet in workflow
justinvforvendetta Sep 11, 2024
295e0bd
add another checkpoint
justinvforvendetta Sep 13, 2024
baa9d9c
Rename bitcoin_find_bdb48.m4 to verge_find_bdb48.m4
justinvforvendetta Nov 5, 2024
097c70a
Update configure.ac
justinvforvendetta Nov 12, 2024
9b9153b
more checkpoints
justinvforvendetta Nov 12, 2024
818ac10
fix mac12 builds
justinvforvendetta Nov 12, 2024
3df772f
add automatic sha256 checksums
justinvforvendetta Nov 12, 2024
8f6950f
Update build-all-and-release.yml
justinvforvendetta Nov 12, 2024
0b44d7c
Update configure.ac
justinvforvendetta Dec 15, 2024
3d4b063
Update check-commit.yml
justinvforvendetta Dec 15, 2024
c8da7ea
Update check-commit.yml
justinvforvendetta Dec 15, 2024
85401f5
Update configure.ac
justinvforvendetta Dec 15, 2024
abfbb09
macos14 updates/new internal homebrew deps area
justinvforvendetta Dec 15, 2024
eb2015c
fix path to raw github file
justinvforvendetta Dec 15, 2024
eef1745
Update check-commit.yml
justinvforvendetta Dec 15, 2024
a2b94fd
fix openssl path for mac14
justinvforvendetta Dec 15, 2024
442860b
fiix boost path mac14
justinvforvendetta Dec 15, 2024
b22be34
update icu4c
justinvforvendetta Dec 15, 2024
8bd8f47
icu4c update
justinvforvendetta Dec 15, 2024
c7eba90
newest tor
justinvforvendetta Dec 15, 2024
03ed656
moar seeds
justinvforvendetta Dec 15, 2024
35c56b2
update seeds (#1154)
swat69 Dec 15, 2024
7f6858e
moar seeds n stuff.
justinvforvendetta Dec 28, 2024
f0c95f1
Update chainparams.cpp
justinvforvendetta Dec 30, 2024
d416824
update splash
justinvforvendetta Jan 5, 2025
53e7493
Update boost176.rb hash
justinvforvendetta Jan 5, 2025
fec2219
add a few more4clearnet
justinvforvendetta Jan 5, 2025
93c89a3
Merge branch 'master' of https://github.com/vergecurrency/verge
justinvforvendetta Jan 5, 2025
006b950
2 more
justinvforvendetta Jan 5, 2025
865e487
bump up brew boost formulae to 1.79
justinvforvendetta Jan 5, 2025
a8dd459
fix new boost hash
justinvforvendetta Jan 5, 2025
35828e7
update icu ver
justinvforvendetta Jan 5, 2025
d9161ea
update new boost formulae in other mac workflow
justinvforvendetta Jan 5, 2025
5ad072d
homebrew boost formulae
justinvforvendetta Jan 6, 2025
ce3ccb0
Update check-commit.yml
justinvforvendetta Jan 6, 2025
7e18fc8
Update boost176.rb
justinvforvendetta Jan 6, 2025
55ccc56
homebrew hash
justinvforvendetta Jan 6, 2025
ad5840a
bump homebrew icu ver
justinvforvendetta Jan 6, 2025
2b9a83f
icu/boost homebrew
justinvforvendetta Jan 6, 2025
6677531
update brew formulae boost to 1.80
justinvforvendetta Jan 6, 2025
a9e7314
give brew a new loc for boost
justinvforvendetta Jan 6, 2025
67bdaf6
brew boost 1.79
justinvforvendetta Jan 6, 2025
df17631
fix boost formulae
justinvforvendetta Jan 6, 2025
0b313c7
libcap, expat, freetype, cap'n proto
justinvforvendetta Jan 8, 2025
6d3720c
add macos14 to build releases
justinvforvendetta Jan 8, 2025
bce7ca2
Update chainparams.cpp
justinvforvendetta Jan 14, 2025
9228975
Update fontconfig.mk
justinvforvendetta Jan 30, 2025
c07485c
Update libXau.mk
justinvforvendetta Jan 30, 2025
49e43c7
Update libseccomp.mk
justinvforvendetta Jan 30, 2025
1240a8e
Update miniupnpc.mk
justinvforvendetta Jan 30, 2025
efe025d
Update native_protobuf.mk
justinvforvendetta Jan 30, 2025
e84794e
Update protobuf.mk
justinvforvendetta Jan 30, 2025
2d504c4
Update xtrans.mk
justinvforvendetta Jan 31, 2025
1ff1fe0
Update configure.ac
justinvforvendetta Feb 1, 2025
52156df
Update libX11.mk
justinvforvendetta Feb 17, 2025
20809ae
Update libxkbcommon.mk
justinvforvendetta Feb 17, 2025
83a9ebc
Update native_cctools.mk
justinvforvendetta Feb 17, 2025
0252a2e
Update native_libtapi.mk
justinvforvendetta Feb 17, 2025
a737894
update year
justinvforvendetta Feb 18, 2025
57b3bc3
edit year
justinvforvendetta Feb 18, 2025
b9f0453
additional clearnet seed (#1155)
swat69 Feb 19, 2025
c6f28d2
new splash
justinvforvendetta Feb 20, 2025
ed0c4d9
Update build-all-and-release.yml
justinvforvendetta Feb 27, 2025
ba0ac38
bump protobuf
justinvforvendetta Mar 1, 2025
c5af7bf
update openssl for macos14
justinvforvendetta Mar 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix win64 build forcing posix
justinvforvendetta committed Aug 23, 2024
commit b44f710a0e1c4489b5fca6db75f57307bf1e0f9c
2 changes: 1 addition & 1 deletion .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
@@ -260,7 +260,7 @@ jobs:
run: sudo apt-get install build-essential libtool gperf autotools-dev automake pkg-config bsdmainutils curl git bison byacc python3 nsis

- name: Force Posix
run: sudo apt install g++-mingw-w64-x86-64 && sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-gcc-posix
run: sudo apt install g++-mingw-w64-x86-64 && sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix

- name: Build depends for MingW32 Cross Compile
run: PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') && cd depends/ && make HOST=x86_64-w64-mingw32 -j2