odysseas.eth

Results 83 comments of odysseas.eth

@mds1 abstract contract so it can be compatible (with what I assume) a future refactoring of how cheats works in the std lib (Quite funnily, it still won't compile with...

Update: Here is the source file: https://github.com/odyslam/ethtools/blob/feat/flashbots/flashbots.js This is the addition I needed to make in order to make it work: ``` if (anyGlobal._FlashbotsBundleProvider == null) { anyGlobal._FlashbotsBundleProvider = FlashbotsBundleProvider;...

on EVM: - https://github.com/CoinCulture/evm-tools/blob/master/analysis/guide.md - https://hackmd.io/@cupidhack/Hk6SKZGCu

If I understand the issue and the code correctly, the code checks the origin of an event emission against a user-defined address. Thus, should this issue close? @onbjerg @mattsse @gakonst

Hey @ctrlaltdel , Thanks for the contribution and welcome to our community :) If you want to engage further with us, head over to our forum and join the discussion...

Thanks for the PR @pepe386, welcome to the netdata fam 💪

Awesome! Thanks @aazedo would you like to contribute towards adding descriptions to these charts? This is super useful for new users and one of our core principles as a team....

Thanks @aazedo, We are currently doing a couple of internal chats about how we wish to handle the collectors from now on. We will put this PR on hold until...

It defaults to file name now

I have been tackling this problem for a few days now, and I think that in a sufficiently complex config file, it's impossible to automatically derive the position of the...