-
If we create 100 ETH Withdrawals, each is 1 ETH, and hotwallet has 50 ETH
now we process them all
while we process it, we call eth_getBalance which returns the whole balance of the wallet.
ho…
-
https://github.com/statechannels/go-nitro/pull/1517#discussion_r1293608897
-
Hello UI Bounty Hunters,
Zinc is a work based identity platform, our goal is to open source the interview process. We've developed a recruiting toolkit that helps companies hire and allows individu…
-
[solang](https://github.com/hyperledger-labs/solang): Solidity Compiler for Solana,
- [ ] #2
- [ ] **src lang -> src AST -> dst AST -> dst lang**
- [ ] language syntax: https://solang.readthedoc…
xhliu updated
2 years ago
-
#### Expected behavior
When calling `estimateGas` for a contract deployment it should use the `data` parameter only to estimate gas and should not use an `input` parameter. Take the following […
-
### Description
Hi everyone!
I believe the eth_call method in the JSON-RPC server should support both "input" and "data" as parameters for sending the hash of the method signature and encoded parame…
-
### Is your feature request related to a problem? Please describe.
Getting to understand Ethereum from a high-level perspective was one of the challenges I had, in understanding what Ethereum is.
…
-
### What problem does your feature solve?
As a transaction-submitting developer, I need a way to estimate inclusion fee so that I can be sure my transaction will make it into the next ledger.
…
-
**Describe the bug**
Function PurchaseItem() in GetListedNFT class is not working as expected, it throws an error in line 139:
```
var txRequest = new TransactionRequest
{
…
-
**Describe the bug**
A clear and concise description of what the bug is.
When fetching more than one piece of data (e.g. balanceOfBatch from ERC1155), the contract only returns just a Big number D…