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

Implement transaction_by_hash Runtime API #35

Merged
merged 8 commits into from
Jun 15, 2020

Conversation

tgmichel
Copy link
Contributor

rel #7

  • pallet-ethereum: add Transactions StorageMap.
  • Transactions insert on_finalize.
  • New frontier_rpc_primitives::Transaction type.
  • transaction_by_hash Runtime API implementation

frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
# Conflicts:
#	rpc/primitives/src/lib.rs
#	template/runtime/src/lib.rs
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
frame/ethereum/src/lib.rs Outdated Show resolved Hide resolved
@sorpaas sorpaas merged commit 949fe2a into polkadot-evm:master Jun 15, 2020
sorpaas pushed a commit that referenced this pull request Jun 15, 2020
* Wip implement transaction_by_hash for EthApi

* pallet-ethereum: add Transactions StorageMap

* Implement transaction_by_hash Runtime API

* pallet-ethereum: change Transactions to store references only

* /pull/35#discussion_r438019271

* Move Transaction build logic to Rpc module

* Implement transaction_by_block_hash_and_index for Runtime API
@tgmichel tgmichel deleted the tgmichel-txn-by-hash branch October 7, 2020 09:13
koushiro referenced this pull request in alt-research/frontier Feb 16, 2022
Fresh runtime api instance per call estimation
goldoneen added a commit to goldoneen/rust-front that referenced this pull request May 7, 2022
* Wip implement transaction_by_hash for EthApi

* pallet-ethereum: add Transactions StorageMap

* Implement transaction_by_hash Runtime API

* pallet-ethereum: change Transactions to store references only

* polkadot-evm/frontier/pull/35#discussion_r438019271

* Move Transaction build logic to Rpc module
goldoneen added a commit to goldoneen/rust-front that referenced this pull request May 7, 2022
* Wip implement transaction_by_hash for EthApi

* pallet-ethereum: add Transactions StorageMap

* Implement transaction_by_hash Runtime API

* pallet-ethereum: change Transactions to store references only

* polkadot-evm/frontier/pull/35#discussion_r438019271

* Move Transaction build logic to Rpc module

* Implement transaction_by_block_hash_and_index for Runtime API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants