erigon-pulse/core
ledgerwatch 97c9a9108d
Native tracers - step 4 ()
Remove `callType` argument from `CaptureStart`, and change `callType
vm.CallType` to `typ vm.OpCode` in `CaptureEnter` and move to the first
position (as it is in geth)

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2022-12-19 03:12:08 +00:00
..
allocs Remove Ropsten & Fermion () 2022-12-10 22:55:31 +00:00
asm Use hex package to convert bytes to string () 2022-12-05 09:06:16 +07:00
forkid Extend fork ID to timestamp-based forks () 2022-12-16 12:08:54 +01:00
rawdb e3: more aggressive prune () 2022-12-14 09:50:48 +07:00
state unify logs a bit () 2022-12-18 09:23:11 +07:00
systemcontracts Workaround for the code history of BSC system contracts () 2022-12-10 22:41:04 +00:00
types Make empty but non-nil Withdrawals arrays decode as empty but non-nil. () 2022-12-15 08:52:14 +00:00
vm Native tracers - step 4 () 2022-12-19 03:12:08 +00:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
block_builder_parameters.go Withdrawals part 1 () 2022-12-01 09:15:01 +01:00
block_validator_test.go Update consensus tests to v11 () 2022-07-26 09:35:38 +02:00
block_validator.go Simplify miner gas limit post EIP-1559. Default to 30M () 2022-01-05 16:36:24 +07:00
blockchain.go Shanghai & Cancun forks should be based on timestamp () 2022-12-07 18:45:44 +01:00
blocks.go rename () 2021-05-20 19:25:53 +01:00
bor_fee_log.go E3: fix unwind changes visibility () 2022-11-30 08:31:13 +07:00
chain_makers.go Shanghai & Cancun forks should be based on timestamp () 2022-12-07 18:45:44 +01:00
error.go EIP-3860: Limit and meter initcode () 2022-10-31 13:40:41 +01:00
events.go rename () 2021-05-20 19:25:53 +01:00
evm.go Fix trace error in Polygon | Pass Engin to the Base API () 2022-12-04 12:17:39 +07:00
gaspool.go Update gaspool.go 2022-03-12 00:08:04 +00:00
gen_genesis_account.go Support genesis constructors for Chiado () 2022-11-21 17:21:59 +01:00
gen_genesis.go Report Valid ExecutionStatus only after all stages () 2022-01-07 16:54:26 +01:00
genesis_test.go Remove Ropsten & Fermion () 2022-12-10 22:55:31 +00:00
genesis.go Remove Ropsten & Fermion () 2022-12-10 22:55:31 +00:00
mkalloc.go go1.19 gofmt () 2022-08-10 19:04:13 +07:00
rlp_test.go go1.19 gofmt () 2022-08-10 19:04:13 +07:00
skip_analysis.go Remove Ropsten & Fermion () 2022-12-10 22:55:31 +00:00
state_processor.go Fix trace error in Polygon | Pass Engin to the Base API () 2022-12-04 12:17:39 +07:00
state_transition.go Native tracers - step 1 () 2022-12-18 04:36:57 +00:00
system_contract_lookup.go Workaround for the code history of BSC system contracts () 2022-12-10 22:41:04 +00:00
tx_cacher.go Move ETL to erigon-lib () 2021-09-12 08:50:17 +01:00
tx_pool.go Torrent: verify all files () 2022-05-26 12:27:44 +07:00