Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up status packages #2937

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 5 additions & 121 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7880,19 +7880,6 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-taskpools"
},
{
"name": "std_shims",
"url": "https://github.com/status-im/nim-std-shims",
"method": "git",
"tags": [
"library",
"backports",
"shims"
],
"description": "APIs available in the latests version of Nim, backported to older stable releases",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-std-shims"
},
{
"name": "stew",
"url": "https://github.com/status-im/nim-stew",
Expand Down Expand Up @@ -8039,17 +8026,6 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-libp2p"
},
{
"name": "rlp",
"url": "https://github.com/status-im/nim-rlp",
"method": "git",
"tags": [
"deprecated"
],
"description": "Deprecated RLP serialization library for Nim (now part of the 'eth' module)",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-rlp"
},
{
"name": "nitro",
"url": "https://github.com/status-im/nim-nitro",
Expand All @@ -8064,29 +8040,6 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-nitro"
},
{
"name": "eth_keys",
"url": "https://github.com/status-im/nim-eth-keys",
"method": "git",
"tags": [
"deprecated"
],
"description": "A deprecated reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations (now part of the 'eth' package).",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-keys"
},
{
"name": "eth_common",
"url": "https://github.com/status-im/nim-eth-common",
"method": "git",
"tags": [
"library",
"ethereum"
],
"description": "Definitions of various data structures used in the Ethereum eco-system",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-common"
},
{
"name": "ethash",
"url": "https://github.com/status-im/nim-ethash",
Expand All @@ -8102,21 +8055,6 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-ethash"
},
{
"name": "eth_bloom",
"url": "https://github.com/status-im/nim-eth-bloom",
"method": "git",
"tags": [
"deprecated"
],
"description": "Ethereum bloom filter (deprecated, now part of the 'eth' package)",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-bloom"
},
{
"name": "evmjit",
"alias": "evmc"
},
{
"name": "evmc",
"url": "https://github.com/status-im/nim-evmc",
Expand Down Expand Up @@ -8185,60 +8123,6 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-secp256k1"
},
{
"name": "eth_trie",
"url": "https://github.com/status-im/nim-eth-trie",
"method": "git",
"tags": [
"deprecated"
],
"description": "Merkle Patricia Tries as specified by Ethereum (deprecated, now part of the 'eth' package)",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-trie"
},
{
"name": "eth_p2p",
"url": "https://github.com/status-im/nim-eth-p2p",
"method": "git",
"tags": [
"deprecated",
"library",
"ethereum",
"p2p",
"devp2p",
"rplx",
"networking",
"whisper",
"swarm"
],
"description": "Deprecated implementation of the Ethereum suite of P2P protocols (now part of the 'eth' package)",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-p2p"
},
{
"name": "eth_keyfile",
"url": "https://github.com/status-im/nim-eth-keyfile",
"method": "git",
"tags": [
"deprecated"
],
"description": "A deprecated library for handling Ethereum private keys and wallets (now part of the 'eth' package)",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-eth-keyfile"
},
{
"name": "byteutils",
"url": "https://github.com/status-im/nim-byteutils",
"method": "git",
"tags": [
"library",
"blobs",
"hex-dump"
],
"description": "Useful utilities for manipulating and visualizing byte blobs",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-byteutils"
},
{
"name": "ttmath",
"url": "https://github.com/status-im/nim-ttmath",
Expand Down Expand Up @@ -8270,15 +8154,15 @@
"web": "https://github.com/status-im/nim-testutils"
},
{
"name": "nimbus",
"url": "https://github.com/status-im/nimbus",
"name": "beacon_chain",
"url": "https://github.com/status-im/nimbus-eth2",
"method": "git",
"tags": [
"ethereum"
],
"description": "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices",
"description": "An efficient Ethereum beacon chain client",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nimbus"
"web": "https://github.com/status-im/nimbus-eth2"
},
{
"name": "stint",
Expand Down Expand Up @@ -24307,7 +24191,7 @@
"tests",
"unit-testing"
],
"description": "unittest fork focused on parallel test execution",
"description": "Unit test framework evolved from std/unittest",
"license": "MIT",
"web": "https://github.com/status-im/nim-unittest2"
},
Expand Down