nanocryk

Results 16 comments of nanocryk

Hmm I think I get the issue. The empty line is detected and the groups are made, but then the empty line is grouped with `sp-core` and moved with it...

Hey ! I experimented a bit and implemented my own crate :) https://github.com/PureStake/toml_sort It sorts the entries by sections, with custom lists of priority keys. Feel free to take a...

> I'll add you as an author on the commits if that ok since you will have helped it along majorly I'm good with that :)

Looks like good suggestions, feel free to make some PRs for them :)

Hey! That's indeed something we already thought about doing. However we are still regularily making changes to it, and having it in our repo allows us to iterate faster. Once...

It might be related to this issue : #1299 Otherwise it's a feature missing from Moonscan while present in Etherscan.

Above PR is pending to be merged. The bug fixed is suspected to be the cause of this issue, since subtraces contained wrong to/from values. Moonscan might actually use those...

Should wait for #1734 to be merged as it fixes few issues with returned values and revert messages (no logic bug however).

Now gas limit is checked to be below the block gas limit, and the request here request more than the block gas limit. This PR plans to allow going over...

Can you provide the exact RPC call you made to get this output? On Moonbeam you shouldn't be able to make an EVM execution outside of an Ethereum transaction or...