Skip to content

Commit

Permalink
Remove VM implementation from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Jun 3, 2021
1 parent 425e3b7 commit 24157dc
Show file tree
Hide file tree
Showing 35 changed files with 6 additions and 3,546 deletions.
24 changes: 1 addition & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-core"
description = "FuelVM interpreter."
description = "Fuel client."
version = "0.1.0"
authors = ["Victor Lopez <victor.lopez@fuel.sh>"]
edition = "2018"
Expand All @@ -10,25 +10,3 @@ keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]

[dependencies]
itertools = "0.10"
sha3 = "0.9"
secp256k1 = {version="0.20", features=["recovery"]}
tracing = "0.1"
fuel-asm = {git="ssh://git@github.com/FuelLabs/fuel-asm.git"}
fuel-tx = {git="ssh://git@github.com/FuelLabs/fuel-tx.git"}

# Bin dependencies
tracing-subscriber = {version="0.2", optional=true}
clap = {version="2.33", optional=true}
json = {version="0.12", optional=true}

[dev-dependencies]
rand = "0.8"

[features]
log = ["tracing-subscriber"]
cli = ["clap", "json"]

[[bin]]
name = "interpreter"
required-features = ["log", "cli"]
14 changes: 0 additions & 14 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# fuel-vm-rs
# fuel-core

Rust interpreter for the Fuel Virtual Machine
Fuel client implementation.
102 changes: 0 additions & 102 deletions src/bin/interpreter.rs

This file was deleted.

86 changes: 0 additions & 86 deletions src/consts.rs

This file was deleted.

46 changes: 0 additions & 46 deletions src/crypto.rs

This file was deleted.

Loading

0 comments on commit 24157dc

Please sign in to comment.