This update resolves “transaction creation failed” issue.
Changes list:
- Core: bug with fee calculation fixed in CreateTransaction();
- RPC: getsubsidy RPC call added;
- RPC: getmininginfo and getinfo now are providing current proof-of-stake difficulty value.
NovaCoin 0.4.4.7 bugfix1 non-critical update.
Changes:
- RPC: getrawtransaction now able to get transaction info from wallet.dat;
- RPC: resendtx uses the new force broadcasting flag.
Source tree:
https://github.com/novacoin-project/novacoin/
P2Pool is updated to support connections with v0.4.4.7 nodes.
Older versions won’t be able to establish P2P connection with v0.4.4.7 client due to obsolete protocol version. So, if you are switching NVC client to 0.4.4.7 then you need p2pool update as well.
Client update 0.4.4.7 released.
This update incorporates all changes from “novacoin-next” branch.
Continue reading
Official repository is moved here:
https://github.com/novacoin-project/novacoin
My own repository (CryptoManiac/novacoin) will be available, but it’s recommended to use official repository instead.
Changes list:
- Refactoring of Proof-of-Stake checkings code;
- Remove some redundant messages from debug.log output;
- Make stake related DoS checkings harder;
- Database code is updated, direct CCoins links approach is implemented to decrease count of worthless flush and copy events;
- Initial block download optimization, transaction hashes are cached now to make blocks validation faster;
- Multiple CChainDB instantiations were replaced with a single CBlockTreeDB instance;
- CCoinsDB and CBlockTreeDB are updated to use LevelDB storage;
- gettxout and gettxoutsetinfo RPC calls added;
- getblock and getblockbynumber RPC calls are now providing generator public key for proof-of-stake blocks.