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

Version 6.6.3 #286

Merged
merged 47 commits into from
May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
d38aecf
Daemon SonarCloud
cartoon-face Feb 4, 2022
99e0c06
Fix tests
cartoon-face Feb 4, 2022
7068b6e
Merge branch 'ConcealNetwork:development' into development
cartoon-face Feb 10, 2022
4deecee
Update print blockchain indexes logic
cartoon-face Feb 11, 2022
ee36891
`print_bc_outs` removal
cartoon-face Feb 12, 2022
34e1681
PR suggestions
cartoon-face Feb 13, 2022
3f55303
Update Daemon.cpp
cartoon-face Feb 13, 2022
d3872f1
Merge branch 'ConcealNetwork:development' into development
cartoon-face Feb 15, 2022
2e1da49
Revert `print_as_json` changes
cartoon-face Feb 15, 2022
41c6efc
Merge branch 'ConcealNetwork:development' into development
cartoon-face Feb 16, 2022
91b0627
Lowercase this `c`
cartoon-face Feb 16, 2022
bbca5e3
Merge pull request #269 from cartoon-face/development
krypt0x Feb 21, 2022
663c23b
Update .gitattributes
krypt0x Feb 21, 2022
765ecf4
Merge pull request #280 from krypt0x/development
krypt0x Feb 21, 2022
10e065d
Remove sparsehash
AxVultis Feb 20, 2022
fdd34e6
Merge branch 'development' into sparsehash
AxVultis Feb 26, 2022
ef629aa
Update miniupnpc to version 2.2.3
AxVultis Feb 26, 2022
3dcb98c
Update parallel_hashmap to version 1.33
AxVultis Feb 26, 2022
3efc1f9
Update googletest to version 1.11.0
AxVultis Feb 26, 2022
0256d9b
Update miniupnpc to version 2.2.3
AxVultis Feb 26, 2022
61da6de
Update googletest to version 1.11.0
AxVultis Feb 26, 2022
8bb90df
Merge branch 'miniupnpc' into dependencies-update
AxVultis Mar 6, 2022
8af157d
Merge branch 'parallel_hashmap' into dependencies-update
AxVultis Mar 6, 2022
3171323
Merge branch 'gtest' into dependencies-update
AxVultis Mar 6, 2022
c48de4f
Update parallel_hashmap to version 1.34
AxVultis Mar 6, 2022
7ff28a7
Change print_bc log level #282
AxVultis Mar 6, 2022
b74fee7
Update print_bci output
AxVultis Mar 6, 2022
4e28c8d
Update blockcache archive version
AxVultis Mar 10, 2022
02ebe88
Update alt_chain
AxVultis Mar 12, 2022
a605694
switch_to_alternative_blockchain const reference
AxVultis Mar 12, 2022
25c8d2a
get_next_difficulty_for_alternative_chain const reference
AxVultis Mar 12, 2022
e737b4e
handle_alternative_block code smells
AxVultis Mar 12, 2022
b1cf6a2
Merge branch 'parallel_hashmap' into dependencies-update
AxVultis Mar 12, 2022
3afd930
Fix undefined warning
AxVultis Mar 26, 2022
af7d1d5
Merge pull request #284 from ConcealNetwork/dependencies-update
AxVultis Mar 26, 2022
b1fb4d1
Merge pull request #285 from AxVultis/alt_chain
AxVultis Mar 27, 2022
7caacf9
Update version string to include commit id
AxVultis Mar 27, 2022
14b2908
Align print_cn output
AxVultis Mar 27, 2022
16e9f69
Fix is_orphaned response
AxVultis Mar 27, 2022
dfe8bd2
Align print_pl output
AxVultis Mar 27, 2022
f07e234
WalletGreen createDeposit mixin
AxVultis Mar 27, 2022
9a24121
Fix typo
AxVultis Mar 27, 2022
445e22c
Update sse2neon
AxVultis Mar 29, 2022
f626305
Update RpcServer
AxVultis Apr 10, 2022
888d5f4
Update checkpoints
AxVultis Apr 10, 2022
3fe7911
Update checkpoints
AxVultis May 16, 2022
13a22d5
Version 6.6.3
AxVultis May 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
48 changes: 48 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,50 @@
###############################
# Git Line Endings #
###############################

# Set default behaviour to automatically normalize line endings.
* text=auto

# Force batch scripts to always use CRLF line endings so that if a repo is accessed
# in Windows via a file share from Linux, the scripts will work.
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

# Force bash scripts to always use LF line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf

###############################
# Git Large File System (LFS) #
###############################

# Archives
*.7z filter=lfs diff=lfs merge=lfs -text
*.br filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text

# Documents
*.pdf filter=lfs diff=lfs merge=lfs -text

# Images
*.gif filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text

# Fonts
*.woff2 filter=lfs diff=lfs merge=lfs -text

# Other
*.exe filter=lfs diff=lfs merge=lfs -text

