Nathan

Results 8 issues of Nathan

This library is great, but fails to generate valid ABIs on newer versions of Solidity in various ways, ie not marking functions as payable when appropriate. Any plans to maintain?

A typical setup for a production trading application is to subscribe to the blockchain with `eth_subscribe`, and process new blocks which are emitted, before deciding whether to make transactions. For...

type:feature

Although it styles the code and performs the compilation, this extension doesn't seem to lint properly when using multi-root workspaces with either Solhint or Solium. It works fine when you...

icebox

Currently the encoding rules for as_multi require the call to be serialised: ``` as_multi = ScaleDecoder.get_decoder_class("Call", metadata=kusama.metadata) transfer = ScaleDecoder.get_decoder_class("OpaqueCall", metadata=kusama.metadata) transfer.encode( { "call_module": "Balances", "call_function": "transfer", "call_args": {"dest": "CofvaLbP3m8PLeNRQmLVPWmTT7jGgAXTwyT69k2wkfPxJ9V",...

Adding support for new protocols and maintaining support for protocol updates is a huge overhead for atomic teams. It would be great if we could collaborate publicly here to share...

enhancement

I am the CTO of LocalCoinSwap, a pro-Bitcoin P2P exchange. We offer KYC-free trading in over 250 different payment methods, in every country of the world (except for Iran and...

Compiling then running gives same empty output each time ``` $ ./ERADICATE2.x64 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --leading 0 Devices: ```

My system runs cron commands in zsh, and SHELL is appropriately set in my crontab config. However, cronitor insists on using bash for executing commands with `cronitor select`. Can I...