Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The fork include the following changes compared to upstream:
* The default listen address for remote ABCI connections over grpc has been updated from `tcp://127.0.0.1:26658` to `tcp://127.0.0.1:36658`.
* The default keyring backend has been changed from `os` to `test`.
* Rewards from the x/distribution module are not auto-claimed. Instead, they can be claimed at arbitrary points in time.
* Extended `TxResponse` to include `signers` field with the list of transaction signers

Read the [CHANGELOG.md](CHANGELOG.md) for more details.

Expand Down
Loading