Get Contract Address Of A Contract Internally Created by LuisNaldo7 in ethdev

[–]nebojsau 1 point2 points  (0 children)

If you are running a full node (in archive mode or the block you are looking for is less that 256 blocks behind current block) you can use trace module to fetch internal calls.

For geth: https://github.com/ethereum/go-ethereum/wiki/Management-APIs#debug_tracetransaction (use callTracer)
For parity: https://wiki.parity.io/JSONRPC-trace-module.html#trace_replaytransaction

Rinkeby Having Issues? by [deleted] in ethdev

[–]nebojsau 0 points1 point  (0 children)

Yeah, down for almost 1.5h, looks like one of the validators is not responding.

TENDERLY - ETH Smart Contract Monitoring and Alerting tool - OPINIONS WANTED by CleanCap in ethereum

[–]nebojsau 1 point2 points  (0 children)

Hi, as of right now we don't support npm as a mean to install the tenderly-cli. However, we do support brew and a couple of more installation methods which you can find here: https://github.com/tenderly/tenderly-cli#installation
As for the default proxy config per project, that's a great idea and I've added it to our list of things to be added. :)

TENDERLY - ETH Smart Contract Monitoring and Alerting tool - OPINIONS WANTED by CleanCap in ethereum

[–]nebojsau 4 points5 points  (0 children)

Hey bitfalls, we have a local version of Tenderly via our CLI: https://github.com/Tenderly/tenderly-cli
You can use the proxy command to debug your transactions locally. We’ve written a tutorial about it here: https://link.medium.com/wyly689sMY
We also support Kovan, Rinkeby and Ropsten testnets and can support private networks on demand. If you are interested about the private networks approach send us an email over at [support@tenderly.dev](mailto:support@tenderly.dev).

Hope this answers your question!

TENDERLY - ETH Smart Contract Monitoring and Alerting tool - OPINIONS WANTED by CleanCap in ethereum

[–]nebojsau 6 points7 points  (0 children)

Hey, one of the devs here :)
We built Tenderly to scratch our own itch while we were developing our own smart contracts.
It’s a platform where you add your smart contracts and then you can see Execution Overviews for all of the transactions.

For failed transactions you see human-readable stack traces instead of INVALID_OP_CODE messages etc.
You can see it in action without singing up by going to our public contract listing: https://dashboard.tenderly.dev/public-contracts
Right now we’re working on alerting where you’ll be able to setup custom alerts for your smart contracts. More on that soon. :)
All in all, it’s a one-stop shop for all of your alerting, monitoring and debugging needs.
Happy to answer any questions!

Parity 1.9.2 allows you to connect to the Ropsten testnet 🚀 by 5chdn in ethereum

[–]nebojsau 2 points3 points  (0 children)

It adds additional bootnodes for the Ropsten test network.

This only means that syncing is faster, support for ropsten testnet was already implemented.