Skip to content

Commit

Permalink
burning plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Nov 23, 2023
1 parent bd656ec commit 3963a78
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 14 deletions.
48 changes: 36 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,45 @@
tags: "#mev #composable #cvm #mantis #defi #cosmos #cosmwasm #evm #ibc"
---

For `issues` and `high level docs` go to `ComposableFi/composable` repo
For `issues`:

https://github.com/ComposableFi/composable/

## Plan for today
For `tech question and talks`:

3. Start simulator.
4. Split coin
5. Randomize
6. Make TX
7. Converts to Input and output back
8. TX solution.
6. Run for a while.
7. Deploy
https://discord.com/channels/828751308060098601/1162324949277622333

https://discord.com/channels/828751308060098601/1163404253537247283

# CFMM
For `higher level docs`:

- query
https://github.com/ComposableFi/composable/tree/main/docs/docs/technology/mantis




## Plan for todayS

1. move CVM shared code here, make it build as part of composable as include src
2. build generator of CVM into contract
3. build storage for solution tacking with is own VW
3. add block to order filled
4. put volume into solution
5. split solution contract into algorithms.rs and cw storage deps
6. describe data model of contract
7. finalize porting bruno solver to rust
9. runs bruno simulator to have same output
8. use solver from rust as bruno used in rust
9. query pools of osmosis (using state or JSON? JSON 100%)
10. push ATOM to CVM configs on all chains
11. add support for cvm/ prefixed asses to contract
12. query CVM for mapping of assets
13. in and out data for bruno algortihm
14. fix cross chain movements integration, imrove tracking code
15. deploy/redeploy/reredeploy with fixes
16. test assets on osmosis
17. NEUTRON CVM adapter
17. NEUTRON CVM devnet test
17. NEUTRON CVM mainnet test
17. NEUTRON CVM test joe assets
18. redeplo solver with fixes
4 changes: 4 additions & 0 deletions contracts/cosmwasm/order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ When bidder joins, percentage averaged appropriately, with always larger bid for
For each accepted route, Solver is delegated with relevant amount to withdraw.


### Data model




2 changes: 0 additions & 2 deletions mainnet.sh

This file was deleted.

0 comments on commit 3963a78

Please sign in to comment.