mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
* bad block tracing * Add debug env framework * add implementation of custom block tracing * add few comments * use tar name fn * wip: add unit tests for block tracing * complete test for block tracer * fix: close grpc server * refactor cli tests * fix: change condition for parsing args * Fix port binding for test server * add helper for creating and closing mock server for tests * consume mock server in tests * fixes due to geth merge * fix: handle port selection for http server * update help and markdown for debug command * update docs * update debug synopsis * fix: use chunked encoder to handle large data over grpc * fix prints * lint * rm unused function, rename fn to TraceBorBlock Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
45 lines
No EOL
824 B
Markdown
45 lines
No EOL
824 B
Markdown
# Bor command line interface
|
|
|
|
## Commands
|
|
|
|
- [```account```](./account.md)
|
|
|
|
- [```account import```](./account_import.md)
|
|
|
|
- [```account list```](./account_list.md)
|
|
|
|
- [```account new```](./account_new.md)
|
|
|
|
- [```attach```](./attach.md)
|
|
|
|
- [```bootnode```](./bootnode.md)
|
|
|
|
- [```chain```](./chain.md)
|
|
|
|
- [```chain sethead```](./chain_sethead.md)
|
|
|
|
- [```chain watch```](./chain_watch.md)
|
|
|
|
- [```debug```](./debug.md)
|
|
|
|
- [```debug block```](./debug_block.md)
|
|
|
|
- [```debug pprof```](./debug_pprof.md)
|
|
|
|
- [```fingerprint```](./fingerprint.md)
|
|
|
|
- [```peers```](./peers.md)
|
|
|
|
- [```peers add```](./peers_add.md)
|
|
|
|
- [```peers list```](./peers_list.md)
|
|
|
|
- [```peers remove```](./peers_remove.md)
|
|
|
|
- [```peers status```](./peers_status.md)
|
|
|
|
- [```server```](./server.md)
|
|
|
|
- [```status```](./status.md)
|
|
|
|
- [```version```](./version.md) |