bryanchriswhite / pocketdex

Pocketdex is an indexer for the Shannon implementation of the pocket network protocol.
MIT License
0 stars 2 forks source link

[Bug] Extraneous escaping in `EventAttribute#json` #5

Closed bryanchriswhite closed 4 days ago

bryanchriswhite commented 5 days ago

Objective

  1. Investigate the presence of extraneous JSON string escaping as seen below.
  2. Enumerate effected entities may also be effected.
  3. Understand and correct effected mapping handler functions.
  4. Document best practices for serializing JSON in mapping handlers.

Origin Document

image

By contrast, Message#json properly escapes quotes in the JSON string with a single \: image

Goals

Deliverables

Non-goals / Non-deliverables

General deliverables


Creator: @bryanchriswhite Co-Owners: [sign up here!]

bryanchriswhite commented 4 days ago

Moved to https://github.com/pokt-network/pocketdex/issues/1