script/research/gg: updated to latest darkfi code

This commit is contained in:
skoupidi
2024-06-19 20:07:50 +03:00
parent 5313217f9f
commit 2e970d4505
2 changed files with 51 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ name = "gg"
version = "0.4.1"
description = """\
Genesis Generator, a command-line utility to generate,\
display and verify a bs58 encoded Darkfi genesis block\
display and verify a base64 encoded Darkfi genesis block\
"""
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://github.com/darkrenaissance/darkfi"
@@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
# Darkfi
darkfi = {path = "../../../", features = ["validator"]}
darkfi = {path = "../../../", features = ["bs58", "validator"]}
darkfi_money_contract = {path = "../../../src/contract/money", features = ["no-entrypoint", "client"]}
darkfi-contract-test-harness = {path = "../../../src/contract/test-harness"}
darkfi-sdk = {path = "../../../src/sdk"}
@@ -29,8 +29,3 @@ sled = "0.34.7"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}
[lints]
workspace = true