###############################
# Git Export #
###############################
.git* export-ignore
/CMakeLists.txt export-subst
116 changes: 58 additions & 58 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@ jobs:
- name: Prepare release
shell: powershell
run: |
mkdir build/bin
mv build/src/Release/conceald.exe build/bin
mv build/src/Release/concealwallet.exe build/bin
mv build/src/Release/optimizer.exe build/bin
mv build/src/Release/walletd.exe build/bin
mv build/tests/Release/*_tests.exe build/bin
mkdir build/conceal
mv build/src/Release/conceald.exe build/conceal
mv build/src/Release/concealwallet.exe build/conceal
mv build/src/Release/optimizer.exe build/conceal
mv build/src/Release/walletd.exe build/conceal
mv build/tests/Release/*_tests.exe build/conceal

- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/bin
path: build/conceal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: core_tests
shell: powershell
run: |
cd build/bin
cd build/conceal
./core_tests.exe --generate_and_play_test_data

- name: difficulty_tests
shell: powershell
run: |
cp tests/Difficulty/data.txt build/bin
cd build/bin
cp tests/Difficulty/data.txt build/conceal
cd build/conceal
./difficulty_tests.exe data.txt

- name: performance_tests
shell: powershell
run: |
cd build/bin
cd build/conceal
./performance_tests.exe

build-ubuntu18:
Expand Down Expand Up @@ -112,40 +112,40 @@ jobs:

- name: Prepare release
run: |
mkdir build/bin
mv build/src/conceald build/bin
mv build/src/concealwallet build/bin
mv build/src/optimizer build/bin
mv build/src/walletd build/bin
mv build/tests/*_tests build/bin
mkdir build/conceal
mv build/src/conceald build/conceal
mv build/src/concealwallet build/conceal
mv build/src/optimizer build/conceal
mv build/src/walletd build/conceal
mv build/tests/*_tests build/conceal

- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/bin
path: build/conceal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: core_tests
run: |
cd build/bin
cd build/conceal
./core_tests --generate_and_play_test_data

- name: difficulty_tests
run: |
cp tests/Difficulty/data.txt build/bin
cd build/bin
cp tests/Difficulty/data.txt build/conceal
cd build/conceal
./difficulty_tests data.txt

- name: performance_tests
run: |
cd build/bin
cd build/conceal
./performance_tests

- name: system_tests
run: |
cd build/bin
cd build/conceal
./system_tests

build-ubuntu20:
Expand Down Expand Up @@ -177,40 +177,40 @@ jobs:

- name: Prepare release
run: |
mkdir build/bin
mv build/src/conceald build/bin
mv build/src/concealwallet build/bin
mv build/src/optimizer build/bin
mv build/src/walletd build/bin
mv build/tests/*_tests build/bin
mkdir build/conceal
mv build/src/conceald build/conceal
mv build/src/concealwallet build/conceal
mv build/src/optimizer build/conceal
mv build/src/walletd build/conceal
mv build/tests/*_tests build/conceal

- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/bin
path: build/conceal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: core_tests
run: |
cd build/bin
cd build/conceal
./core_tests --generate_and_play_test_data

- name: difficulty_tests
run: |
cp tests/Difficulty/data.txt build/bin
cd build/bin
cp tests/Difficulty/data.txt build/conceal
cd build/conceal
./difficulty_tests data.txt

- name: performance_tests
run: |
cd build/bin
cd build/conceal
./performance_tests

- name: system_tests
run: |
cd build/bin
cd build/conceal
./system_tests

build-ubuntu20-clang:
Expand Down Expand Up @@ -242,40 +242,40 @@ jobs:

- name: Prepare release
run: |
mkdir build/bin
mv build/src/conceald build/bin
mv build/src/concealwallet build/bin
mv build/src/optimizer build/bin
mv build/src/walletd build/bin
mv build/tests/*_tests build/bin
mkdir build/conceal
mv build/src/conceald build/conceal
mv build/src/concealwallet build/conceal
mv build/src/optimizer build/conceal
mv build/src/walletd build/conceal
mv build/tests/*_tests build/conceal

- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/bin
path: build/conceal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: core_tests
run: |
cd build/bin
cd build/conceal
./core_tests --generate_and_play_test_data

- name: difficulty_tests
run: |
cp tests/Difficulty/data.txt build/bin
cd build/bin
cp tests/Difficulty/data.txt build/conceal
cd build/conceal
./difficulty_tests data.txt

- name: performance_tests
run: |
cd build/bin
cd build/conceal
./performance_tests

- name: system_tests
run: |
cd build/bin
cd build/conceal
./system_tests

build-macos11:
Expand Down Expand Up @@ -306,33 +306,33 @@ jobs:

- name: Prepare release
run: |
mkdir build/bin
mv build/src/conceald build/bin
mv build/src/concealwallet build/bin
mv build/src/optimizer build/bin
mv build/src/walletd build/bin
mv build/tests/*_tests build/bin
mkdir build/conceal
mv build/src/conceald build/conceal
mv build/src/concealwallet build/conceal
mv build/src/optimizer build/conceal
mv build/src/walletd build/conceal
mv build/tests/*_tests build/conceal

- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/bin
path: build/conceal
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: core_tests
run: |
cd build/bin
cd build/conceal
./core_tests --generate_and_play_test_data

- name: difficulty_tests
run: |
cp tests/Difficulty/data.txt build/bin
cd build/bin
cp tests/Difficulty/data.txt build/conceal
cd build/conceal
./difficulty_tests data.txt

- name: performance_tests
run: |
cd build/bin
cd build/conceal
./performance_tests
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

include(CheckCXXCompilerFlag)
set(VERSION "6.6.2")
set(VERSION "6.6.3")
set(VERSION_BUILD_NO "Ataegina")
# Packaged from main commits
set(COMMIT 1db6e66)
Expand Down
6 changes: 3 additions & 3 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ if (DO_TESTS)
add_subdirectory(gtest)
endif()

set_property(TARGET upnpc-static PROPERTY FOLDER "external")
set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")

if(MSVC)
set_property(TARGET upnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
elseif(NOT MSVC)
set_property(TARGET upnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-undef -Wno-unused-result -Wno-unused-value")
set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-undef -Wno-unused-result -Wno-unused-value")
endif()

if(DO_TESTS)
Expand Down
Loading