-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gasless Bundled Transactions #31
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 1500.0 USDT (1500.0 USD @ $1.0/USDT) attached to it as part of the bcnmy fund.
|
Yes you can definitely use Biconomy as a web3 provider but the end goal is to use mexa sdk for the gasless transactions and use Biconomy relayer infrastructure to relay meta transactions. |
Make sure you handle the order of the transaction also. |
From the Gitcoin bounty page it seems no one is working on this bounty, so I'm thinking of putting together a submission over the next two days. Let me know if the below proposal would be eligible for this bounty: Design a contract similar to Multicall where an On the frontend, when a user visits the app they will connect their web3 wallet. On their first visit to the app we deploy their wallet contract. The app presents a selection of contract methods to the user (such as mint cDAI or join PoolTogether), and lets them execute all actions as a bundled transaction by calling |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 1 day, 19 hours from now. 1) mds1 has started work. I'll design a contract similar to Multicall where an On the frontend, when a user visits the app they will connect their web3 wallet. On their first visit to the app we deploy their wallet contract. The app presents a selection of contract methods to the user (such as mint cDAI or join PoolTogether), and lets them execute all actions as a bundled transaction by calling Learn more on the Gitcoin Issue Details page. |
@mds1 Sure. That's eligible. A nice DeFi/Gaming use case along with the smart contract layer would be awesome :) |
Make sure the solution is generic in nature and handles cases like too many transactions in the bundle as each block has a Gas limit, and it should be generic enough for the caller to choose if while bundle should fail if one of the tx fail or not. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 1500.0 USDT (1500.0 USD @ $1.0/USDT) has been submitted by: @tomarsachin2271 please take a look at the submitted work:
|
Hey all, just wanted to follow up on this bounty and see what the status was! |
Issue Status: 1. Open 2. Cancelled The funding of 1500.0 USDT (1500.0 USD @ $1.0/USDT) attached to this issue has been cancelled by the bounty submitter
|
Prize Bounty
$1500
Challenge Description
Bundling Transactions could help in reducing network congestion and save gas fees for the users, but more importantly, it could drastically improve the UX of the DApps as well.
Build a Smart Contract Layer to bundle multiple transactions on-chain into a single transaction to save gas fees and integrate biconomy to provide gasless transactions for the users. The contract layer must be generic and must be able to support transactions from different arenas( DeFi, Gaming, etc.)
Transaction ordering should be preserved and proper error handling should be considered.
E.g Create a smart contract wallet and call functions on contract wallet in one Bundled Transaction on-chain
Submission Requirements
Submission Deadline
May 27, 2020
Judging Criteria
We are looking for projects to extract complexities and build an easy to use smart contract layer off-chain and on-chain.Composability must be considered.
Keeping transaction ordering and how to handle the case if one or more transactions from the bundled transaction fail, will be major factors while evaluating the solution.
Winner Announcement Date
June 2, 2020
The text was updated successfully, but these errors were encountered: