go-ethereum/internal
Pratik Patil 584856b52d
internal/cli: added missing flags (#744)
* minor comment update

* added support for rpc.evmtimeout flag

* added support for vmdebug (EnablePreimageRecording) flag

* added support for jsonrpc.auth.(jwtsecret, addr, port, vhosts) flags

* added support for miner.recommit flag

* added support for gpo.maxheaderhistory and gpo.maxblockhistory flag

* Revert "added support for miner.recommit flag"

This reverts commit fcb722e4bf5bdda23d4c91da40ab95c9023a80c3.

* added pprof related flags (expect --pprof.cpuprofile - Write CPU profile to the given file)

* added support for --dev.gaslimit flag

* added support for --fdlimit flag

* added support for --netrestrict flag

* added support for --nodekey and --nodekeyhex flag

* added support for --vmodule, --log.json, --log.backtrace, and --log.debug flags

* fixed related lint errors

* fix lints from develop (few lints decided to appear from code that was untouched, weird)

* more weird lints from develop

* small precautionary fix

* small bug ;) fix in NetRestrict

* weird lints

* change vmdebug = true to vmdebug = false
2023-03-20 17:28:56 +05:30
..
build V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
cli internal/cli: added missing flags (#744) 2023-03-20 17:28:56 +05:30
cmdtest cmd/evm: add tests for evm t8n (#23507) 2021-09-02 09:22:43 +02:00
debug merged geth v1.10.10 2021-11-22 19:04:07 +05:30
ethapi Merge pull request #705 from maticnetwork/raneet10/pos-1126 2023-03-16 15:00:28 +05:30
flags V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
guide all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
jsre V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
shutdowncheck V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
syncx core: improve shutdown synchronization in BlockChain (#22853) 2021-10-07 15:47:50 +02:00
testlog chg : commit tx logs from info to debug (#673) 2023-02-14 16:03:55 +05:30
utesting cmd/devp2p, internal/utesting: implement TAP output (#21760) 2020-11-04 15:02:58 +01:00
web3ext Feat : SetMaxPeers (#726) 2023-02-24 12:45:30 +05:30