Skip to content

Commit

Permalink
updated docs: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Williams committed Jan 13, 2015
1 parent caec99d commit 576d701
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.4.0

* Removed mintpal support (markets)
* Added poloniex support (markets)
* Cluster support
* Jasmine test scripts
* getaddress api fix (address not found)
* Base 2 rounding fix (values stored in satoshis)
* DRK fixes
* New current supply setting: BALANCES
* Sync fixes/optimizations
* New setting: show_sent_received

1.3.4

* Added qrcode api
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014, Iquidus Technology
Copyright (c) 2014, Luke Williams
Copyright (c) 2015, Iquidus Technology
Copyright (c) 2015, Luke Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Current version: 1.4.0
Next planned: 1.4.1

* additional market support
* proof of stake improvements

### Tests

Expand Down Expand Up @@ -114,10 +115,18 @@ Where [SIZE] is an integer higher than the default.

*note: SIZE will depend on which blockchain you are using, you may need to play around a bit to find an optimal setting*

**Incorrect total sent/received on address page (PoS)**

Due to the nature of Proof of Stake the total sent and received values on address pages will appear higher than expected. This is due to how PoS is managed on the blockchain. When an address generates PoS it appears as a tx with matching input & output addresses in the form sent: 10.00000000, received: 10.04000000 (address gained 0.04 from PoS)

I'm on the fence whether this is a bug or not, as technically the current values are representing the blockchain accurately. However as it makes more sense to users to have it behave as (sent: 0.00, received: 0.04) a new option will be introduced in a future release allowing it to be set one way or the other.

For now if you don't wish to display the current values you can disable them by setting 'show_sent_received' to false in settings.json

### License

Copyright (c) 2014, Iquidus Technology
Copyright (c) 2014, Luke Williams
Copyright (c) 2015, Iquidus Technology
Copyright (c) 2015, Luke Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
7 changes: 7 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.x -> 1.4.0
* New database
* Add new settings to settings.json (see settings.json.template)
* show_sent_received

* note: mintpal support has been dropped, replaced with poloniex. Make sure market settings reflect this (see settings.json.template)

1.3.3 -> 1.3.4
* Install new dependency (qr-image)
npm install
Expand Down

0 comments on commit 576d701

Please sign in to comment.