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

Add no_std compatiblity #1

Merged
merged 50 commits into from
Apr 20, 2023

Commits on Mar 23, 2023

  1. std feature

    OverOrion committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6bf82c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef565b3 View commit details
    Browse the repository at this point in the history
  3. time: make it no_std compatible with a setter as there is no now() me…

    …thod in the no_std world :(
    OverOrion committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    efca948 View commit details
    Browse the repository at this point in the history
  4. Revert "time: make it no_std compatible with a setter as there is no …

    …now() method in the no_std world :("
    
    This reverts commit efca948.
    OverOrion committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    77ef1c8 View commit details
    Browse the repository at this point in the history
  5. time: make it no_std compatible with a setter as there is no now() me…

    …thod in the no_std world :(
    OverOrion committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8f5e8a5 View commit details
    Browse the repository at this point in the history
  6. nostr: make nostr crate no_std compatible

    This reverts commit 77ef1c8.
    OverOrion committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a8caa73 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. nostr: no_std support

    OverOrion committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    caa1122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891743e View commit details
    Browse the repository at this point in the history
  3. nostr: port nip26

    OverOrion committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a3d9409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    134314f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d1f33 View commit details
    Browse the repository at this point in the history
  6. nostr: port nip13

    OverOrion committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3392a30 View commit details
    Browse the repository at this point in the history
  7. nostr: port nip65

    OverOrion committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1a19c65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c34955c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    584655f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. halp

    OverOrion committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    43d7103 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. halp2

    OverOrion committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1f97ae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. compiling

    OverOrion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    542d7af View commit details
    Browse the repository at this point in the history
  2. compiling, after cleanup

    OverOrion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ddb09fa View commit details
    Browse the repository at this point in the history
  3. add docs comments

    OverOrion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    92ee7ed View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    3bc4336 View commit details
    Browse the repository at this point in the history
  2. backup

    OverOrion committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    68f93da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    3951356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e57b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. compiling

    OverOrion committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7db1091 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    358b2d5 View commit details
    Browse the repository at this point in the history
  2. ensure_no_std

    OverOrion committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    415a8b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb0e12a View commit details
    Browse the repository at this point in the history
  4. no-std compiles

    clangenb committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a33b084 View commit details
    Browse the repository at this point in the history
  5. add no std test crate

    clangenb committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    62ffc26 View commit details
    Browse the repository at this point in the history
  6. make it work

    clangenb committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9edf097 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 11, 2023

  1. Merge pull request #1 from clangenb/cl/fix-no-std

    Cl/fix no std
    OverOrion authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6794377 View commit details
    Browse the repository at this point in the history
  2. nostr: fix std only imports

    OverOrion committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d5c9138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e4ff7 View commit details
    Browse the repository at this point in the history
  4. emergency backup

    OverOrion committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c4ee08d View commit details
    Browse the repository at this point in the history
  5. nostr: std feature fixed

    OverOrion committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8386ed7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    fe7ca32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff1828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9345258 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. nip19 porting

    OverOrion committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    17b0f4b View commit details
    Browse the repository at this point in the history
  2. nostr: nip19 ported

    OverOrion committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f7b663a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0de593 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    6831285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981bf42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd9663 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    1925dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719291c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad51c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23be672 View commit details
    Browse the repository at this point in the history