Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ordinals/ord
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sadoprotocol/ord
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ordzaar-master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 24 files changed
  • 57 contributors

Commits on Mar 1, 2024

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

Commits on Mar 12, 2024

  1. bump(ord): version 0.16.0 (#5)

    * Add recipe to deploy to all servers in fleet (#2992)
    
    * Suppress empty command output (#2995)
    
    * Optimize get_inscription_ids_by_sat_paginated (#2996)
    
    * Add crate to audit content security policy (#2993)
    
    * Remove dead link from README (#3000)
    
    * Add `indexed` to output JSON (#2971)
    
    * Cache less aggressively (#3002)
    
    * Add minimal Dockerfile (#2786)
    
    * Don't use browser sniffing when serving favicon (#3003)
    
    * Add option to retain sat index for spent outputs (#2999)
    
    * Hide BVM Network inscriptions (#3012)
    
    * Use --name instead of --wallet in README (#3010)
    
    * Add blocks and transaction JSON endpoints (#3004)
    
    * Inscribe with delegate (#3021)
    
    * Use untyped table API to get table info (#2747)
    
    * Make wallet communicate with index via RPC (#2929)
    
    * Break deploy recipes into multiple lines (#3026)
    
    * Test fee-spent inscription numbering (#3032)
    
    * Remove uneccessary allocations in Inscription Script Creation (#3039)
    
    * Better wallet error messages (#3041)
    
    * Add documentation for reinscriptions (#2963)
    
    * Exclude unnecessary docs (#3043)
    
    * Enable JSON API by default (#3047)
    
    * Forbid destinations in same-sat mode (#3038)
    
    * Dump and restore wallet from descriptors (#3048)
    
    * Add /runes/balances (#2978)
    
    * Make invariant message more concise (#3029)
    
    * Add dry run to send, print Outgoing and PSBT (#3063)
    
    * Use a flag to indicate a mint (#3068)
    
    * Move SatPoint into library (#3077)
    
    * [ordinals] Bump version: 0.0.1 β†’ 0.0.2 (#3078)
    
    * Use min instead of clamp (#3081)
    
    * Make clippy stop complaining about insane repair callback (#3104)
    
    * Remove index parameter from index_block (#3088)
    
    * Allow specifying satpoint in `same-sat` batch inscribe (#3100)
    
    * Show reinscriptions in `ord wallet inscriptions` (#3101)
    
    * Move sat and friends into ordinals crate (#3079)
    
    * fix naming (#3112)
    
    * Return signed PSBT from `ord wallet send` (#3093)
    
    * Add /r/blockinfo endpoint (#3075)
    
    * Import multiple descriptors at a time (#3091)
    
    * Add `satpoints` batch inscribe mode (#3115)
    
    * Allow inscribing AVIF images (#3123)
    
    * Fix spelling mistake in bip.mediawiki (#3118)
    
    * Only allow mnemonic from stdin (#3023)
    
    * Emit inscription update events to channel (#3137)
    
    * Make Options public (#3138)
    
    * Use `image-rendering: auto` when downscaling images (#3144)
    
    * Add `ord env` to spin up a test bitcoin daemon and ord server (#3146)
    
    * Display inscription content type counts on /status (#3127)
    
    * Add optional HTTP authentication for server (#3131)
    
    * Make wallet async (#3142)
    
    * Add `/r/inscription` endpoint for getting inscription details (#2628)
    
    * Use `image-rendering: auto` for AVIF inscriptions (#3148)
    
    * Make `ord env` more user friendly (#3153)
    
    * Move JSON structs into api module (#3167)
    
    * Display parent above metadata on /inscription (#3160)
    
    * Represent rune IDs as `BLOCK:TX` (#3165)
    
    * Add parent preview to inscription page (#3163)
    
    * Update inscription sat documentation (#3114)
    
    * Fix lints (#3124)
    
    * Remove unnecessary lifetime from Formatter (#3178)
    
    * Print PSBT for dry run inscribe (#3116)
    
    * Update docs to reflect wallet changes (#3179)
    
    * Improve configuration (#3156)
    
    * Document `ord env` (#3180)
    
    * Install openssl in docker image (#3181)
    
    * Release 0.16.0-rc0 (#3182)
    
    * Refactor test server to use arguments (#3183)
    
    * Update ordinals crate (#3184)
    
    * Release 0.16.0-rc1 (#3185)
    
    * Allow configuring interval between commits to index (#3186)
    
    * Credit contributors in changelog (#3187)
    
    * Make deploys noninteractive (#3189)
    
    * Make nop and burn tags one byte (#3207)
    
    * Encode claims as tag (#3206)
    
    * Add content proxy (#3216)
    
    * Add reinscribe option to batch file (#3220)
    
    * Check for duplicate satpoints in `satpoints` mode (#3221)
    
    * Overhaul settings (#3188)
    
    * Rename index_envelopes to index_inscriptions (#3233)
    
    * Test that runes can be minted with no edict (#3231)
    
    * Add libssl-dev to ubuntu install command (#3235)
    
    * Enable indexing runes on mainnet (#3236)
    
    * Document `ord wallet restore` (#3237)
    
    * Load config from default data dir and configure `ord env ` using config (#3240)
    
    * Document `ord env` commands (#3241)
    
    * Fix list numbering in handbook (#3248)
    
    * Display initial sync time on status page (#3250)
    
    * Create tempdir in download-log recipe (#3242)
    
    * Don't consider unconfirmed UTXOs as spent (#3255)
    
    * Reserve inscription tag 15 (#3256)
    
    * Rename genesis fee to inscription fee (#3257)
    
    * Add more fields to /r/blockinfo (#3260)
    
    * Add `id` inscription recursive JSON (#3258)
    
    * Document recursive endpoint backwards compatibility guarantees (#3265)
    
    * Release 0.16.0 (#3264)
    
    - Bump version: 0.16.0-rc1 β†’ 0.16.0
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Bump ordinals version: 0.0.3 β†’ 0.0.4 (#3267)
    
    ---------
    
    Co-authored-by: Casey Rodarmor <[email protected]>
    Co-authored-by: oxSaturn <[email protected]>
    Co-authored-by: raph <[email protected]>
    Co-authored-by: Robert Clarke <[email protected]>
    Co-authored-by: Davirain <[email protected]>
    Co-authored-by: Jeremy Rubin <[email protected]>
    Co-authored-by: mj10021 <[email protected]>
    Co-authored-by: zhiqiangxu <[email protected]>
    Co-authored-by: 0xLugon <[email protected]>
    Co-authored-by: Jerry the Martian <[email protected]>
    Co-authored-by: HarveyV <[email protected]>
    Co-authored-by: Michael Yu <[email protected]>
    Co-authored-by: lifofifo <[email protected]>
    Co-authored-by: Eloc <[email protected]>
    Co-authored-by: Sitt Guruvanich <[email protected]>
    Co-authored-by: bingryan <[email protected]>
    Co-authored-by: Andrew <[email protected]>
    Co-authored-by: Arik <[email protected]>
    19 people committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1b4ab29 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 22, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c63aeed View commit details
    Browse the repository at this point in the history
  2. feat(rune): custom apis

    joundy committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4e35155 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    f728c4e View commit details
    Browse the repository at this point in the history
  2. fix(rune): typo

    joundy committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    78889ae View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. Fix old conflicts

    danadi7 committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dc05638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd85071 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jun 3, 2024

  1. chore(api): update to 0.18.5 (#10)

    * Fix type in runes docs (#3447)
    
    * Fix deploy bitcoin.conf typo (#3443)
    
    * Remove `etch` from error message (#3449)
    
    * Update rune docs for Chinese version (#3457)
    
    * Update testing.md (#3463)
    
    * Fix typo in zh.po (#3464)
    
    * Update required Rust version in README (#3466)
    
    * Add package necessary for Ubuntu (#3462)
    
    * Add rune logo and link to navbar (#3442)
    
    * Fix maturation loop (#3480)
    
    * Add wallet batch outputs and inscriptions endpoints (#3456)
    
    * Check etching commit confirmations correctly (#3507)
    
    Previously, we were checking if an etching commit transaction had matured by
    asking bitcoind how many confirmations it had. This was incorrect, because if
    ord was behind bitcoind, the number of confirmations would be based on
    bitcoind's current block height, and would be greater than the number of
    confirmations the commit transaction had as of the reveal transaction block
    height.
    
    This commit fixes this by calculating the number of confirmations using the
    block height of the commit transaction, which is correct even if bitcoind is
    ahead.
    
    * Show decimal rune balances (#3505)
    
    * Allow inscribing without file (#3451)
    
    This allows inscribing only the delegate without having to specify a file. In the batch it allows you to comletely omit the file as well.
    
    * Add etching turbo flag (#3511)
    
    Future runes features may be opt-in, for example, if they increase light client
    validation costs, or if they are simply too degenerate.
    
    This commit adds a "turbo" flag, which, if set, premptively opts in to such
    future features.
    
    It also sets the "turbo" flag on the genesis rune, UNCOMMONβ€’GOODS.
    
    Because the genesis rune is inserted into the index when it is created, the
    schema version is also incremented, to force rebuilding indices created before
    this commit.
    
    * Update data carriersize to match with ord (#3506)
    
    * Document allowed opcodes in runestones (#3461)
    
    Document that data push opcodes 0 through 78 inclusive are allowed in
    runestones, and opcodes 79 and above will produce a cenotaph. Also add a test
    that makes sure that this is actually true.
    
    * Fix typo in zh.po (#3498)
    
    * Better error message when bitcoind doesn't start (#3500)
    
    * Updated rust-version to 1.74.0 (#3492)
    
    Ord now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files
    to reflect this.
    
    * Mint with destination (#3497)
    
    * Bump ord crate required rust version to 1.76 (#3512)
    
    * Add postage flag to mint command (#3482)
    
    * Test that mints without a cap are unmintable (#3495)
    
    Test that if the `cap` field of an etching is unset, it is treated as being
    zero, and the rune is unmintable.Test that if the `cap` field of an etching is
    unset, it is treated as being zero, and the rune is unmintable.
    
    * Release 0.18.0 (#3513)
    
    - Bump version: 0.17.1 β†’ 0.18.0
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Fix off-by-one in wallet when waiting for etching commitment to mature (#3515)
    
    While waiting to broadcast a rune etching, take into account the fact that the
    commit transaction will have an additional confirmation in the next block.
    Previously we weren't, so the wallet was waiting for one confirmation too many.
    
    * Release 0.18.1 (#3522)
    
    - Bump version: 0.18.0 β†’ 0.18.1
    - Update changelog
    - Update changelog contributor credits
    
    * Forbid etching below rune activation height (#3523)
    
    Don't allow etching if the etching reveal height is below the runes activation
    height, otherwise the user would waste funds on an ineffective etching.
    
    * Put rune higher on /inscription (#3363)
    
    * Fix typo in recursion docs (#3529)
    
    * Add Red Had build instructions to readme (#3531)
    
    * Add runes pagination (#3215)
    
    * Lookup rune by number (#3440)
    
    * Emit rune-related events (#3219)
    
    Emit rune etched, rune minted, rune transferred, and rune burned events to the
    index event channel.
    
    * Address runes review comments (#3547)
    
    - Fix overflow in Rune::from_str
    - Use checked_pow in Pile Display implementation
    - Only report first flaw in cenotaph
    - Add comment to Edict::from_integers for output == tx.output.len()
    - Avoid divide by zero in RuneUpdater
    - Add test for zero rune ID delta
    - Make varint::decode return a Result instead of an Option
    
    * Lock runes commit output (#3504)
    
    * Display etched runes on /block (#3366)
    
    * Remove /runes/balances page (#3555)
    
    * Fix typo in zh.po (#3540)
    
    * Fix typos (#3541)
    
    * Store wallets in /wallets subdir of data dir (#3553)
    
    Makes the data dir cleaner, and avoids a conflict with wallet named `index`,
    since there's already an `index.redb`.
    
    * Add command to export BIP-329 labels for wallet outputs (#3120)
    
    Add `ord wallet label`, which exports BIP-320 wallet output labels. Especially
    useful for labeling outputs in Sparrow wallets.
    
    * Add open mint tests (#3558)
    
    * Document turbo flag (#3579)
    
    * Release 0.18.2 (#3582)
    
    - Bump version: 0.18.1 β†’ 0.18.2
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Bump ord version to 0.18.2 in Cargo.toml (#3583)
    
    * Resume cycles through all pending etchings (#3566)
    
    * Generate sample batch.yaml in env command (#3530)
    
    * Add default content proxy and decompress to env command (#3509)
    
    * Address runes review comments (#3605)
    
    - Use inclusive range in Index::get_runes_in_block
    - Remove out-of-date comment
    - Use checked_pow in Decimal Display impl
    - Use checked_pow in impl FromStr for Decimal
    
    * Remove duplicated word (#3598)
    
    * Show premine percentage (#3567)
    
    * Add back runes balances API (#3571)
    
    * Remove timeout for wallet client (#3621)
    
    * Add `dry-run` flag to `resume` command (#3592)
    
    * Clear etching when rune commitment is spent (#3618)
    
    * Add test Rune cannot be minted less than limit amount (#3556)
    
    * Update recursion.md with consistant syntax (#3585)
    
    * Check rune minimum at height before sending (#3626)
    
    * Release 0.18.3 (#3625)
    
    * Update sparrow-wallet.md --name flag update (#3635)
    
    * Fix zh.po translations (#3588)
    
    * Allow minting if mint begins next block (#3659)
    
    Make `ord wallet mint` check whether the rune to be minted is mintable in the
    next block, since that's the block in which our mint transaction might actually
    be mined.
    
    * Do not show runic outputs in cardinals command (#3656)
    
    * Update sat-hunting.md with how to transfer specific sats (#3666)
    
    * Allow longer request body for JSON API (#3655)
    
    * Clarify that inscriptions must be served from URLs with path /content/<INSCRIPTION_ID> (#3209)
    
    In order for inscriptions to retrieve their own inscription ID, inscription
    content must be served from URLs with path `/content/<INSCRIPTION_ID>`.
    
    When an inscription with ID X delegates to another inscription with ID Y,
    meaning that X has a delegate field whose value is Y, when requesting the
    content of inscription ID X, the content of inscription Y must be returned from
    the URL with path `/content/X`. This allows inscription Y to use the ID of
    delegating inscriptions as seeds for generative content, since the delegating
    inscriptions will all have different inscription IDs.
    
    * Use contains_key instead of get / is_some (#3705)
    
    * Fix typo on sat hunting page (#3668)
    
    * Add support for mjs files (#3653)
    
    * Use correct content type for .mjs inscriptions (#3712)
    
    `text/javascript` is the preferred MIME type for JavaScript, so use it instead
    of `application/x-javascript` when inscribing `.mjs` files.
    
    * Remove duplicate endpoint from explorer.md (#3716)
    
    Output `/output/<OUTPOINT>` was listed twice.
    
    * Persist config files for ord env command (#3715)
    
    * Add alt text to preview image (#3713)
    
    * Fix send runes (#3484)
    
    * Release 0.18.4 (#3720)
    
    - Bump version: 0.18.3 β†’ 0.18.4
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Show progress bar for etching (#3673)
    
    * Bump rustfmt version 2018 to 2021 (#3721)
    
    * Patch some omissions in the Chinese translation (#3694)
    
    * Update runes.md docs (#3681)
    
    * Update sat-hunting.md (#3724)
    
    * Allow higher rpcworkqueue limit conf (#3615)
    
    * Allow specifying different output formats (#3424)
    
    * Release 0.18.5 (#3741)
    
    * Fix old conflicts
    
    * Resolve issues with Ordzaar modifications
    
    * Remove duplicate /inscriptions endpoint
    
    ---------
    
    Co-authored-by: twosatsmaxi <[email protected]>
    Co-authored-by: bitspill <[email protected]>
    Co-authored-by: Ordinarius <[email protected]>
    Co-authored-by: Dr.JingLee <[email protected]>
    Co-authored-by: gmart7t2 <[email protected]>
    Co-authored-by: RandolphJiffy <[email protected]>
    Co-authored-by: nine <[email protected]>
    Co-authored-by: Petrius Lima <[email protected]>
    Co-authored-by: 0xLugon <[email protected]>
    Co-authored-by: raph <[email protected]>
    Co-authored-by: Casey Rodarmor <[email protected]>
    Co-authored-by: tgscan-dev <[email protected]>
    Co-authored-by: ynohtna92 <[email protected]>
    Co-authored-by: nix.eth <[email protected]>
    Co-authored-by: rongyi <[email protected]>
    Co-authored-by: Felipe Lincoln <[email protected]>
    Co-authored-by: blackj <[email protected]>
    Co-authored-by: StevenMia <[email protected]>
    Co-authored-by: Javier Villanueva <[email protected]>
    Co-authored-by: oxSaturn <[email protected]>
    Co-authored-by: zmeyer44 <[email protected]>
    Co-authored-by: Taha Abbasi <[email protected]>
    Co-authored-by: losingle <[email protected]>
    Co-authored-by: Vannix <[email protected]>
    Co-authored-by: knowmost <[email protected]>
    Co-authored-by: Eloc <[email protected]>
    Co-authored-by: bingryan <[email protected]>
    Co-authored-by: AM shadow <[email protected]>
    Co-authored-by: Han Tuzun <[email protected]>
    Co-authored-by: Jeremy Rubin <[email protected]>
    Configuration menu
    Copy the full SHA
    7e4162b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge tag '7b99baf2c7f4d483e58323ba4d2ea02dddcb9cb7' into ordzaar-mas…

    …ter-0-19-0
    
    Release 0.19.0
    dcorral committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6e85fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e60cf82 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Update index method name

    dcorral committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    94272b2 View commit details
    Browse the repository at this point in the history
  2. chore(api): update to 0.19.0 (#11)

    * Fix type in runes docs (#3447)
    
    * Fix deploy bitcoin.conf typo (#3443)
    
    * Remove `etch` from error message (#3449)
    
    * Update rune docs for Chinese version (#3457)
    
    * Update testing.md (#3463)
    
    * Fix typo in zh.po (#3464)
    
    * Update required Rust version in README (#3466)
    
    * Add package necessary for Ubuntu (#3462)
    
    * Add rune logo and link to navbar (#3442)
    
    * Fix maturation loop (#3480)
    
    * Add wallet batch outputs and inscriptions endpoints (#3456)
    
    * Check etching commit confirmations correctly (#3507)
    
    Previously, we were checking if an etching commit transaction had matured by
    asking bitcoind how many confirmations it had. This was incorrect, because if
    ord was behind bitcoind, the number of confirmations would be based on
    bitcoind's current block height, and would be greater than the number of
    confirmations the commit transaction had as of the reveal transaction block
    height.
    
    This commit fixes this by calculating the number of confirmations using the
    block height of the commit transaction, which is correct even if bitcoind is
    ahead.
    
    * Show decimal rune balances (#3505)
    
    * Allow inscribing without file (#3451)
    
    This allows inscribing only the delegate without having to specify a file. In the batch it allows you to comletely omit the file as well.
    
    * Add etching turbo flag (#3511)
    
    Future runes features may be opt-in, for example, if they increase light client
    validation costs, or if they are simply too degenerate.
    
    This commit adds a "turbo" flag, which, if set, premptively opts in to such
    future features.
    
    It also sets the "turbo" flag on the genesis rune, UNCOMMONβ€’GOODS.
    
    Because the genesis rune is inserted into the index when it is created, the
    schema version is also incremented, to force rebuilding indices created before
    this commit.
    
    * Update data carriersize to match with ord (#3506)
    
    * Document allowed opcodes in runestones (#3461)
    
    Document that data push opcodes 0 through 78 inclusive are allowed in
    runestones, and opcodes 79 and above will produce a cenotaph. Also add a test
    that makes sure that this is actually true.
    
    * Fix typo in zh.po (#3498)
    
    * Better error message when bitcoind doesn't start (#3500)
    
    * Updated rust-version to 1.74.0 (#3492)
    
    Ord now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files
    to reflect this.
    
    * Mint with destination (#3497)
    
    * Bump ord crate required rust version to 1.76 (#3512)
    
    * Add postage flag to mint command (#3482)
    
    * Test that mints without a cap are unmintable (#3495)
    
    Test that if the `cap` field of an etching is unset, it is treated as being
    zero, and the rune is unmintable.Test that if the `cap` field of an etching is
    unset, it is treated as being zero, and the rune is unmintable.
    
    * Release 0.18.0 (#3513)
    
    - Bump version: 0.17.1 β†’ 0.18.0
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Fix off-by-one in wallet when waiting for etching commitment to mature (#3515)
    
    While waiting to broadcast a rune etching, take into account the fact that the
    commit transaction will have an additional confirmation in the next block.
    Previously we weren't, so the wallet was waiting for one confirmation too many.
    
    * Release 0.18.1 (#3522)
    
    - Bump version: 0.18.0 β†’ 0.18.1
    - Update changelog
    - Update changelog contributor credits
    
    * Forbid etching below rune activation height (#3523)
    
    Don't allow etching if the etching reveal height is below the runes activation
    height, otherwise the user would waste funds on an ineffective etching.
    
    * Put rune higher on /inscription (#3363)
    
    * Fix typo in recursion docs (#3529)
    
    * Add Red Had build instructions to readme (#3531)
    
    * Add runes pagination (#3215)
    
    * Lookup rune by number (#3440)
    
    * Emit rune-related events (#3219)
    
    Emit rune etched, rune minted, rune transferred, and rune burned events to the
    index event channel.
    
    * Address runes review comments (#3547)
    
    - Fix overflow in Rune::from_str
    - Use checked_pow in Pile Display implementation
    - Only report first flaw in cenotaph
    - Add comment to Edict::from_integers for output == tx.output.len()
    - Avoid divide by zero in RuneUpdater
    - Add test for zero rune ID delta
    - Make varint::decode return a Result instead of an Option
    
    * Lock runes commit output (#3504)
    
    * Display etched runes on /block (#3366)
    
    * Remove /runes/balances page (#3555)
    
    * Fix typo in zh.po (#3540)
    
    * Fix typos (#3541)
    
    * Store wallets in /wallets subdir of data dir (#3553)
    
    Makes the data dir cleaner, and avoids a conflict with wallet named `index`,
    since there's already an `index.redb`.
    
    * Add command to export BIP-329 labels for wallet outputs (#3120)
    
    Add `ord wallet label`, which exports BIP-320 wallet output labels. Especially
    useful for labeling outputs in Sparrow wallets.
    
    * Add open mint tests (#3558)
    
    * Document turbo flag (#3579)
    
    * Release 0.18.2 (#3582)
    
    - Bump version: 0.18.1 β†’ 0.18.2
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Bump ord version to 0.18.2 in Cargo.toml (#3583)
    
    * Resume cycles through all pending etchings (#3566)
    
    * Generate sample batch.yaml in env command (#3530)
    
    * Add default content proxy and decompress to env command (#3509)
    
    * Address runes review comments (#3605)
    
    - Use inclusive range in Index::get_runes_in_block
    - Remove out-of-date comment
    - Use checked_pow in Decimal Display impl
    - Use checked_pow in impl FromStr for Decimal
    
    * Remove duplicated word (#3598)
    
    * Show premine percentage (#3567)
    
    * Add back runes balances API (#3571)
    
    * Remove timeout for wallet client (#3621)
    
    * Add `dry-run` flag to `resume` command (#3592)
    
    * Clear etching when rune commitment is spent (#3618)
    
    * Add test Rune cannot be minted less than limit amount (#3556)
    
    * Update recursion.md with consistant syntax (#3585)
    
    * Check rune minimum at height before sending (#3626)
    
    * Release 0.18.3 (#3625)
    
    * Update sparrow-wallet.md --name flag update (#3635)
    
    * Fix zh.po translations (#3588)
    
    * Allow minting if mint begins next block (#3659)
    
    Make `ord wallet mint` check whether the rune to be minted is mintable in the
    next block, since that's the block in which our mint transaction might actually
    be mined.
    
    * Do not show runic outputs in cardinals command (#3656)
    
    * Update sat-hunting.md with how to transfer specific sats (#3666)
    
    * Allow longer request body for JSON API (#3655)
    
    * Clarify that inscriptions must be served from URLs with path /content/<INSCRIPTION_ID> (#3209)
    
    In order for inscriptions to retrieve their own inscription ID, inscription
    content must be served from URLs with path `/content/<INSCRIPTION_ID>`.
    
    When an inscription with ID X delegates to another inscription with ID Y,
    meaning that X has a delegate field whose value is Y, when requesting the
    content of inscription ID X, the content of inscription Y must be returned from
    the URL with path `/content/X`. This allows inscription Y to use the ID of
    delegating inscriptions as seeds for generative content, since the delegating
    inscriptions will all have different inscription IDs.
    
    * Use contains_key instead of get / is_some (#3705)
    
    * Fix typo on sat hunting page (#3668)
    
    * Add support for mjs files (#3653)
    
    * Use correct content type for .mjs inscriptions (#3712)
    
    `text/javascript` is the preferred MIME type for JavaScript, so use it instead
    of `application/x-javascript` when inscribing `.mjs` files.
    
    * Remove duplicate endpoint from explorer.md (#3716)
    
    Output `/output/<OUTPOINT>` was listed twice.
    
    * Persist config files for ord env command (#3715)
    
    * Add alt text to preview image (#3713)
    
    * Fix send runes (#3484)
    
    * Release 0.18.4 (#3720)
    
    - Bump version: 0.18.3 β†’ 0.18.4
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Show progress bar for etching (#3673)
    
    * Bump rustfmt version 2018 to 2021 (#3721)
    
    * Patch some omissions in the Chinese translation (#3694)
    
    * Update runes.md docs (#3681)
    
    * Update sat-hunting.md (#3724)
    
    * Allow higher rpcworkqueue limit conf (#3615)
    
    * Allow specifying different output formats (#3424)
    
    * Release 0.18.5 (#3741)
    
    * Update index.rs to fix ord list command (#3762)
    
    * Add `ord wallet runics` command (#3734)
    
    * Clarify teleburning.md (#3744)
    
    * Allow postage equal to dust limit in mint.rs (#3756)
    
    * Update runes spec (#3745)
    
    * Fix fuzz testers  (#3740)
    
    * Add command to list pending etchings (#3732)
    
    * Enable resuming a specific rune etching (#3679)
    
    * Add decode api (#3733)
    
    * Make settings public (#3768)
    
    * Index addresses (#3757)
    
    * Add parents recursive endpoint (#3749)
    
    * Remove duplicate example (#3776)
    
    * Add /inscription/:query/:child_number route (#3777)
    
    * Add mint progress field to rune.html (#3748)
    
    * Add feerate percentiles to blockinfo endpoint (#3753)
    
    * Update `ord list` to include inscriptions and runes information (#3766)
    
    * Add delegate value to recursive inscription endpoint (#3751)
    
    * Fix old conflicts
    
    * Resolve issues with Ordzaar modifications
    
    * Remove duplicate /inscriptions endpoint
    
    * Add recursive endpoint with more details about children (#3771)
    
    * Fix panic in ord env shutdown (#3787)
    
    * Make recursive endpoints proxiable (#3797)
    
    * Make settings public (#3800)
    
    * Link address on inscription.html (#3801)
    
    * Link address on output & tx (#3799)
    
    * Add --http-port to settings yaml (#3796)
    
    * Add sat balance to address page (#3810)
    
    * Make Index public (#3807)
    
    * Add -dev suffix to version (#3812)
    
    * Add all transaction hex to block json response (#3805)
    
    * Add public `shut_down()` function (#3811)
    
    * Add typed errors with `snafu` (#3832)
    
    * Add debugging tips README (#3823)
    
    * Add sat name to inscription page (#3826)
    
    * Add sat ranges to output (#3817)
    
    * Add --all flag on `ord wallet sats` (#3824)
    
    * Display aggregated rune balances in address page (#3831)
    
    * Update Spanish Translation (#3835)
    
    * Add charm to burned inscriptions (#3836)
    
    * Add ability to cancel shutdown (#3820)
    
    * Add inscriptions to address page (#3843)
    
    * Release 0.19.0 (#3844)
    
    - Bump version: 0.18.5 β†’ 0.19.0
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    * Update index method name
    
    ---------
    
    Co-authored-by: twosatsmaxi <[email protected]>
    Co-authored-by: bitspill <[email protected]>
    Co-authored-by: Ordinarius <[email protected]>
    Co-authored-by: Dr.JingLee <[email protected]>
    Co-authored-by: gmart7t2 <[email protected]>
    Co-authored-by: RandolphJiffy <[email protected]>
    Co-authored-by: nine <[email protected]>
    Co-authored-by: Petrius Lima <[email protected]>
    Co-authored-by: 0xLugon <[email protected]>
    Co-authored-by: raph <[email protected]>
    Co-authored-by: Casey Rodarmor <[email protected]>
    Co-authored-by: tgscan-dev <[email protected]>
    Co-authored-by: ynohtna92 <[email protected]>
    Co-authored-by: nix.eth <[email protected]>
    Co-authored-by: rongyi <[email protected]>
    Co-authored-by: Felipe Lincoln <[email protected]>
    Co-authored-by: blackj <[email protected]>
    Co-authored-by: StevenMia <[email protected]>
    Co-authored-by: Javier Villanueva <[email protected]>
    Co-authored-by: oxSaturn <[email protected]>
    Co-authored-by: zmeyer44 <[email protected]>
    Co-authored-by: Taha Abbasi <[email protected]>
    Co-authored-by: losingle <[email protected]>
    Co-authored-by: Vannix <[email protected]>
    Co-authored-by: knowmost <[email protected]>
    Co-authored-by: Eloc <[email protected]>
    Co-authored-by: bingryan <[email protected]>
    Co-authored-by: AM shadow <[email protected]>
    Co-authored-by: Han Tuzun <[email protected]>
    Co-authored-by: Jeremy Rubin <[email protected]>
    Co-authored-by: Luis Aguilar <[email protected]>
    Co-authored-by: Jeason <[email protected]>
    Co-authored-by: phorkish <[email protected]>
    Co-authored-by: Daniel <[email protected]>
    Co-authored-by: benbuschmann <[email protected]>
    Co-authored-by: thewrlck <[email protected]>
    Co-authored-by: Nick <[email protected]>
    Co-authored-by: Young <[email protected]>
    Co-authored-by: Zerone495 <[email protected]>
    Co-authored-by: onchainguy <[email protected]>
    Configuration menu
    Copy the full SHA
    e5e45ce View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. chore(api): update to 0.19.1 (#14)

    * Change test-bitcoincore-rpc to mockcore in README.md (#3842)
    
    * Commit twice to work around redb off-by-one bug (#3856)
    
    * Release 0.19.1 (#3864)
    
    - Bump version: 0.19.0 β†’ 0.19.1
    - Update changelog
    - Update changelog contributor credits
    - Update dependencies
    
    ---------
    
    Co-authored-by: Anchor <[email protected]>
    Co-authored-by: Casey Rodarmor <[email protected]>
    3 people committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0f72404 View commit details
    Browse the repository at this point in the history
Loading