-
Using a contract will allow us to make the tx atomic, which should provide a bit of protection from uncle leak attacks of any kind.
Possible function signature:
```solidity
function transferAnd…
-
Binance Hackathon: The Future Is Now
==========================================
Binance is proud to be partnering with Gitcoin on Binance Hackathon: The Future Is Now, a 3-week virtual hackathon eve…
-
Truffle tests running on ganache often issue an `evm_revert` to roll back to an earlier clean state. This causes issues with nonce management on the relayer, which tracks its own nonce, and falls out …
-
I was talking with @austingriffith here at DEVCON4 and I think we should add his transaction loader to the UI (especially for mainnet when the user has no idea when transactions will go through). A li…
-
When sending a meta tx to a contract that does not have a correct RelayHub address set, the client throws an error _Returned values aren't valid, did it run Out of Gas?_.
May be related to https://…
-
Support sending raw transactions via the GSN provider. We probably need to catch `eth_sendRawTransaction` besides `eth_sendTransaction`.
Requested by the CryptoManiacs team. Make sure to reach out …
-
Currently the provider may accept a `key` parameter, that will be used to sign meta-txs. We need to review the following potential issues:
- What happens if a tx is sent `from` an address different…
-
I was looking over the blockchain to see if my node is behaving and perhaps getting some traffic.
I noticed there was a flurry of activity some hours ago on the contract all from mainnet1.ddns.tabo…
-
I was standing up a relay node on mainnet.
I followed this guide
https://gist.github.com/spalladino/f516b46bdefb5e025c5d28daf7ad1491
I am using infura for my provider and the network as I said is m…
-
## Scope
- The burner-wallet's packaged source code is currently 12-14MB
- It has a really poor Google PageSpeed ranking: https://github.com/austintgriffith/burner-wallet/issues/57
- There are so…