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

[DO NOT MERGE] XLS35 URIToken #22

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open

[DO NOT MERGE] XLS35 URIToken #22

wants to merge 44 commits into from

Commits on Mar 4, 2023

  1. first version of URIToken amendment

    RichardAH authored and dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    1507e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562dc05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc71d76 View commit details
    Browse the repository at this point in the history
  4. workaround on removeGeneric

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    83abcaa View commit details
    Browse the repository at this point in the history
  5. add testfile and cmake

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c87af56 View commit details
    Browse the repository at this point in the history
  6. fix uri token flags

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ced2be9 View commit details
    Browse the repository at this point in the history
  7. fix generic

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    18d1e5f View commit details
    Browse the repository at this point in the history
  8. [FOLD] invalid tests

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    83665b9 View commit details
    Browse the repository at this point in the history
  9. [FOLD] remove comment

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    090c93e View commit details
    Browse the repository at this point in the history
  10. debug & testing

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9cea387 View commit details
    Browse the repository at this point in the history
  11. remove comments

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ecd1ebe View commit details
    Browse the repository at this point in the history
  12. fix lint bug

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    1d94ebb View commit details
    Browse the repository at this point in the history
  13. fix burnable bug

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    adc6087 View commit details
    Browse the repository at this point in the history
  14. tests

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    af2568e View commit details
    Browse the repository at this point in the history
  15. clang-format

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    186fd57 View commit details
    Browse the repository at this point in the history
  16. nit: change flag guard

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6c0cb38 View commit details
    Browse the repository at this point in the history
  17. bug fix

    RichardAH authored and dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    85b5df8 View commit details
    Browse the repository at this point in the history
  18. update uritoken jss

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6980d9b View commit details
    Browse the repository at this point in the history
  19. update rpc for uritoken

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d7bae1e View commit details
    Browse the repository at this point in the history
  20. nit

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    39c40f6 View commit details
    Browse the repository at this point in the history
  21. circumvent bug flagIssuerNoRipple

    add trustTransferAllowed
    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8cff421 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed3eb61 View commit details
    Browse the repository at this point in the history
  23. uri token tests

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9b2824d View commit details
    Browse the repository at this point in the history
  24. rpc tests

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b00232e View commit details
    Browse the repository at this point in the history
  25. clang-format

    clang-format
    
    clang-format
    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8768f91 View commit details
    Browse the repository at this point in the history
  26. refactor enabled test

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e360544 View commit details
    Browse the repository at this point in the history
  27. rework URIToken amendment to use 5 different explicit transactors rat…

    …her than inferred operations
    RichardAH authored and dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8982444 View commit details
    Browse the repository at this point in the history
  28. fix bugs

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    7a5fe60 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    75abf18 View commit details
    Browse the repository at this point in the history
  30. clang-format

    clang-format
    
    clang-format
    
    clang-format
    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    0829b14 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c894e21 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f513fa4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e844348 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0678b54 View commit details
    Browse the repository at this point in the history
  35. enforce utf8 on uris, change behaviour of accepting own sell offer to…

    … be an tec error
    RichardAH authored and dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    4f124c6 View commit details
    Browse the repository at this point in the history
  36. add gateway

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    643a8bc View commit details
    Browse the repository at this point in the history
  37. add gateway & uri test

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e6873e5 View commit details
    Browse the repository at this point in the history
  38. fixup! account_objects test

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    44741ca View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1be00ad View commit details
    Browse the repository at this point in the history
  40. clean unused vars

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    92a002f View commit details
    Browse the repository at this point in the history
  41. ledger entry test

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d5c51e9 View commit details
    Browse the repository at this point in the history
  42. update account objects test

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e81c59a View commit details
    Browse the repository at this point in the history
  43. cleanup tests

    dangell7 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d8f7247 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. [FOLD] clang format patch

    fixup! clang
    
    !fixup clang
    
    !fixup clang
    dangell7 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    58e72b6 View commit details
    Browse the repository at this point in the history