Remove the timestamp pallet

It was needed for contracts, which has since been removed. We now no longer
need it.
This commit is contained in:
Luke Parker
2023-01-04 23:09:58 -05:00
parent e979883f2d
commit daa88a051f
6 changed files with 5 additions and 27 deletions

2
Cargo.lock generated
View File

@@ -7262,7 +7262,6 @@ dependencies = [
"sp-keystore",
"sp-runtime",
"sp-tendermint",
"sp-timestamp",
"substrate-build-script-utils",
"substrate-frame-rpc-system",
"validator-sets-pallet",
@@ -7313,7 +7312,6 @@ dependencies = [
"pallet-balances",
"pallet-session",
"pallet-tendermint",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec",