algorand / algorand/py-algorand-sdk

Cannot parse block_info transactions into SignedTransaction objects

オープン
#528 コメント 2 件 リアクション 0 件 担当者 1 名 @jannotti が担当を希望しています GitHub で見る
new-bug
主要言語
Python
スター
274
フォーク
145
平均マージ
3時間 1分
マージ済み PR(30日)
2

説明

### Subject of the issue

`SignedTransaction.undictify` does not work on block_info transactions from `block_info().block.txns`

### Steps to reproduce

1. Fetch `block_info` using Algod client
2. Try to parse transaction for transactions using `SignedTransaction.undictify`

### Expected behaviour

Transactions get parsed into objects. Potential solution could be to have an additional method that parses the entire block into readable data.

### Actual behaviour

Bunch of errors where undictify assumed keys are bytes and not base64 encoded strings

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。