Skip to content

Commit e64a0ac

Browse files
committed
p2pool v3.0
1 parent 14f7a1c commit e64a0ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
namespace p2pool {
3636

37-
#define P2POOL_VERSION_MAJOR 2
38-
#define P2POOL_VERSION_MINOR 7
37+
#define P2POOL_VERSION_MAJOR 3
38+
#define P2POOL_VERSION_MINOR 0
3939

4040
extern const char* VERSION;
4141

tests/src/block_template_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ TEST(block_template, update)
6060
tpl.update(data, mempool, &wallet);
6161

6262
const PoolBlock* b = tpl.pool_block_template();
63-
ASSERT_EQ(b->m_sidechainId, H("16d6a5c45d452288fcc439e5a258e8230798dfb6bbfd32220303efe932061aa9"));
63+
ASSERT_EQ(b->m_sidechainId, H("d52dba078bc2b581edf3ff27fb46e218bd2568b1f2126bd65cc1a0f9f6bbd00f"));
6464

6565
std::vector<uint8_t> blobs;
6666
uint64_t height;
@@ -79,7 +79,7 @@ TEST(block_template, update)
7979

8080
hash blobs_hash;
8181
keccak(blobs.data(), static_cast<int>(blobs.size()), blobs_hash.h);
82-
ASSERT_EQ(blobs_hash, H("27bd8678420c8a0948f71c71356252be790899d61f14e35b2d0440a30d730f4c"));
82+
ASSERT_EQ(blobs_hash, H("ea63225d0f4b21bb15bfdc92e25a1dc4de2e052062db6c33679da854be158e9a"));
8383

8484
// Test 2: mempool with high fee and low fee transactions, it must choose high fee transactions
8585
for (uint64_t i = 0; i < 512; ++i) {

0 commit comments

Comments
 (0)