
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.