Skip to content

Releases: bitcoinplusorg/xbcwalletsource

v2.8.3

02 Aug 09:45
ff3be4a

Choose a tag to compare

Fix time related issue when creating raw transactions.

v2.8.2

21 Mar 12:03
a7edbc8

Choose a tag to compare

Update seeder addresses.

v2.8.1

28 Nov 07:36
01667d4

Choose a tag to compare

Mandatory update - Fork on block 1,450,000

Future block time is being limited to 10 minutes ahead of the current time, this will then be consistent with the past block time which is limited to 10 minutes. Currently future block time is limited to two hours, the result is that if a block is set two hours in the future no other block can be created until it gets to 10 minutes before that block with the future time set.

Old clients will continue to follow the chain created by updated clients but will also follow chains that break the above rule after the fork height, where new clients will not. With the majority of staking power on the new chain combined with checkpoint sync old clients will ultimately follow the chain verified by new clients. However it is still strongly recommended to upgrade to the new client to always remain on the chain with the updated time rule.

v2.8.0

01 Oct 13:59

Choose a tag to compare

  • Add secure messaging user interface, usage instructions can be found here.
  • Display header sync progress in status bar.
  • Add assume valid block, script checks will be skipped on ancestors of this block.
  • Restore conventional checkpoints to prevent client following old pre-checkpoint fork.
  • Update min chain work, assume valid and add checkpoint.
  • Update automatic checkpoint sync to latest version.
  • Remove workaround for subversion serialisation issue with pre-2.7 clients.
  • Update dependencies Qt to 5.7.1, mac_alias to 2.0.7 and ds_store to 1.1.2.
  • Suppress fallthrough compilation warning.
  • Fix potential crash when trying to stake coins from an orphaned block.
  • Fix potential crash when erasing message from bucket.

v2.7.3

14 Feb 15:04
a5ad8b9

Choose a tag to compare

Version 2.7.3

  • Increment PROTOCOL_VERSION. Due to issues with version message serialisation between old 0.7 based clients and the newer 0.13 based clients, PROTOCOL_VERSION was used to work out and display the connected remote client. This was overlooked in the 2.7.1 and 2.7.2 releases. This release only increments the PROTOCOL_VERSION to correctly display the version of connected clients.

Version 2.7.2

  • Fix error in setting subsidy, assignment used in place of equality operator.
  • Correct function signature for Qt SLOT.

Version 2.7.1

  • Reduce fees to 1,000 Sats per KB. This was hard coded into consensus in the old clients which are no longer part of the network.
  • Set min version to 2.7.0 so old clients will no longer be connected.
  • Remove CBigNum. Improves compatibility with newer versions of OpenSSL.
  • Mint exact amount at end of coin supply and no more, only return fees after maximum supply reached.
  • Update Boost library.
  • Echo configure options.
  • getrawtransaction show time correctly.
  • Refund outputs from failed stake.
  • NSI build show 32/64bits.

v2.7.0

11 Nov 10:30

Choose a tag to compare

This release is based upon the Bitcoin 0.13 codebase which includes all the latest soft forks, four of which are missing from the 2.6 version of Bitcoin Plus which is based on the Bitcoin 0.7 codebase. This is a major update to the BitcoinPlus client software and network.

  • Segregated Witness BIP9 Soft Fork
    • Elimination of unwanted transaction malleability
    • Capacity increase
    • Weighting data based on how it affects node performance
    • Signature covers value
    • Linear scaling of sighash operations
    • Increased security for multisig
    • More efficient almost-full-node security
    • Script versioning
  • CHECKSEQUENCEVERIFY BIP9 Soft Fork
  • CHECKLOCKTIMEVERIFY Legacy Soft Fork
  • Faster synchronization
  • Hierarchical Deterministic Key Generation
  • Dynamic transaction fee
  • RPC Access Control Changes
    • -rpcallowip=192.168.1.* becomes -rpcallowip=192.168.1.0/24
    • -rpcallowip=* becomes -rpcallowip=::/0
  • REST interface with -rest flag
  • Watch-only wallet support
  • Block file pruning
  • Memory usage optimization
  • Reduce upload traffic
  • Direct headers announcement
  • Notifications through ZMQ

v2.7.0rc2

17 Oct 11:18

Choose a tag to compare

  • Update CCoins to include TX time, block time and coinstake.
  • Add additional PoS specific information to the getblock RPC call.

2.7.0rc1

08 Oct 09:33

Choose a tag to compare

This release is based upon the Bitcoin 0.13 codebase which includes all the latest soft forks, four of which are missing from the 2.6 version of Bitcoin Plus which is based on the Bitcoin 0.7 codebase. This is a major update to the BitcoinPlus client software and network.

  • Segregated Witness BIP9 Soft Fork
    • Elimination of unwanted transaction malleability
    • Capacity increase
    • Weighting data based on how it affects node performance
    • Signature covers value
    • Linear scaling of sighash operations
    • Increased security for multisig
    • More efficient almost-full-node security
    • Script versioning
  • CHECKSEQUENCEVERIFY BIP9 Soft Fork
  • CHECKLOCKTIMEVERIFY Legacy Soft Fork
  • Faster synchronization
  • Hierarchical Deterministic Key Generation
  • Dynamic transaction fee
  • RPC Access Control Changes
    • -rpcallowip=192.168.1.* becomes -rpcallowip=192.168.1.0/24
    • -rpcallowip=* becomes -rpcallowip=::/0
  • REST interface with -rest flag
  • Watch-only wallet support
  • Block file pruning
  • Memory usage optimization
  • Reduce upload traffic
  • Direct headers announcement
  • Notifications through ZMQ

v2.6.0.0

12 Jun 11:05

Choose a tag to compare