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

Collections not using psbt workflow #1963

Closed
wants to merge 57 commits into from

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    db29dbc View commit details
    Browse the repository at this point in the history
  2. Update src/inscription.rs

    raphjaph committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d108043 View commit details
    Browse the repository at this point in the history
  3. Update src/inscription.rs

    raphjaph committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1253365 View commit details
    Browse the repository at this point in the history
  4. review changes

    raphjaph committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    33cf4b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. stash

    raphjaph committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a43c376 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. stash

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c781e55 View commit details
    Browse the repository at this point in the history
  2. Update src/inscription.rs

    Co-authored-by: ericatallah <eric.atallah@gmail.com>
    raphjaph and ericatallah committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d2eee55 View commit details
    Browse the repository at this point in the history
  3. merging

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fe5d9d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9025ffa View commit details
    Browse the repository at this point in the history
  5. small clean up

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1bd6333 View commit details
    Browse the repository at this point in the history
  6. stashing

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    af9344e View commit details
    Browse the repository at this point in the history
  7. stash

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    96a08c2 View commit details
    Browse the repository at this point in the history
  8. quick fix

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    01bc48e View commit details
    Browse the repository at this point in the history
  9. fixed database stuff

    raphjaph committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a5029a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Fix sighashflag issue

    ```
    error: Failed to send reveal transaction
    because: JSON-RPC error: RPC error response: RpcError { code: -26, message: "non-mandatory-script-verify-flag (Invalid Schnorr signature)", data: None }
    ```
    Ordinally committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ff6c809 View commit details
    Browse the repository at this point in the history
  2. Fix signature error

    ```
    thread 'main' panicked at 'signature hash should compute: PrevoutKind', src/subcommand/wallet/inscribe.rs:360:8
    ```
    Ordinally committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    340fdef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca16f44 View commit details
    Browse the repository at this point in the history
  4. More robust parsing

    ordinally committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    791e21c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'collections' of https://github.com/raphjaph/ord into co…

    …llections
    ordinally committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    aef890b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Add temporary debug logging and TODO regarding bug in building the

    reveal TX for inscriptions containing a parent.
    ordinally committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4e4cf9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f5bdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa8238 View commit details
    Browse the repository at this point in the history
  4. Encode schnorr signature with proper sighashtype when inscribing with…

    … parent
    
    Thanks @ericatallah !
    c46d003
    ordinally committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1f33ff7 View commit details
    Browse the repository at this point in the history
  5. stash

    raphjaph committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5f82a48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df32f27 View commit details
    Browse the repository at this point in the history
  7. refactoring

    raphjaph committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    edd0a76 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Update src/inscription.rs

    Ignore malformed inscriptions.
    
    Co-authored-by: Clarke Benedict <clarke.plumo@gmail.com>
    veryordinally and clrke committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    044d6de View commit details
    Browse the repository at this point in the history
  2. Fixed formatting

    ordinally committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    aaaffb6 View commit details
    Browse the repository at this point in the history
  3. Handle child inscription index correctly.

    Indirect pull from https://github.com/raphjaph/ord/pull/3/commits
    
    Props to @ericatallah for contributing this
    ordinally committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    3ef11d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. rename

    raphjaph committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    cb7573b View commit details
    Browse the repository at this point in the history
  2. merging

    raphjaph committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9a157b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b05c15f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. finally

    raphjaph committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fbc4cde View commit details
    Browse the repository at this point in the history
  2. cleanup and works

    raphjaph committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0d362e4 View commit details
    Browse the repository at this point in the history
  3. fmt

    raphjaph committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6dd7f7b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. quick fix

    raphjaph committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7274ab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Added unit test for inscription with custom fee rate and parent.

    Fix issue i#1916
    ordinally committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a7dddb5 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete TODOs

    ordinally committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e9e40e8 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ordinally committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    01caaaa View commit details
    Browse the repository at this point in the history
  4. fmt

    ordinally committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1c1a408 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    cf84b34 View commit details
    Browse the repository at this point in the history
  2. Dummy interface for children

    ordinally committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ebab8cb View commit details
    Browse the repository at this point in the history
  3. Naive implementation of get_children_by_id

    ordinally committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a01e237 View commit details
    Browse the repository at this point in the history
  4. Added test

    ordinally committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    58c5020 View commit details
    Browse the repository at this point in the history
  5. children pages

    raphjaph committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    84d9417 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'collections-no-psbt' of https://github.com/raphjaph/ord

    …into collections-no-psbt
    raphjaph committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    de8cb4c View commit details
    Browse the repository at this point in the history
  7. ugly html pages for children

    raphjaph committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    96ff43b View commit details
    Browse the repository at this point in the history
  8. Implement cache for get_children_by_id

    ordinally committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    1419c2b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Update children cache when new child inscriptions are inscribed

    Formatting
    Debug logging
    ordinally committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ccd5f71 View commit details
    Browse the repository at this point in the history
  2. Improvements to children's page

    ordinally committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    03b6088 View commit details
    Browse the repository at this point in the history
  3. Fix caching of children

    ordinally committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0c53336 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Layout updates

    Clippy
    ordinally committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d78fd61 View commit details
    Browse the repository at this point in the history
  2. Sort children by inscription number

    ordinally committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3d50eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84cf8d3 View commit details
    Browse the repository at this point in the history
  4. fix tests

    raphjaph committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a88e67c View commit details
    Browse the repository at this point in the history
  5. correct test

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

Commits on Mar 31, 2023

  1. see preview of children

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