go-ethereum/build
Dr Q. Josef Kurk Edwards f606360f30
Add raw transaction broadcast tool with Gnosis Safe fallback (#4)
* Initial plan

* Initial plan

* cmd/pushtx, .github/workflows: add raw transaction broadcast tool with funnel fallback

Add a standalone CLI tool (pushtx) for decoding and submitting raw signed
Ethereum transactions to any JSON-RPC endpoint. Includes Gnosis Safe funnel
fallback for insufficient-funds scenarios and calldata detection for the
common RLP broadcast error.

Files added:
- cmd/pushtx/main.go: core tool with tx decode, summary, and broadcast
- cmd/pushtx/funnel.go: Gnosis Safe execTransaction fallback
- cmd/pushtx/main_test.go: tests for core functionality
- cmd/pushtx/funnel_test.go: tests for funnel and calldata detection
- .github/workflows/build.yml: CI workflow for build and test

Files modified:
- Makefile: add pushtx target
- .gitignore: add cmd/pushtx/pushtx binary

Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>

* cmd/pushtx: add Tenderly simulation URL to funnel comment

Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>

* Initial plan

* Initial plan

Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>

* Makefile, build/ci.go: add pushtx to .PHONY and distribution archives

Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: drqsatoshi <240532885+drqsatoshi@users.noreply.github.com>
2026-03-12 14:48:54 -04:00
..
bot build/bot: create .ssh directory in ppa-build.sh (#24922) 2022-05-20 17:25:17 +02:00
deb/ethereum build/deb: add step for new Go bootstrap to debian rules (#31283) 2025-02-27 17:52:22 +01:00
checksums.txt build: upgrade to golangci-lint v2.10.1 (#33875) 2026-02-21 20:53:02 +01:00
ci-notes.md travis, build, internal: use own Go bundle for PPA builds (#20240) 2019-11-05 15:32:42 +02:00
ci.go Add raw transaction broadcast tool with Gnosis Safe fallback (#4) 2026-03-12 14:48:54 -04:00
goimports.sh build: make build/goimports.sh more potable 2018-06-26 22:04:27 +09:00
nsis.envvarupdate.nsh build: fix windows installer build for NSIS v3.05 (#22821) 2021-05-05 12:19:51 +02:00
nsis.geth.nsi build: fix typo in comment (#28800) 2024-01-12 14:22:45 +01:00
nsis.install.nsh build: fix CLI params for windows LNK files (#21055) 2020-05-11 10:05:37 +03:00
nsis.pathupdate.nsh build: safe update of PATH on Windows (#3419) 2016-12-11 00:01:57 +01:00
nsis.simplefc.dll build: NSIS based Windows installer (#3240) 2016-11-08 22:55:39 +01:00
nsis.simplefc.source.zip build: NSIS based Windows installer (#3240) 2016-11-08 22:55:39 +01:00
nsis.uninstall.nsh build: safe update of PATH on Windows (#3419) 2016-12-11 00:01:57 +01:00
travis_keepalive.sh travis.yml: add race detector job for Swarm (#19148) 2019-02-22 14:20:21 +01:00
update-license.go build: fix string compare for SortFunc (#29595) 2024-04-21 11:14:13 +02:00