Steve Hodgkiss

Results 3 issues of Steve Hodgkiss

BUY-CRYPTO - Changed the 'code' parameter in the URL to 'flbs' Solution: Display an appropriate message. public key: GBIQ3BJHMGDHH4TQZDZUTWT6CNMAJVUG7WVQCUCURKBRGB4RKICYJFRB URL: https://stellarterm.com/buy-crypto?code=flbs User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...

Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal Docker version 20.10.6, build 370c289 docker-compose version 1.25.0, build unknown Python 3.8.5 **Describe the bug** Test scripts are producing...

``` let txDetails = Stellar.xdr.TransactionEnvelope.fromXDR(historyPage.records[1].envelope_xdr, 'base64') txDetails._attributes.tx._attributes.operations.map(operation => console.log(`Transferred amount: ${operation._attributes.body._value._attributes.amount.low} XLM`)) ``` Having difficulty now .. possibly due to changes in the structure of the envelope_xdr of a transactions....