wagerr-rebase:remove.keystore

Last commit made on 2022-11-12
Get this branch:
git clone -b remove.keystore https://git.launchpad.net/wagerr-rebase

Branch merges

Branch information

Name:
remove.keystore
Repository:
lp:wagerr-rebase

Recent commits

9954d6f... by FornaxA <email address hidden>

POS changes that introduce the need for additional checks

 - Skip nValue check for transactions on regular coinstakes
 - Make sure coinstakes are properly checked

aaa2eee... by FornaxA <email address hidden>

Load POS blocks

- Add POS flags to CBlockIndex
- Set coinbase maturity to 10 for blocks with height < 10
- Skip time checks before Midas activation
- Add validation and signature functions
- Adapt block format

9378488... by celbalrai <email address hidden>

Initial core Wagerr parameters and algorithms

- Load genesis block
- Set consensus parameters
- Block reward values
- PoW difficulty algorithm

1281197... by wagerr-builder <email address hidden>

gitignore - vscode

b6e4815... by UdjinM6 <email address hidden>

Merge branch 'v18.1.x'

a02f258... by UdjinM6 <email address hidden>

Revert "Merge pull request #5029 from PastaPastaPasta/backport/18.0.2-backports"

This reverts commit 4d4ebfa7e3253ef0f92b00b6e7f919dc588f4415, reversing
changes made to 75298fce5e7d5e7b960c3772f8331d3e321529d3.

007e24e... by UdjinM6 <email address hidden>

Merge pull request #5046 from PastaPastaPasta/release/v18.1.0

release: release notes and bumps for v18.1.0 release

47ab151... by UdjinM6 <email address hidden>

fix(gui): Fix crashes when trying to run `dash-qt` with `--disablewallet` (#5041)

* fix(gui): Fix crashes when trying to run `dash-qt` with `--disablewallet`

* use enableWallet

0b162ff... by Oleg Girko <email address hidden>

fix(build): Fix incorrect type conversion (#5037)

It's incorrect to convert between different enum classes using
initialisation.
However, it's OK to convert between different enum classes using the
same underlying type using static_cast.

Signed-off-by: Oleg Girko <email address hidden>

Signed-off-by: Oleg Girko <email address hidden>
Co-authored-by: Oleg Girko <email address hidden>

d8991c7... by pasta <email address hidden>

docs: write release notes