Skip to content

Commit

Permalink
Merge pull request #403 from okjodom/bump-0.3.0-rc3
Browse files Browse the repository at this point in the history
chore: bump fm to v0.3.0-rc.3
  • Loading branch information
okjodom authored Mar 28, 2024
2 parents 690aa3f + 87b05cf commit 07c428a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ From root repo directory:

## Referencing Fedimint

The docker containers and devimint are for specific releases or commits of `fedimint/fedimint`. At present, the reference commit-hash is `c51ea0c85576008dcbf9d94e2fe994dfa34bca61`
The docker containers and devimint are for specific releases or commits of `fedimint/fedimint`. At present, the reference commit-hash is `c32bbe8ed8d95ae420b5879e92dda6ce48f5c914`

### Running with local Fedimint

Expand All @@ -212,7 +212,7 @@ This will put binaries in `fedimint/target-nix/debug` at the front of your `$PAT
You can officially bump the referenced version of Fedimint using the following steps:

1. Locate a desired hash from [Fedimint](https://github.com/fedimint/fedimint/commits/master)
2. Find and replace all instances of the current reference commit hash: `c51ea0c85576008dcbf9d94e2fe994dfa34bca61`
2. Find and replace all instances of the current reference commit hash: `c32bbe8ed8d95ae420b5879e92dda6ce48f5c914`

3. Run `nix flake update` at the root of the repo
4. Restart your nix shell and validate the reference, then commit to complete bump
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flake-utils.url = "github:numtide/flake-utils";
fedimint = {
url =
"github:fedimint/fedimint?rev=c51ea0c85576008dcbf9d94e2fe994dfa34bca61";
"github:fedimint/fedimint?rev=c32bbe8ed8d95ae420b5879e92dda6ce48f5c914";
};
};
outputs = { self, flake-utils, fedimint }:
Expand Down

0 comments on commit 07c428a

Please sign in to comment.