Results 12 issues of Alex

Should custom fields be implemented? I believe a lot of people would find it useful especially in terms of funding an app or game with virtual credits. It can currently...

EVM opcode Instruction.BLOCKHASH uses BlockHashProvider which is not implemented, this functionality needs to be implemented for the opcode Instruction.BLOCKHASH to work.

Bug 🐛

eth_call requires from field so breaks under nethereum, but works under json rpc if from field is included. eth_call should work without from field.

Bug 🐛

Handlers would be cleaner to be added via DI through Autofac.

Enhancement 👷

From the discussion at the start of the year RPC projects have been deprecated in favor of Eth Api and Dfs Api.

Question ❓

Current protobuf wire MultiAddress format is: /ip4/77.68.110.78/tcp/4001/ipfs/18n3naE9kBZoVvgYMV6saMZe3GsQiDaWiuhi4ngsz4yYghzBZanWyrCCxbg3QWZmWCK3 We can use a more optimized structure such as: { ip, bytes port, bytes peerId, bytes } and reconstruct on the backend.

Enhancement 👷
Question ❓

I have noticed some unit or integration tests are quite complicated and it is very hard to follow, they do not use a unit test pattern such as AAA and...

Enhancement 👷