Skip to content

Commit

Permalink
release (#133)
Browse files Browse the repository at this point in the history
* fixed a bug where a single proposal would not load (#125)

* trigger ci

* fixed missing terra data source (#128)

* Fabo/fix missing terra db query (#130)

* fixed missing terra data source

* fixed missing query

* Fabo/fix failing staking query for terra (#132)

* fixed missing terra data source

* fixed missing query

* fix bech32 prefix in selfStake resolver

* linted
  • Loading branch information
faboweb authored Nov 24, 2019
1 parent 4eb991c commit 2b93045
Show file tree
Hide file tree
Showing 2 changed files with 5,793 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cosmosV0-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class CosmosV0API extends PerBlockCacheDataSource {
const hexDelegatorAddressFromOperator = decodeB32(wantedOperatorAddress)
const delegatorAddressFromOperator = encodeB32(
hexDelegatorAddressFromOperator,
`cosmos`
this.delegatorBech32Prefix
)

const selfDelegation = await this.query(
Expand Down
Loading

0 comments on commit 2b93045

Please sign in to comment.