fluree / ledger

Fluree ledger server source
GNU Affero General Public License v3.0
77 stars 8 forks source link

Critical: Update Deprecated 'new-flake' Method Rename in bootstrap.clj (#213) #219

Open Domenic-MZS opened 11 months ago

Domenic-MZS commented 11 months ago

πŸ”§ Critical: Update Deprecated 'new-flake' Method Rename in bootstrap.clj (#213)

This pull request closes issue #213 opened by @anujsrc.

Overview

The issue highlights a build failure in the Ledger main branch due to an unimplemented deprecated function reference (flake/new-flake).

πŸ““ Description

This pull request resolves the deprecated method from the bootstrap.clj introduced on fluree/db@e02c152 by updating the method name to flake/create.

✍🏼 Changes Made

// Replaced deprecated flake/new-flake with flake/create as per issue #213
- (flake/new-flake ...  )
+ (flake/create      ...  )

🦯 Testing

Notes & References

Reviewers

@bplatz


Hi this is one of my firsts Pull Requests over here, any feedback, changes or suggestions are welcome!