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

Reposts with deletions/edits V3 #3706

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Dec 14, 2022

  1. Update schema/Makefile.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ad62cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d747c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f7d951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50f2d81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eac8cd View commit details
    Browse the repository at this point in the history
  6. Link to specific hub branch.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8645836 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d696de1 View commit details
    Browse the repository at this point in the history
  8. Fix use-before reference in apply(). Tweak logic so we can

    detect whether a repost actually contains modifications.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    59bcb70 View commit details
    Browse the repository at this point in the history
  9. Update schema for ext.StringMap adding repeated values.

    Rework helpers in attrs.py.
    TEMP: Add ext.Descriptor.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f12a7a2 View commit details
    Browse the repository at this point in the history
  10. Fix lint issues.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ce73f5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2458499 View commit details
    Browse the repository at this point in the history
  12. Remove most of the supporting code for dynamic extensions.

    Only the ext.StringMap extension is supported for now.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1b18e48 View commit details
    Browse the repository at this point in the history
  13. Move away from using protobuf.Any in favor of StringMap as "oneof".

    Remove unpacking logic and checking for StreamExtensionTypeUnresolved.
    Add option to use int value in extension payload.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4adb0ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca4575d View commit details
    Browse the repository at this point in the history
  15. Cleanup some unneeded stuff.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    17d7aca View commit details
    Browse the repository at this point in the history
  16. Lint fix.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d9df6e0 View commit details
    Browse the repository at this point in the history
  17. TEMP: workflow_dispatch

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3e2c11c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b5a5520 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e0fa4b0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a02b40c View commit details
    Browse the repository at this point in the history
  21. Install lbry-types as dependency (lbryio/types).

    Delete lbry/schema/types/... with the exception of wallet.json.
    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    85a18ca View commit details
    Browse the repository at this point in the history
  22. Correct path to wallet.json.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fd4afeb View commit details
    Browse the repository at this point in the history
  23. Fix setup.py syntax.

    moodyjon committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4f1d82a View commit details
    Browse the repository at this point in the history