Bob Broderick

Results 13 comments of Bob Broderick

I hear you. We will discuss at next issue refinement.

when I run this test script with the address properly changed I also see the exception algosdk.error.KMDHTTPError: { "error": true, "message": "could not decode request body" }

I believe the behavior oysterpack is looking for is ``` import base64 bytes_data = base64.b32decode(address.encode('utf-8') + b'=' * 6) signed_txn = kmd_client.sign_transaction(handle=wallet_handle, password='', txn=txn, signing_address=base64.b64encode(bytes_data).decode()) ``` which, if this is...

https://github.com/algorand/indexer/pull/1517

Validator logic merged into indexer, however 1: requested --resource capability for redirects back into validator 2: round response incorporated into algod's box endpoint 3: round REQUEST incorporated into algod's box...

2: https://github.com/algorand/go-algorand/pull/5340

4: round response into indexer endpoint https://github.com/algorand/indexer/pull/1519

checking the round response in the validator #1564

barnjamin can you please speak with Hang to elaborate his concerns regarding multiple instance requests of ReturnedType

Thanks! This doesn't completely surprise me. We'll take a look.