Skip to content

Commit

Permalink
changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Sep 23, 2024
1 parent 3a77fd5 commit b11f4fa
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-lions-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/protobuf': minor
---

Add MsgUpdateClient to typeRegistry
5 changes: 5 additions & 0 deletions .changeset/old-emus-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/bech32m': patch
---

Add isCompatAddress() func
5 changes: 5 additions & 0 deletions .changeset/rotten-starfishes-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/wasm': minor
---

Add is_controlled_address() support
5 changes: 5 additions & 0 deletions .changeset/smooth-trains-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/query': minor
---

Check for IbcRelays to add to txs
5 changes: 5 additions & 0 deletions .changeset/wise-papayas-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@penumbra-zone/types': minor
---

Update ViewServerInterface
2 changes: 0 additions & 2 deletions packages/query/src/block-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ export class BlockProcessor implements BlockProcessorInterface {
// this is a network query
const blockTx = await this.querier.app.txsByHeight(compactBlock.height);

// debugger;

// Filter down to transactions & note records in block relevant to user
const { relevantTxs, recoveredSourceRecords } = await identifyTransactions(
spentNullifiers,
Expand Down
1 change: 1 addition & 0 deletions packages/query/src/helpers/identify-txs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const parseIntoAddr = (addrStr: string): Address => {
return new Address(addressFromBech32m(addrStr));
};

// Identifies if a tx with a relay action of which the receiver is the user
export const hasRelevantIbcRelay = (
tx: Transaction,
isControlledAddr: ViewServerInterface['isControlledAddress'],
Expand Down

0 comments on commit b11f4fa

Please sign in to comment.