Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
eth-canceller
Advanced tools
Simply cancel an ETH transaction.
You can either install the app globally first with:
npm i -g eth-canceller
And then run it with:
eth-canceller [file]
Or, you can just run it without installing:
npx eth-canceller [file]
Where [file]
is a JSON document with all required details to cancel the transaction.
Sample usage:
eth-canceller details.json
This is the file used to provide all wallet and transaction details required to cancel the transaction.
Sample file:
{
"apiUrl": "https://mainnet.infura.io/v3/API_KEY",
"privateKey": "this is your wallet private key",
"nonce": 1,
"maxFeePerGas": 90,
"maxPriorityFeePerGas": 0.15
}
If you don't have an apiUrl
you can get one for free from Infura.
The app will confirm the transaction before sending it.
maxPriorityFeePerGas
is the tip you give to the miner.
maxFeePerGas
is the max you are willing per gas including: maxPriorityFeePerGas + baseFeePerGas
.
Please, keep your private key safe at all times!
Don't execute this app in a non trusted environment / machine.
Delete your private key or the whole fine once you're done.
Your private key gives full access yo your wallet and your funds!
FAQs
Speed up ETH transactions
We found that eth-canceller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.