Skip to content

Commit

Permalink
New mainnet checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnovert committed Mar 1, 2021
1 parent 3b5bec7 commit d35ec1f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
30 changes: 16 additions & 14 deletions doc/release-notes-particl.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
0.19.2.5
==============

- Allow anon and blinded transaction on testnet.
- Allow anon and blinded transaction on testnet.
- filtertransactions can display blinding factors.
- New mainnet checkpoint.


0.19.2.4
==============

- Emergency hardfork release
- Disables anon and blind transactions
- Emergency hardfork release
- Disables anon and blind transactions


0.19.2.3
==============

- Merged Bitcoin 0.19.2 backports.
- New checkpoints.
- Fix smsginbox hex encoding bug.
- Tighten IsStandard() check to fail on trailing script.
- Re-enable win32 gitian build.
- Merged Bitcoin 0.19.2 backports.
- New checkpoints.
- Fix smsginbox hex encoding bug.
- Tighten IsStandard() check to fail on trailing script.
- Re-enable win32 gitian build.


0.19.1.2
Expand All @@ -37,12 +39,12 @@
0.19.1.1
==============

- Merged Bitcoin 0.19.1 backports.
- Added generatemnemonic command to particl-wallet.
- Qt receiving addresses table displays relative paths.
- Qt receiving addresses page can verify an address on a hardware device.
- Window -> Receiving addreses, right click on address -> Verify Address On Hardware Wallet
- Path of change address is sent to ledger hardware devices.
- Merged Bitcoin 0.19.1 backports.
- Added generatemnemonic command to particl-wallet.
- Qt receiving addresses table displays relative paths.
- Qt receiving addresses page can verify an address on a hardware device.
- Window -> Receiving addreses, right click on address -> Verify Address On Hardware Wallet
- Path of change address is sent to ledger hardware devices.


0.19.0.1
Expand Down
11 changes: 6 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999; // December 31, 2008

consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000acefff112406d29c28");
consensus.defaultAssumeValid = uint256S("0x6b705dbf87345594314152841212a532753f11ec711ac81afc64f31eb048df19"); // 856749
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000b27589db40a54e5be6");
consensus.defaultAssumeValid = uint256S("0xf9f1e91f82e73d4781052e42c8b814b8265e0929d4c16284db3feb354bfc317c"); // 887180

consensus.nMinRCTOutputDepth = 12;

Expand Down Expand Up @@ -568,13 +568,14 @@ class CMainParams : public CChainParams {
{ 634566, uint256S("0xc330a61e218b06d3d567c459b54e83ab682a366fc00b77d69dd78c6ed9655a2e")},
{ 777625, uint256S("0x75b2b1412610c1ff54e49fc38222f3f45fe934b0e485ccae7b5d461b94510734")},
{ 856749, uint256S("0x6b705dbf87345594314152841212a532753f11ec711ac81afc64f31eb048df19")},
{ 887180, uint256S("0xf9f1e91f82e73d4781052e42c8b814b8265e0929d4c16284db3feb354bfc317c")},
}
};

chainTxData = ChainTxData {
// Data from rpc: getchaintxstats 4096 6b705dbf87345594314152841212a532753f11ec711ac81afc64f31eb048df19
/* nTime */ 1610703536,
/* nTxCount */ 1019090,
// Data from rpc: getchaintxstats 4096 f9f1e91f82e73d4781052e42c8b814b8265e0929d4c16284db3feb354bfc317c
/* nTime */ 1614622864,
/* nTxCount */ 1055254,
/* dTxRate */ 0.0085
};
}
Expand Down

0 comments on commit d35ec1f

Please sign in to comment.