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

[release] v0.8.1 [Falkor] #600

Merged
merged 47 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4dd2b0a
Update komodod_cd.yml
smk762 Jul 1, 2023
657cc69
Merge pull request #590 from KomodoPlatform/Run-CD-on-push-to-master
tonymorony Jul 3, 2023
01da71a
bump libcurl to 8.4.0
DeckerSU Oct 18, 2023
2b28926
add update-rust-hashes.sh script
DeckerSU Oct 24, 2023
cfe8d56
depends: update rust to 1.69.0
DeckerSU Oct 24, 2023
23a22d6
mac ci: try to fix brew upgrade / existing links
DeckerSU Oct 24, 2023
3f98ecd
mac ci: remove redundant unlink for node
DeckerSU Oct 24, 2023
642c698
build: mac, suppress deprecated declarations warning
DeckerSU Oct 24, 2023
fcb431a
update KMD checkpoints
DeckerSU Oct 26, 2023
cc237be
Merge pull request #594 from DeckerSU/patch-bump-libcurl
DeckerSU Oct 28, 2023
9d8c5f6
Merge pull request #595 from DeckerSU/patch-bump-rust
DeckerSU Oct 28, 2023
4ceb0ee
temp disable CC and basic RPC jobs in workflows
DeckerSU Oct 28, 2023
e42444f
update assetchains.old, remove old (deprecated) chains
DeckerSU Aug 7, 2023
a6ce7c8
add events related unit tests
DeckerSU Aug 8, 2023
9c32d6e
add NormalKMDLTCNota unit test
DeckerSU Aug 9, 2023
0ecea4a
add advanced clear of all variables between tests
DeckerSU Aug 9, 2023
13ea74e
add MIL->KMD notarisation test (3p coin nota test)
DeckerSU Aug 11, 2023
e06aa5b
add MARTY->KMD notarisation test (AC nota test in KMD chain)
DeckerSU Aug 11, 2023
3479410
add MARTY->KMD notarisation test (AC nota test in MARTY chain)
DeckerSU Aug 11, 2023
00cb01d
enable all tests, add missed checks
DeckerSU Aug 14, 2023
81581d0
correct opretlen calculations for BIG_ENDIAN
DeckerSU Aug 14, 2023
ce4d344
remove deprecated KV OPRET in assetchains
DeckerSU Aug 14, 2023
e5023e2
fix PhantomOpReturnEvent test
DeckerSU Aug 14, 2023
b435ecc
refactor opret chain search and compare
DeckerSU Aug 14, 2023
54ebb28
more get rid of strcmp in komodo_voutupdate
DeckerSU Aug 14, 2023
c645cb6
get rid of legacy PAX related specific oprets
DeckerSU Aug 14, 2023
b8678b4
remove unneded OtherTest
DeckerSU Aug 14, 2023
e94d98d
limit the scope of ratification transactions to KMD
DeckerSU Aug 15, 2023
2d5f55b
komodo_voutupdate: don't try to process staking oprets and notary proofs
DeckerSU Aug 15, 2023
40475ad
bump version [0.8.1]
DeckerSU Oct 29, 2023
5e362af
Merge pull request #596 from DeckerSU/patch-update-checkpoints
ca333 Nov 3, 2023
bac0096
Merge pull request #597 from DeckerSU/patch-disable-ci-jobs
ca333 Nov 3, 2023
3212c3c
Merge pull request #598 from DeckerSU/patch-refactor-old-code
ca333 Nov 3, 2023
b3e9e1f
Merge pull request #599 from DeckerSU/patch-version-bump
ca333 Nov 3, 2023
72a6df2
komodo_args: fix rpc and p2p port in ACs on MacOS
DeckerSU Nov 2, 2023
8640b82
tests: add ParseArgumentsTests for komodo_args / chainparams_commandline
DeckerSU Nov 6, 2023
6a8112c
tests: fix ParseArgumentsTests initializer list issue
DeckerSU Nov 6, 2023
232b422
tests: KomodoFeatures fix missed override keyword for member- functions
DeckerSU Nov 6, 2023
3217da4
tests: add missed fs namespace
DeckerSU Nov 7, 2023
7f68232
tests: fix compatibility of LegacyEvents test with other tests
DeckerSU Nov 7, 2023
aceb7c7
test: improve mapBlockIndex cleanup in LegacyEventsTests
DeckerSU Nov 7, 2023
c86da4d
Merge pull request #601 from DeckerSU/patch-parse-arg-test
ca333 Nov 8, 2023
f38c6f0
update dockerfiles
smk762 Nov 9, 2023
fc6804b
use ubuntu-20.04 for CI/CD
smk762 Nov 9, 2023
c470b18
rm / unlink breaking brews
smk762 Nov 9, 2023
bd682c8
use ubuntu-latest for win builds
smk762 Nov 9, 2023
c248b15
Merge pull request #603 from KomodoPlatform/update-CD
ca333 Nov 14, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/komodod_cd.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:
- beta
- dev
- research

- master

jobs: