8000 Domain is missing from Clio book_changes response(Version: [20250612161611-develop-0273ba0d]) · Issue #2221 · XRPLF/clio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Domain is missing from Clio book_changes response(Version: [20250612161611-develop-0273ba0d]) #2221
Closed
@mounikakun

Description

@mounikakun

Issue Description

Steps to Reproduce

  • Subscribe to book_changes and include domain.
  • Trigger book change by crossing an offer within the same domain.

Expected Result

Rippled book_change response:

{
  'changes': [
    {
      'close': '1',
      'currency_a': 'XRP_drops',
      'currency_b': 'rKWPJTHgd5YKbmrHoLeLvueucvxcrrGgv8/USD',
      'domain': '732CE1B42680CA8472DB5F88DC5E1128103BEFFAC8CF3A9EBFB22EC534C608D4',
      'high': '1',
      'low': '1',
      'open': '1',
      'volume_a': '10000',
      'volume_b': '10000'
    }
  ],
  'ledger_hash': 'FE77A810B8F1CDC61135D8987CFE06A2406FF061C6559ADE661564BAC78C691A',
  'ledger_index': 2683,
  'ledger_time': 803070644,
  'type': 'bookChanges',
  'validated': True
}

Actual Result

Clio book_change response:

{
  'type': 'bookChanges',
  'ledger_index': 2683,
  'ledger_hash': 'FE77A810B8F1CDC61135D8987CFE06A2406FF061C6559ADE661564BAC78C691A',
  'ledger_time': 803070644,
  'changes': [
    {
      'currency_a': 'XRP_drops',
      'currency_b': 'rKWPJTHgd5YKbmrHoLeLvueucvxcrrGgv8/USD',
      'volume_a': '10000',
      'volume_b': '10000',
      'high': '1',
      'low': '1',
      'open': '1',
      'close': '1'
    }
  ]
}

Environment

Supporting Files

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    ✅ Merged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0