Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | Consensus |
Functions | |
bool | IsUAHFenabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if UAHF has activated. More... | |
bool | IsUAHFenabled (const Consensus::Params ¶ms, int nHeight) |
bool | IsDAAEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if DAA HF has activated. More... | |
bool | IsDAAEnabled (const Consensus::Params ¶ms, int nHeight) |
bool | IsMagneticAnomalyEnabled (const Consensus::Params ¶ms, int32_t nHeight) |
Check if Nov 15, 2018 HF has activated using block height. More... | |
bool | IsMagneticAnomalyEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if Nov 15, 2018 HF has activated using previous block index. More... | |
bool | IsGravitonEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if Nov 15th, 2019 protocol upgrade has activated. More... | |
bool | IsPhononEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if May 15th, 2020 protocol upgrade has activated. More... | |
bool | IsAxionEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if November 15th, 2020 protocol upgrade has activated. More... | |
bool | IsWellingtonEnabled (const Consensus::Params ¶ms, int32_t nHeight) |
Check if May 15th, 2023 protocol upgrade has activated. More... | |
bool | IsWellingtonEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Check if May 15th, 2023 protocol upgrade has activated. More... | |
bool | IsCowperthwaiteEnabled (const Consensus::Params ¶ms, int32_t nHeight) |
Check if Nov 15th, 2023 protocol upgrade has activated. More... | |
bool | IsCowperthwaiteEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
bool | IsAugustoEnabled (const Consensus::Params ¶ms, int64_t nMedianTimePast) |
Check if May 15th, 2024 protocol upgrade has activated. More... | |
bool | IsAugustoEnabled (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
bool IsAugustoEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
bool IsAugustoEnabled | ( | const Consensus::Params & | params, |
int64_t | nMedianTimePast | ||
) |
Check if May 15th, 2024 protocol upgrade has activated.
Definition at line 117 of file activation.cpp.
bool IsAxionEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if November 15th, 2020 protocol upgrade has activated.
Definition at line 82 of file activation.cpp.
bool IsCowperthwaiteEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
bool IsCowperthwaiteEnabled | ( | const Consensus::Params & | params, |
int32_t | nHeight | ||
) |
Check if Nov 15th, 2023 protocol upgrade has activated.
Definition at line 104 of file activation.cpp.
bool IsDAAEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if DAA HF has activated.
Definition at line 28 of file activation.cpp.
bool IsDAAEnabled | ( | const Consensus::Params & | params, |
int | nHeight | ||
) |
bool IsGravitonEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if Nov 15th, 2019 protocol upgrade has activated.
Definition at line 56 of file activation.cpp.
bool IsMagneticAnomalyEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if Nov 15, 2018 HF has activated using previous block index.
Definition at line 42 of file activation.cpp.
bool IsMagneticAnomalyEnabled | ( | const Consensus::Params & | params, |
int32_t | nHeight | ||
) |
Check if Nov 15, 2018 HF has activated using block height.
Definition at line 37 of file activation.cpp.
bool IsPhononEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if May 15th, 2020 protocol upgrade has activated.
Definition at line 69 of file activation.cpp.
bool IsUAHFenabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if UAHF has activated.
Definition at line 15 of file activation.cpp.
bool IsUAHFenabled | ( | const Consensus::Params & | params, |
int | nHeight | ||
) |
bool IsWellingtonEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Check if May 15th, 2023 protocol upgrade has activated.
Definition at line 95 of file activation.cpp.
bool IsWellingtonEnabled | ( | const Consensus::Params & | params, |
int32_t | nHeight | ||
) |
Check if May 15th, 2023 protocol upgrade has activated.
Definition at line 91 of file activation.cpp.