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

Update API/serialization time constraints #1139

Merged
merged 34 commits into from
May 16, 2023
Merged

Update API/serialization time constraints #1139

merged 34 commits into from
May 16, 2023

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    bbeafe9 View commit details
    Browse the repository at this point in the history
  2. GH-1062 Remove unused struct

    heifner committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4692fd8 View commit details
    Browse the repository at this point in the history
  3. GH-1062 Enforce http_max_response_time on main thread only and always…

    … return at least one.
    heifner committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2eb261c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c831db View commit details
    Browse the repository at this point in the history
  5. GH-1062 Add 1000 limit

    heifner committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8cb572c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    da28bc9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    9bcbb44 View commit details
    Browse the repository at this point in the history
  2. GH-1062 Change default abi_serializer yield function to enforce max_s…

    …erialization_time per serialization step.
    heifner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4e176a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086f1fb View commit details
    Browse the repository at this point in the history
  4. GH-1062 Remove deadline since we no longer want to interrupt json cre…

    …ation on the http thread
    heifner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0e8739e View commit details
    Browse the repository at this point in the history
  5. GH-1062 Remove deadline since we no longer want to interrupt json cre…

    …ation on the http thread
    heifner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cb1b52d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d480a26 View commit details
    Browse the repository at this point in the history
  7. GH-1062 Enforce processing on the main thread to http-max-response-ti…

    …me up to a max of 1000 items or http-max-response-time is -1.
    heifner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7e2bd04 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. GH-1062 Avoid unneeded copies

    heifner committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a7c5d3c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    0966651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ff752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef8b09 View commit details
    Browse the repository at this point in the history
  4. GH-1062 small optimization

    heifner committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0eec87e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. GH-1062 Add variant_object to the exclude list of universal reference…

    … constructor of mutable_variant_object since there is an explicit constructor for it.
    heifner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1d33a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724be07 View commit details
    Browse the repository at this point in the history
  3. GH-1062 Refactor abi_serializer to accept a max_action_data_serializa…

    …tion_time which applies only to action data deserialization
    heifner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6096c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e666cd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99f9320 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    c7bf139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af766dc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    07d5a74 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    079c650 View commit details
    Browse the repository at this point in the history
  2. GH-1062 Fix merge issues

    heifner committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8ade327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0a06b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87e598a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc1841 View commit details
    Browse the repository at this point in the history
  6. GH-1062 Update test to reflect get_activate_protocol_features ignored…

    … limit and time limit
    heifner committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2df7459 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd896c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0465384 View commit details
    Browse the repository at this point in the history