althea-net / serde-rlp

Ethereum's RLP encoding implemented as a Serde data format
Apache License 2.0
13 stars 10 forks source link

Design low-level API for ETH transactions in Clarity #7

Closed mpapierski closed 6 years ago

mpapierski commented 6 years ago

We don't do deserialization (yet; our goal is to sign a transaction) but we should improve APIs for type Transaction in clarity.

Right now it does basic (unverified) serialization, contains basic parameters (as explained in The Yellow Paper).

We can, however, do some validation of the TX parameters.

Resources

https://github.com/ethereum/pyethereum/blob/develop/ethereum/transactions.py

mpapierski commented 6 years ago

Moved to clarity