Skip to content

Commit 24de6e4

Browse files
authored
Removed rlp from aptos-stdlib (#206)
Co-authored-by: Aregnaz Harutyunyan <>
1 parent 4988b62 commit 24de6e4

File tree

17 files changed

+45
-1557
lines changed

17 files changed

+45
-1557
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aptos-move/aptos-gas-schedule/src/gas_schedule/aptos_framework.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ crate::gas_schedule::macros::define_gas_parameters!(
237237
[eth_trie_proof_decode_base: InternalGasPerArg, { RELEASE_V1_16_SUPRA_V1_6_0.. => "eth.trie.proof.decode.base" }, 1102],
238238
[eth_trie_proof_decode_per_byte: InternalGasPerByte, { RELEASE_V1_16_SUPRA_V1_6_0.. => "eth.trie.proof.decode.per_byte"}, 18],
239239

240-
[rlp_encode_decode_base: InternalGas, { RELEASE_V1_16_SUPRA_V1_6_0.. => "rlp.encode.decode.base" }, 1102],
241-
[rlp_encode_decode_per_byte: InternalGasPerByte, { RELEASE_V1_16_SUPRA_V1_6_0.. => "rlp.encode.decode.per_byte"}, 18],
242-
243240
// Bulletproofs gas parameters begin.
244241
// Generated at time 1683148919.0628748 by `scripts/algebra-gas/update_bulletproofs_gas_params.py` with gas_per_ns=10.0.
245242
[bulletproofs_base: InternalGas, { 11.. => "bulletproofs.base" }, 11794651],

aptos-move/framework/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ once_cell = { workspace = true }
6969
rand = { workspace = true }
7070
rand_core = { workspace = true }
7171
ripemd = { workspace = true }
72-
rlp = { workspace = true }
7372
serde = { workspace = true }
7473
serde_bytes = { workspace = true }
7574
sha2 = { workspace = true }

aptos-move/framework/aptos-stdlib/doc/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ This is the reference documentation of the Supra standard library.
3737
- [`0x1::ristretto255_bulletproofs`](ristretto255_bulletproofs.md#0x1_ristretto255_bulletproofs)
3838
- [`0x1::ristretto255_elgamal`](ristretto255_elgamal.md#0x1_ristretto255_elgamal)
3939
- [`0x1::ristretto255_pedersen`](ristretto255_pedersen.md#0x1_ristretto255_pedersen)
40-
- [`0x1::rlp`](rlp.md#0x1_rlp)
4140
- [`0x1::secp256k1`](secp256k1.md#0x1_secp256k1)
4241
- [`0x1::simple_map`](simple_map.md#0x1_simple_map)
4342
- [`0x1::smart_table`](smart_table.md#0x1_smart_table)

0 commit comments

Comments
 (0)