Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Batched Transactions #36

Closed
gakonst opened this issue Jun 22, 2020 · 0 comments · Fixed by #43
Closed

Batched Transactions #36

gakonst opened this issue Jun 22, 2020 · 0 comments · Fixed by #43

Comments

@gakonst
Copy link
Owner

gakonst commented Jun 22, 2020

Is your feature request related to a problem? Please describe.

Currently, submitting multiple transactions can be done either by:

  1. joining multiple futures together: problem -> not atomic
  2. using a smart contract which would have internal business logic for each transaction type: problem -> inflexible

It'd be nice if we could batch together a bunch of transactions atomically in a flexible way.

Describe the solution you'd like

We should provide a nice API to the MultiCall contract, similar to Multicall.js. Liquity has another JS impl for something similar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant