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

Re-factor/re-name blockdata #1296

Closed

Commits on Sep 30, 2022

  1. Re-name blockdata -> primitives

    Re-name the `blockdata` module to `primitives`.
    
    Refactor only, no logic changes.
    tcharding committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fcccd9a View commit details
    Browse the repository at this point in the history
  2. Move script to crate root

    Move the `script` module out of `primitives` and into the crate root.
    Move `opcodes` to the newly created `script` module.
    
    Refactor only, no logic changes.
    tcharding committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9a2d262 View commit details
    Browse the repository at this point in the history
  3. Remove primitives::constants module

    Inline the code out of `primitives/constants.rs` into
    `primitives/mod.rs`.
    
    Refactor only, no logic changes.
    tcharding committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    302f386 View commit details
    Browse the repository at this point in the history