Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct cache behavior for multiple ONS name lookups. #1655

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Sep 6, 2023

  1. Correct cache behavior for multiple ONS name lookups.

    When multiple ONS names are provided in the lookup, the data is consistently updated in cache using the first name_hash instead of being appended with a new name_hash each time.
    saravananp-001 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9a2b161 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. compilation fix for mapping name_hash

    error: 'const class nlohmann::basic_json<>' has no member named 'name_hash'
    
     7199 |                 mapping.name_hash};
    
    resolved this error by replacing  mapping.name_hash with  mapping["name_hash"]
    saravananp-001 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    baecf82 View commit details
    Browse the repository at this point in the history