Commit Graph

  • c7cd564d11 fix test, was missing oracle microwavedcola1 2022-02-28 14:48:59 +0100
  • 362b180069 add oracle to to token registration microwavedcola1 2022-02-28 14:44:08 +0100
  • ccab3b867f github workflows microwavedcola1 2022-02-28 12:58:39 +0100
  • 12d2a9f962 make clippy happy microwavedcola1 2022-02-28 12:56:26 +0100
  • 1c47f0d004 add ix handling for stub oracles microwavedcola1 2022-02-28 12:37:07 +0100
  • 3355ed1dcf dont need special crate for this microwavedcola1 2022-02-28 11:18:55 +0100
  • 364f5d895b fix use statement location microwavedcola1 2022-02-28 11:18:35 +0100
  • e8b1563223 optimise imports microwavedcola1 2022-02-28 11:07:04 +0100
  • 3648cba0d0 use discriminator to differentiate between oracles, removes need for a magic constant, same could be done for other oracles microwavedcola1 2022-02-28 11:05:10 +0100
  • 575833c752 ignore expanded file microwavedcola1 2022-02-28 10:52:07 +0100
  • 6345d3ebd4 add todo microwavedcola1 2022-02-28 10:45:03 +0100
  • c0c115bd03 remove unused microwavedcola1 2022-02-28 10:44:08 +0100
  • 4791990d89
    Merge pull request #12 from blockworks-foundation/mc/stub-oracles microwavedcola1 2022-02-28 10:37:24 +0100
  • 823fbeb6b5 stub oracle ix and account state microwavedcola1 2022-02-28 10:36:31 +0100
  • b88989bf3a Tests: Transport error info on send_tx() Christian Kamm 2022-02-28 09:12:24 +0100
  • 7aa2cd7e13 Test cleanups Christian Kamm 2022-02-28 09:03:43 +0100
  • 1b404cc652 Basic health check, no oracles yet Christian Kamm 2022-02-26 17:47:16 +0100
  • 174d38a199 Don't check PDA seeds on use, instead store addresses Christian Kamm 2022-02-26 12:17:20 +0100
  • 2ef2424ac5 Move the asset/liab weights to the Bank account Christian Kamm 2022-02-26 12:04:42 +0100
  • 8f5becc0d5 Asset/liab weights and withdraw amounts Christian Kamm 2022-02-25 18:29:54 +0100
  • d1e2cc28b7 Outline of withdraw instruction Christian Kamm 2022-02-25 15:14:15 +0100
  • 5f5ba723d6 Add basic test setup Christian Kamm 2022-02-25 13:10:51 +0100
  • e6e17dd88c
    Merge pull request #10 from blockworks-foundation/mc/ts-client microwavedcola1 2022-02-23 11:13:13 +0100
  • 1e5b33f85c new line microwavedcola1 2022-02-23 11:12:31 +0100
  • 4a95294312 add todo, fix program id microwavedcola1 2022-02-23 11:12:14 +0100
  • 3dba9095ba bump anchor ts lib microwavedcola1 2022-02-23 11:10:50 +0100
  • 425c2568c7 new line microwavedcola1 2022-02-23 11:10:09 +0100
  • 634d442469 ts client boilerplate microwavedcola1 2022-02-23 11:09:17 +0100
  • a73ba559c2 cleanup microwavedcola1 2022-02-23 10:50:53 +0100
  • 818bd6fe48 Enable anchor seeds extraction Christian Kamm 2022-02-23 10:55:23 +0100
  • 70d3603cb4 Rename group.owner -> group.admin Christian Kamm 2022-02-23 10:19:54 +0100
  • 9f013fb22a Initialize bank indexes Christian Kamm 2022-02-23 10:15:33 +0100
  • 5a4b6263ac Add deposits/borrows tracking Christian Kamm 2022-02-23 10:09:01 +0100
  • 8bc0416ef6 Helper functions to simplify Christian Kamm 2022-02-22 17:13:26 +0100
  • 6b5162cce0 Remove root bank Christian Kamm 2022-02-22 16:46:55 +0100
  • 16baae73d4 Depend on anchor cli 0.22.0 Christian Kamm 2022-02-22 16:45:13 +0100
  • 1b935335fb Drop Default impls, manually set account space Christian Kamm 2022-02-22 15:54:39 +0100
  • 13d1ebb614 Remove bad annotation Christian Kamm 2022-02-22 14:40:49 +0100
  • fdfab14e43 Drop unneeded associated token account program Christian Kamm 2022-02-22 14:35:10 +0100
  • c9ad4f0c94 Very basic deposit instruction Christian Kamm 2022-02-22 14:23:13 +0100
  • 901062d0c1 Add token bank and vault accounts Christian Kamm 2022-02-22 13:31:18 +0100
  • 76a4e717c3 Add forgotten create_account.rs Christian Kamm 2022-02-22 13:31:03 +0100
  • 9b16feaf44 CreateAccount instruction outline Christian Kamm 2022-02-22 13:15:13 +0100
  • 6a7881b725 RegisterToken instruction outline Christian Kamm 2022-02-22 10:09:09 +0100
  • cb94c7c598 CreateGroup instruction outline Christian Kamm 2022-02-22 09:49:02 +0100
  • 6160a80457 First ideas for MangoGroup and MangoAccount accounts Christian Kamm 2022-02-22 09:32:21 +0100
  • d4246f7da1 Upgrade to anchor 0.22.0 Christian Kamm 2022-02-22 09:10:44 +0100
  • a79ee2c8e2 Fix compile by disabling unadapted state/ structs Christian Kamm 2022-02-22 09:05:20 +0100
  • 79b0740cf5
    Merge pull request #9 from blockworks-foundation/mc/state_review microwavedcola1 2022-02-22 09:56:29 +0100
  • b362d3320b notes for self microwavedcola1 2022-02-10 10:50:57 +0100
  • f2921d2272 add todos microwavedcola1 2022-02-10 10:49:45 +0100
  • 268db58294 fix imports microwavedcola1 2022-02-10 10:04:47 +0100
  • 1156fe8924
    Merge pull request #8 from blockworks-foundation/mc/state_layout microwavedcola1 2022-02-10 09:34:52 +0100
  • b31cd9c56e add comments from notion microwavedcola1 2022-02-10 09:11:39 +0100
  • 5edbd70dd0 add daffys notes from notion microwavedcola1 2022-02-10 09:09:42 +0100
  • 5ab8f6e09e copy structs from v3, next goal is to see what we can retain and what to change microwavedcola1 2022-02-10 09:07:34 +0100
  • d7229d7a48 Program struct microwavedcola1 2022-02-02 11:55:44 +0100
  • 38ee659ce9 Extend note microwavedcola1 2022-01-21 19:31:16 +0100
  • 7b9f29d8b9 readme microwavedcola1 2022-01-21 19:30:28 +0100
  • b35802c555 turn off doc tests, make script executable microwavedcola1 2022-01-21 19:25:13 +0100
  • 66172881a1 First commit microwavedcola1 2022-01-21 19:21:46 +0100