Skip to content

Pons Parser SDK v0.1.0

Latest

Choose a tag to compare

@0xfnzero 0xfnzero released this 01 Sep 05:59
· 2 commits to main since this release

Initial production release

A low-latency Go parser for Pons v2 receipts, EVM logs, events, and revert data on Robinhood Chain.

Highlights

  • Typed parsers for token launches and bonding-curve buy and sell events
  • Generic coverage for official Pons v2 operational events
  • Trusted-source filtering and strict source validation for production indexers
  • Canonical ABI validation for logs and Solidity revert data
  • Bounded 1 MiB payload handling and ambiguous selector detection
  • Topic helpers and extensible event registries
  • English and Chinese documentation with receipt, log, and error parsing examples
  • Race-tested CI for Go 1.25

See the README for event-source security guidance, reorganization handling, ownership semantics, and full usage examples.