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

v0.9.0 [Drogon] #623

Merged
merged 143 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
143 commits
Select commit Hold shift + click to select a range
444ebdb
tests: add bitcoin_base58{en,de}code test
DeckerSU Feb 1, 2024
e39a7d8
tests: base58operations, switch from smart pointer to vector
DeckerSU Feb 1, 2024
e494521
tests: base58operations, add special cases, add encode/decode replace…
DeckerSU Feb 1, 2024
1b9b181
get rid of mini-gmp library
DeckerSU Feb 1, 2024
8d6683f
tests: base58operations, add wif decode/encode with bitcoin_ functions
DeckerSU Feb 2, 2024
c24418f
payments cc: add comment about mpz_set_lli
DeckerSU Feb 6, 2024
053f3f8
tests: add part of RewardsTest
DeckerSU Feb 6, 2024
53ea5d5
tests: add boilerplate code for 2nd part of RewardsTest
DeckerSU Feb 9, 2024
7eac20c
rewards: fix small memory leak in RewardsCalc
DeckerSU Feb 9, 2024
b71c2ff
tests: RewardsTest completed
DeckerSU Feb 9, 2024
a564dfc
remove gmp functions from rewards.cpp, use arith_uint256 math instead
DeckerSU Feb 9, 2024
10946fe
tests: RewardsTest Improve compatibility with other tests.
DeckerSU Feb 9, 2024
8841b60
tests: PaymentsTest add BnToString, BnFitsCAmount for payments.cpp
DeckerSU Feb 12, 2024
79b0f2c
uint256: remove ridiculous pointer comparsion
DeckerSU Feb 12, 2024
c612002
tests: prevent MAX_MONEY altering during ParseArgumentsTests
DeckerSU Feb 12, 2024
b86a3ec
remove gmp functions from payments.cpp, use arith_uint256 math instead
DeckerSU Feb 12, 2024
86f6a58
remove dilithium and musig from the CC, due to upcoming secp256k1 update
DeckerSU Feb 12, 2024
c8d7e33
Always skip verification for old Sprout proofs
str4d Jun 25, 2019
56ce7e5
Remove ability to create non-Groth16 Sprout JSDescriptions
str4d Jun 25, 2019
c436434
Use Sapling JSDescriptions in Boost tests
str4d Jun 25, 2019
6e85e17
Remove non-Groth16 Sprout proofs from joinsplit gtests
str4d Jun 25, 2019
4f6f35f
Remove libsnark code for pre-Sapling Sprout proofs
str4d Jun 25, 2019
45a2dfb
Remove pre-Sapling Sprout circuit
str4d Jun 25, 2019
39bf8ec
Revert "Check if OpenMP is available before using it"
str4d Jun 25, 2019
1f6ce0d
build: More OpenMP / Multicore related things removal
DeckerSU Feb 13, 2024
a9d21d3
Remove libsnark from build system
str4d Jun 25, 2019
97fe680
Remove *_7776 files from tracking
DeckerSU Feb 13, 2024
781efa4
Remove libsnark
DeckerSU Feb 13, 2024
bd867d6
Remove libsnark from build and depends system.
DeckerSU Feb 13, 2024
f9610fc
More remove libnark
DeckerSU Mar 1, 2024
bb60054
remove zcsymbols.txt
DeckerSU Mar 1, 2024
dcde6da
Remove libgmp
str4d Jun 25, 2019
80327be
test: Require minimum of Sapling for all RPC tests
str4d Jul 18, 2019
012dc26
rpc: Use Sapling transactions in zc_raw_joinsplit
str4d Jul 29, 2019
5a0465f
Use Sapling JSDescriptions in gtests
str4d Jul 19, 2019
044fea0
Remove makeGrothProof argument from JoinSplit::prove
str4d Sep 16, 2019
d05fda5
Stop fetching old Sprout parameters
str4d Sep 17, 2019
6b23a8f
Add libsnark removal to notable changes
str4d Sep 17, 2019
592b57b
Move AbortNode to the top of main.cpp
str4d Sep 19, 2019
cdc6740
Add comments on IBD and nMinimumChainWork
DeckerSU Feb 13, 2024
c2aa940
Remove obsolete CreateJoinSplit and GenerateParams binaries
str4d May 3, 2018
58351c3
update KMD checkpoints
DeckerSU Feb 14, 2024
7a2b3a4
add additional params logging with -debug=params
DeckerSU Feb 15, 2024
402d1fe
get rid of check right port condition in dns address seed thread
DeckerSU Feb 15, 2024
cf5690f
add AC checkpoints, KMD checkpoints now include only normal PoW blocks
DeckerSU Feb 26, 2024
10f2938
Update .gitignore
DeckerSU Mar 1, 2024
dc37452
fix stringop-overflow error in CheckCODAimport
DeckerSU Mar 1, 2024
3f3677c
Remove excessive gmp.h header in GMPArithTests
DeckerSU Mar 1, 2024
177ba90
fix messages in fetch-params.sh, fetch-params-alt.sh
DeckerSU Mar 6, 2024
5400507
remove unused patches (*.patch) in repo's root
DeckerSU Mar 6, 2024
298395c
Allow on demand publishing to dockerhub
smk762 Mar 7, 2024
5216f6b
allow -ac_private for the ZOMBIE test chain
DeckerSU Mar 7, 2024
e4afcbd
darwin builder gcc/g++ -> clang/clang++ default
DeckerSU Mar 8, 2024
59872f9
fix bdb build on native darwin (TODO: refactor bdb.mk)
DeckerSU Feb 8, 2021
31fad79
build: remove -Wno-builtin-declaration-mismatch for Mac
DeckerSU Mar 8, 2024
41636e8
build: remove gcc related flags from Mac build
DeckerSU Mar 8, 2024
398c1b2
build: mac, remove linker options -Wl,-undefined -Wl,dynamic_lookup
DeckerSU Mar 8, 2024
f02a180
Support serialization of std::vector<bool>
DeckerSU Feb 7, 2021
e6cd777
ccutils: explicitly handle remaining enumerations in switch
DeckerSU Mar 8, 2024
7b64e7c
payments: using correct format specifiers for logging
DeckerSU Mar 8, 2024
3a33476
komodo_utils: fix format specifiers
DeckerSU Mar 8, 2024
1c4d1b6
metrics: get rid of incorrect std::max usage
DeckerSU Mar 8, 2024
bb7094c
test eval bet: avoid of adding int to a string
DeckerSU Mar 8, 2024
56182f9
test parse notarisation data: avoid of using std::ios_base::openmode …
DeckerSU Mar 8, 2024
b646f20
build: mac, remove gcc specific linker flag -static-libgcc
DeckerSU Mar 8, 2024
c777bb1
build: fix libcurl linkage under darwin
DeckerSU Mar 8, 2024
79b2f33
build: libsodium, fix MACOSX_DEPLOYMENT_TARGET
DeckerSU Mar 8, 2024
a3defc2
tests: avoid dangling pointer after KomodoFeatures test
DeckerSU Mar 8, 2024
a90b0dc
build: remove gcc from mac ci workflow and from README
DeckerSU Mar 8, 2024
728f74a
build: bump boost to 1.78.0, fix placeholders, remove patches
DeckerSU Mar 9, 2024
11a0138
ci: explicitly use macos-12 instead of latest, try to use Xcode 13.2.1
DeckerSU Mar 9, 2024
771743d
ci: mac try to remove cpath
DeckerSU Mar 9, 2024
2422583
ci: mac try to not upgrade all formulaes
DeckerSU Mar 9, 2024
e31f899
Revert "build: bump boost to 1.78.0, fix placeholders, remove patches"
DeckerSU Mar 9, 2024
eedfc49
depends: try disable HTTP/2 in curl for Mac
DeckerSU Mar 9, 2024
ae9e1b8
depends: libcurl, fix mac build
DeckerSU Mar 9, 2024
b4bad46
ci: mac try to select needed Xcode version
DeckerSU Mar 9, 2024
a2d038c
build: mac bump macOS SDK to 10.15.6 (12.1)
DeckerSU Mar 9, 2024
0c0954c
build: mac add -fvisibility=hidden -fvisibility-inlines-hidden
DeckerSU Mar 9, 2024
ec83438
ci: disable explicit select XCode version
DeckerSU Mar 9, 2024
33f48c4
ci: mac run on macos-13
DeckerSU Mar 9, 2024
3ce0a0f
build: add -Wno-deprecated-builtins -Wno-enum-constexpr-conversion to…
DeckerSU Mar 10, 2024
2d1f5a4
build: consider libcc.a as static library, not lt-library
DeckerSU Mar 10, 2024
bfc87c0
ci: Update to actions/checkout@v3
DeckerSU Mar 10, 2024
43b30d0
build: mac add -Wno-unknown-warning-option
DeckerSU Mar 10, 2024
86480ba
ci: mac add wallet-utility and komodo-tx to artifacts
DeckerSU Mar 10, 2024
19c5d1a
build: mac add --enable-static --disable-shared
DeckerSU Mar 10, 2024
349e5e4
ci: mac revert runner to macos-latest
DeckerSU Mar 10, 2024
05b8395
build: revert darwin_debug_CFLAGS to -g -O0
DeckerSU Mar 10, 2024
82823cd
build: add test-linkage app to test on which library linkage will break
DeckerSU Mar 10, 2024
4452a97
test linkage: add libcjson
DeckerSU Mar 10, 2024
db21ec8
test linkage: add bitcoin common
DeckerSU Mar 10, 2024
a822a5d
test linkage: add zmq libs
DeckerSU Mar 10, 2024
33a8ced
test linkage: add leveldb + memenv
DeckerSU Mar 10, 2024
6fb0952
test linkage: add bitcoin server and others
DeckerSU Mar 10, 2024
41e231d
linkage test: add extra lib calls for linkage
DeckerSU Mar 10, 2024
04c1edf
linkage test: add libcryptocondition, libcjson, boost thread and sodi…
DeckerSU Mar 10, 2024
dfd0e2b
build: add logging debug info into mac build script
DeckerSU Mar 10, 2024
324040a
test linkage: add sodium, librustzcash calls
DeckerSU Mar 10, 2024
8a14d86
ci: mac get rid of using tar for archive artifacts, upload binaries d…
DeckerSU Mar 10, 2024
d9f516b
ci: mac revert .tar.gz archive creation and upload to artifacts
DeckerSU Mar 10, 2024
9004098
ci: use gtar on macos runner to avoid corrupting tar file contents
DeckerSU Mar 10, 2024
81fd9af
ci: mac bump actions versions
DeckerSU Mar 10, 2024
d86c8fc
ci: mac remove separate files upload, remove test-linkage
DeckerSU Mar 10, 2024
f313d5f
ci: mac remove gmp installation
DeckerSU Mar 10, 2024
b8ae49c
remove test-linkage experiment(s)
DeckerSU Mar 10, 2024
9994db0
remove logging debug info after build on mac
DeckerSU Mar 10, 2024
6b8683a
build: mac remove -enable-static --disable-shared from scripts
DeckerSU Mar 10, 2024
9a79ff0
ci: mac add / fix workflow comments
DeckerSU Mar 10, 2024
dd85d5d
Add S8 pubkeys (placeholder) and HF estimate
DeckerSU May 16, 2024
750be57
add NotaryChecker class and its instance
DeckerSU May 16, 2024
372a5ec
bump version [0.8.3]
DeckerSU May 16, 2024
b932faa
bump (min) protocol version
DeckerSU May 16, 2024
69c2577
update DEPRECATION_HEIGHT to 4820333 (S9 approximated time + extra)
DeckerSU May 16, 2024
82eece4
KIP-0002: block subsidy reduction implementation
DeckerSU May 17, 2024
f5a8ea2
KIP0003: add fee burning in blocktemplate (coinbase)
DeckerSU May 20, 2024
03717c9
KIP0003: fix deal with extra 5k sat in coinbase
DeckerSU May 20, 2024
b95262b
check deposit: remove the non-reachable condition.
DeckerSU May 20, 2024
0475d13
check deposit: allow additional vouts in coinbase
DeckerSU May 20, 2024
65bfb2f
add KIP0003 consensus rule for NN (now with logging only)
DeckerSU May 21, 2024
6fb6a2e
fix datacarrier related command-line args
DeckerSU May 24, 2024
faa9996
Merge pull request #615 from KomodoPlatform/patch-add-zombie-warning
ca333 Jun 11, 2024
a97380f
get rid of unused MAX_OP_RETURN_RELAY
DeckerSU Jun 13, 2024
4783c0b
add season 8 pubkeys
smk762 Aug 8, 2024
d96668c
rm misplaced comment
smk762 Aug 8, 2024
acca0f9
fix index comments
smk762 Aug 8, 2024
283d6b4
fix Onur name
smk762 Aug 8, 2024
9fbab36
add season 8 hardfork constants
smk762 Aug 8, 2024
750d79c
Merge branch 'patch-s8-prepare' into add/s8-pubkeys
DeckerSU Aug 9, 2024
9363d9e
mac build: fix boost 1.72 build error with clang 16
DeckerSU Aug 9, 2024
5f572b9
mac build: macos-latest-large runner image instead of macos-latest (a…
DeckerSU Aug 9, 2024
040daa5
add S8 label in notaries_elected
DeckerSU Aug 12, 2024
65b2da0
Merge pull request #613 from KomodoPlatform/patch-remove-libsnark
ca333 Aug 19, 2024
3b3b2d5
Merge pull request #614 from KomodoPlatform/workflow-dispatch
ca333 Aug 19, 2024
6697cef
Merge pull request #618 from KomodoPlatform/patch-macos-build-clang
ca333 Aug 19, 2024
1ca3fe8
Merge pull request #619 from KomodoPlatform/patch-data-carrier
ca333 Aug 19, 2024
e75479e
Merge pull request #620 from KomodoPlatform/add/s8-pubkeys
ca333 Aug 19, 2024
18596cc
Merge pull request #622 from KomodoPlatform/patch-s8-prepare
ca333 Aug 19, 2024
67c61da
bump version [0.9.0]
DeckerSU Aug 19, 2024
6393924
Merge pull request #624 from KomodoPlatform/patch-drogon-version
ca333 Aug 19, 2024
0c42102
fix osx-build komodod CD workflow
DeckerSU Aug 20, 2024
00ddbae
enable KIP0003 consensus rule
DeckerSU Aug 20, 2024
3c4ae5d
Merge pull request #626 from KomodoPlatform/patch-enable-kip0003
ca333 Aug 20, 2024
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
12 changes: 6 additions & 6 deletions .github/workflows/komodo_linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (Linux)

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
needs: linux-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (Dice, Token, Faucet, Rewards CC)
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
needs: linux-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (OraclesCC)
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
needs: linux-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (BasicRPC)
run: |
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs: linux-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (ChannelsCC)
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
needs: linux-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps (HeirCC)
run: |
Expand Down
41 changes: 21 additions & 20 deletions .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

macos-build:
name: MacOS Build
runs-on: macos-latest
runs-on: macos-latest-large

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Workaround for https://github.com/actions/setup-python/issues/577
- name: Clean up binaries and links (macOS)
Expand All @@ -31,29 +31,30 @@ jobs:
- name: Install deps (macOS)
run: |
brew update
brew upgrade || true
brew tap discoteq/discoteq; brew install flock
brew install autoconf autogen automake
brew install gcc@8
brew install binutils
brew install protobuf
brew install coreutils
brew install wget
brew install python3
brew install gmp

# https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/
# https://github.com/actions/runner-images/issues/2619 (bsdtar issues)
# flag for some CC tests transactions - so DO NOT USE THIS CI ARTIFACTS IN PRODUCTION!!!
- name: Build (macOS)
run: |
# flag for some CC tests transactions - so DO NOT USE THIS CI ARTIFACTS IN PRODUCTION!!!
export CPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/
./zcutil/build-mac-dtest.sh -j4
tar -czvf komodo-macos.tar.gz src/komodod src/komodo-cli
gtar -czvf komodo-macos.tar.gz src/komodod src/komodo-cli src/wallet-utility src/komodo-tx
# env:
# DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer

- name: Upload komodo-macos.tar.gz as artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: komodo-macos
path: ./komodo-macos.tar.gz
path: |
./komodo-macos.tar.gz

macos-test-dice-token-reards-faucet-cc:
if: ${{ false }}
Expand All @@ -63,7 +64,7 @@ jobs:
needs: macos-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps (Dice, Token, Faucet, Rewards CC)
run: |
Expand All @@ -72,7 +73,7 @@ jobs:
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema

- name: Download komodo-macos.tar.gz
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: komodo-macos

Expand All @@ -93,15 +94,15 @@ jobs:
needs: macos-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps (OraclesCC)
run: |
brew install python3 curl
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema
- name: Download komodo-macos.tar.gz
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: komodo-macos

Expand All @@ -122,15 +123,15 @@ jobs:
needs: macos-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps (BasicRPC)
run: |
brew install python3 curl
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema
- name: Download komodo-macos.tar.gz
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: komodo-macos

Expand All @@ -151,15 +152,15 @@ jobs:
needs: macos-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps (ChannelsCC)
run: |
brew install python3 curl
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema
- name: Download komodo-macos.tar.gz
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: komodo-macos

Expand All @@ -180,15 +181,15 @@ jobs:
needs: macos-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps (HeirCC)
run: |
brew install python3 curl
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema
- name: Download komodo-macos.tar.gz
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: komodo-macos

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/komodo_win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install deps(mingw)
env:
DEBIAN_FRONTEND: noninteractive
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download komodo_win.zip
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
needs: windows-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download komodo_win.zip
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
needs: windows-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download komodo_win.zip
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
needs: windows-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download komodo_win.zip
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
needs: windows-build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download komodo_win.zip
uses: actions/download-artifact@v1
Expand Down
35 changes: 25 additions & 10 deletions .github/workflows/komodod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

name: Komodo CD test releases


on:
push:
branches:
- beta
- dev
- research
- master
workflow_dispatch:

jobs:

Expand All @@ -30,7 +30,7 @@ jobs:
id: shortify_commit

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install deps (Linux)
env:
Expand Down Expand Up @@ -76,28 +76,41 @@ jobs:

osx-build:
name: OSX Build
runs-on: macos-latest
if: ${{ github.event_name != 'workflow_dispatch' }}
runs-on: macos-latest-large

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Workaround for https://github.com/actions/setup-python/issues/577
- name: Clean up binaries and links (macOS)
run: |
rm -f /usr/local/bin/2to3-3.*
rm -f /usr/local/bin/idle3.*
rm -f /usr/local/bin/pydoc3.*
rm -f /usr/local/bin/python3.*
rm -f /usr/local/bin/2to3
rm -f /usr/local/bin/idle3
rm -f /usr/local/bin/pydoc3
rm -f /usr/local/bin/python3
rm -f /usr/local/bin/python3-config

- name: Install deps (macOS)
run: |
rm '/usr/local/bin/2to3'
brew unlink node
brew update
brew upgrade || true
brew tap discoteq/discoteq; brew install flock
brew install autoconf autogen automake
brew install gcc@8
brew install binutils
brew install protobuf
brew install coreutils
brew install wget
brew install python3
brew install gmp

- name: Build (macOS)
run: |
./zcutil/build-mac.sh -j4
zip --junk-paths komodo-osx src/komodod src/komodo-cli

- name: Upload komodo-osx.zip as artifact
uses: actions/upload-artifact@v1
with:
Expand All @@ -106,10 +119,11 @@ jobs:

windows-build:
name: Windows Build (mingw)
if: ${{ github.event_name != 'workflow_dispatch' }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install deps (Windows)
env:
DEBIAN_FRONTEND: noninteractive
Expand Down Expand Up @@ -140,6 +154,7 @@ jobs:

publish-release:
name: Publishing CD releases
if: ${{ github.event_name != 'workflow_dispatch' }}
runs-on: ubuntu-20.04
needs: [linux-build, osx-build, windows-build]
steps:
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
src/config/stamp-h1
share/setup.nsi
src/cryptoconditions/src/cryptoconditions-config.h.in

cache/
venv-mnf/
Expand All @@ -45,7 +46,7 @@ src/univalue/gen
.idea
.libs
.*.swp
*.*~*
*~
*.bak
*.rej
*.orig
Expand Down Expand Up @@ -124,6 +125,9 @@ src/komodo-tx.exe
#output during builds, symbol tables?
*.dSYM

src/*_7776
*_7776


src/cryptoconditions/compile

Expand Down
Loading
Loading