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: nimiq/core-rs-albatross
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: nimiq/core-rs-albatross
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 23, 2024

  1. Set pre-genesis flag before using it

    paberr authored and jsdanielh committed Nov 23, 2024
    Copy the full SHA
    a304f86 View commit details
  2. Prepare code for v1.0.3 release

    - Update web client `package.json` and the workspace version in
      preparation for the testnet release.
    jsdanielh committed Nov 23, 2024
    Copy the full SHA
    8d215c4 View commit details
Showing with 72 additions and 66 deletions.
  1. +63 −63 Cargo.lock
  2. +1 −1 Cargo.toml
  3. +7 −1 lib/src/client.rs
  4. +1 −1 web-client/dist/package.json
Loading