refactor: Improve and clarify API around AccountAddressById (#13460)

* Revert "chore: change id to use uint64 in `AccountAddressByID` (#13411)"

This reverts commit 3d0e214446.

* Add since

* Update CLI command

* make proto-gen

* id->accNum

* No API breaking changes

* improve err msg

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Amaury
2022-10-06 11:05:25 +00:00
committed by GitHub
co-authored by Julien Robert
parent 306a9a7170
commit 90bd3161a1
17 changed files with 166 additions and 110 deletions
+1 -1
View File
@@ -1055,7 +1055,7 @@ func (m *ABCIQueryResponse) GetCodespace() string {
}
// ProofOp defines an operation used for calculating Merkle root. The data could
// be arbitrary format, providing nessecary data for example neighbouring node
// be arbitrary format, providing necessary data for example neighbouring node
// hash.
//
// Note: This type is a duplicate of the ProofOp proto type defined in Tendermint.