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

Mainnet updates #32

Merged
merged 8 commits into from
Nov 16, 2024
Merged

Mainnet updates #32

merged 8 commits into from
Nov 16, 2024

Commits on Nov 12, 2024

  1. Add mainnet block

    - Allow specifying activation block height without its hash as it can be fetched from core
    - Custom data dir now appends the chain in a sub directory
    - Add mainnet and mainnet alpha blocks
    - Report more helpful error messages for non successful http status codes
    buffrr committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3548e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Simplify space scripts

    - Reduces on-chain cost by a few bytes
    - Simpler space label type `SLabel` replacing `SName`
    - Enforce alphanumeric rules
    - Cargo fmt
    buffrr committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    af7a096 View commit details
    Browse the repository at this point in the history
  2. Protocol and wallet safety updates

    - Make selection of dust outputs for auctions safer
    - Remove unused script errors
    - Add option to store raw tx in block index
    - Add Bytes type that can be serialized as hex
    - Use sensible names for space op codes
    - Add forcespend command for testing
    - Cargo fmt
    buffrr committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4466a24 View commit details
    Browse the repository at this point in the history
  3. Enforce SIP-02 reserved spaces

    buffrr committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fd818bc View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    buffrr committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e2aeb7a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    024d364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9173c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e198720 View commit details
    Browse the repository at this point in the history