lotus/node/impl/full
Aarsh Shah c9c070727a
feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969)
* poc for eth legacy tx

* print statements

* finished

* tests work

* remove print statements

* Remove all print statements

* remove extraneous changes

* cleaned up code and interface

* run make jen

* dont duplicate signature

* go mod tidy and remove prints

* clean up tests

* test for conversion

* changes as per review

* more unit tests for legacy txns

* Apply suggestions from code review

Co-authored-by: Rod Vagg <rod@vagg.org>

* address review comments from Rodd

* changes as per zen's 2nd review

* go mod tidy

* feat: ETH compatibility in Filecoin : Support EIP-155 Ethereum transactions in Filecoin (#11970)

* itests passing for 155 tx

* first working version for EIP-155 transactions

* green itest

* add docs

* tests

* remove print stmt

* remove print stmt

* validate signature

* changes as per zen's review

* correct signature verification

* gate tx by Network Version

* handle arajsek review

* fix imports order

* fix lint

* dont lock in mpool for network gating ETH messages

* sender can be an ID address

---------

Co-authored-by: Rod Vagg <rod@vagg.org>
2024-06-05 09:25:50 +04:00
..
actor_events_test.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
actor_events.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
chain.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
dummy.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
eth_events.go chore: fix some function names (#12031) 2024-05-24 11:34:03 +10:00
eth_test.go chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
eth_trace.go feat: api: improve the correctness of Eth's trace_block (#11609) 2024-02-21 12:20:00 -08:00
eth_utils.go feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
eth.go feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
gas_test.go fix make gen 2022-08-29 16:25:30 +02:00
gas.go Add tests for PCB/PCA batch splitting 2023-04-19 18:44:32 -04:00
mpool.go misc: Drop the raft-cluster experiment 2023-11-29 17:28:46 +01:00
multisig.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
state.go chore: fix some function names (#12031) 2024-05-24 11:34:03 +10:00
sync.go skip migration cache correctly 2023-11-09 14:14:46 -05:00
txhashmanager.go feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
wallet.go fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00