Skip to content

Commit 9252934

Browse files
committed
Remove all unused crates and set transaction r,s to be U256
1 parent 4fdd3c8 commit 9252934

34 files changed

+41
-29702
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*.rs]
4+
indent_style=tab
5+
indent_size=tab
6+
tab_width=4
7+
end_of_line=lf
8+
charset=utf-8
9+
trim_trailing_whitespace=true
10+
insert_final_newline=true
11+
12+
[*.toml]
13+
indent_style=tab
14+
indent_size=tab
15+
tab_width=4

Cargo.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
license = "Apache-2.0"
55
authors = ["Wei Tang <[email protected]>"]
66
description = "Core block and transaction types for Ethereum."
7-
repository = "https://source.that.world/source/ethereum-rs"
7+
repository = "https://github.com/rust-blockchain/ethereum"
88
keywords = ["no_std", "ethereum"]
99
edition = "2018"
1010

@@ -24,9 +24,4 @@ default = ["std", "codec"]
2424
std = ["ethereum-types/std", "rlp/std", "codec/std", "sha3/std"]
2525

2626
[workspace]
27-
members = [
28-
"./trie",
29-
"./trie/rocksdb",
30-
"./trie/memory",
31-
"./bloom",
32-
]
27+
members = []

block-core/Cargo.toml

-22
This file was deleted.

block/Cargo.toml

-25
This file was deleted.

0 commit comments

Comments
 (0)