Skip to content

Commit

Permalink
v3.8.5: fix floating point precision in rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed Jun 28, 2022
1 parent ed76e54 commit f79c103
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.8.5
Tue Jun 28 19:35:37 CST 2022

Fix some floating point display rounding precision error in RPC (example: 556.3878738799999 vs 556.38787388)
Fix iwallet account update key command example

## v3.8.2
Tue Jun 7 17:05:50 CST 2022

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GO_INSTALL := $(GO) install

PROJECT_NAME := $(shell basename "$(PWD)")
BUILDER_VERSION = 3.8.0
VERSION = 3.9.0
VERSION = 3.8.5
COMMIT = $(shell git rev-parse --short HEAD)
PROJECT = github.com/iost-official/go-iost
DOCKER_IMAGE = iostio/iost-node:$(VERSION)-$(COMMIT)
Expand Down

0 comments on commit f79c103

Please sign in to comment.