trustwallet / blockatlas

Clean and lightweight cross-chain transaction API
MIT License
368 stars 229 forks source link

[Stellar] Memo field is empty #1423

Closed vcoolish closed 3 years ago

vcoolish commented 3 years ago

Summary of Bug

Memo for Stellar is not available in blockatlas.

Transaction hash: 8f3c121eb6f943708924676f40617ebecde19b8cc4113a70591a9a065ae40fc4 Blockatlas response:

{
   "total":1,
   "docs":[
      {
         "id":"8f3c121eb6f943708924676f40617ebecde19b8cc4113a70591a9a065ae40fc4",
         "coin":148,
         "from":"GAV4EFYY6VYS6YZY5ACXAFQIS3DI4NQJ4YUTW62B64HHSBZEIRLLKFV2",
         "to":"GCILJZQ3CKBKBUJWW4TAM6Q37LJA5MQX6GMSFSQN75BPLWIZ33OPRG52",
         "fee":"100",
         "date":1613985544,
         "block":34115434,
         "status":"completed",
         "sequence":0,
         "type":"transfer",
         "direction":"outgoing",
         "memo":"",
         "metadata":{
            "value":"10000000",
            "symbol":"XLM",
            "decimals":7
         }
      }
   ]
}
hewigovens commented 3 years ago

we filter non numeric value for memo (anti spam) not a real bug