Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguyen22 committed Jul 27, 2020
1 parent e644a68 commit ec834b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
AppVersion = "RC-0.4.3"
AppVersion = "RC-0.5.0"
)

// NewPocketCoreApp is a constructor function for PocketCoreApp
Expand Down
9 changes: 9 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## RC-0.5.0
- Fixed Incorrect Logging and misleading logging for max_signed_blocks
- Remove all receipts to alleviate large state size
- State now doesn't accept claims for under the given param threshold
- AAT now printing as json string and not bytes
- Logging fix for unstaked Validator in Handle Validator Signature
- enhanced proof entropy and flush to disk
- Converted `Could not get sessionCtx` in auto send claim tx to an info log

## RC-0.4.3
- Update txIndexer synchronously during commit

Expand Down

0 comments on commit ec834b2

Please sign in to comment.