Commit Graph

415 Commits

Author SHA1 Message Date
Sebastian.Bor 408cc78c7a fix: use source mint decimals for voting mints 2021-04-06 20:44:13 +01:00
Jordan Prince eda4f82640
Merge pull request #39 from SebastianBor/main
Proposals: Add quick vote
2021-04-06 09:43:55 -05:00
Sebastian.Bor e6a6122142 fix: fix vote refund and token withdrawal messages 2021-04-06 11:00:57 +01:00
Sebastian.Bor af2969ea35 fix: update voting messages and icons 2021-04-06 10:19:58 +01:00
Sebastian.Bor a3129aaab7 feat: split vote button into yeah/nay buttons on proposal page 2021-04-05 22:11:22 +01:00
Sebastian.Bor 4524838aa2 choore: move useThatState hook to commom package 2021-04-05 20:50:17 +01:00
Sebastian.Bor 8f76caf7ed feat: simplified withdraw vote workflow 2021-04-05 19:41:24 +01:00
Sebastian.Bor 63467f1acb fix: combine deposit source toenas and vote into a single transaction 2021-04-03 00:50:15 +01:00
Sebastian.Bor 15958d211a feat: change votting on/off toggle to radio buttons 2021-04-02 22:01:54 +01:00
Sebastian.Bor 5816cbda5e fix: restrict voting to Voting state and governance token avaliability 2021-04-02 19:08:13 +01:00
Sebastian.Bor a47b1043b6 fix: create and use useLatestState hook to get up to date useState hook state 2021-04-02 18:49:12 +01:00
Sebastian.Bor a332d6a69b choore: rename QuickVote to Vote 2021-04-02 17:45:43 +01:00
Sebastian.Bor 6c75998abe feat: remove register/vote workflow 2021-04-02 16:59:51 +01:00
Sebastian.Bor f13b63b0b2 feat: add quick vote 2021-04-02 10:46:28 +01:00
bartosz-lipinski 223d4a1f36 fix: css 2021-03-29 23:00:23 -05:00
bartosz-lipinski 6934baaffc feat: bridge css 2021-03-29 22:58:34 -05:00
Juan Diego García a32c87ff16
UI desing (#36)
* Added first design part

* Added full design and footer

* Added footer and navbar

* Fix temp transfer
2021-03-29 22:51:31 -05:00
Jordan Prince 769bce1caa
Refactor timelock (#35)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

* Refactored timelock state out of timelock set, plus a few other fixes

* Get rid of draft mode only voting and the concept of any above vote slot, which we never will use

* Add count to timelock config plus some other minor fixes

* WIP commit on two-mint proposals

* Finish support for councils

* Update to new ids for demo

* Add voter visual support with dummy data for now. Need to follow up with hookup.

* Change withdrawals so they burn votes when you withdraw during voting instead of just outlawing it.

* Add RPC-based governance record hook up to the front end visual display

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-29 15:18:56 -05:00
Jordan Prince fc61467f3b
Refactor timelock (#33)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

* Refactored timelock state out of timelock set, plus a few other fixes

* Get rid of draft mode only voting and the concept of any above vote slot, which we never will use

* Add count to timelock config plus some other minor fixes

* WIP commit on two-mint proposals

* Finish support for councils

* Update to new ids for demo

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-25 17:53:19 -05:00
bartosz-lipinski 8fc5e15432 feat: add claimed vaa format 2021-03-25 12:22:45 -05:00
Jordan Prince e35050ec15
Proposals (#32)
* Timing fixes to avoid burnout in the rpc layer

* New ids for demo

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-25 08:47:43 -05:00
Jordan Prince eb13626ca7
Proposals (#31)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-24 16:11:30 -05:00
bartosz-lipinski 6a9a5e8674 fix: proposals release 2021-03-22 15:37:08 -05:00
bartosz-lipinski d70f7c282d feat: update account 2021-03-22 13:11:12 -05:00
bartosz-lipinski a5338e177d feat: fix phantom connectivity 2021-03-22 10:21:09 -05:00
bartosz-lipinski 10e46652da feat: add phantom 2021-03-22 09:22:06 -05:00
bartosz-lipinski be26b0e9fc feat: proposal page 2021-03-21 21:06:14 -05:00
bartosz-lipinski 152473fa45 feat: style 2021-03-21 19:28:53 -05:00
bartosz-lipinski d4a7ebd19a feat: mobile layout 2021-03-21 15:14:00 -05:00
bartosz-lipinski bbeaf5c420 feat: proposals style 2021-03-21 00:20:10 -05:00
bartosz-lipinski 3f2ced7ef4 feat: bridge 2021-03-20 18:41:24 -05:00
bartosz-lipinski bb27547446 feat: governence deployment 2021-03-20 17:39:19 -05:00
bartosz-lipinski 9bbb224014 Merge branch 'main' of https://github.com/solana-labs/oyster into main 2021-03-20 17:31:32 -05:00
B aadc4ebe83
Merge pull request #30 from solana-labs/proposals
Proposals
2021-03-20 17:27:56 -05:00
Dummy Tester 123 b8262223d3 Have execute button show up when ready using a set interval trick. 2021-03-20 16:58:06 -05:00
Dummy Tester 123 f68560ea35 Fix footer. 2021-03-20 16:17:18 -05:00
Dummy Tester 123 17a0100f4f Fix list pagination 2021-03-20 16:07:33 -05:00
Dummy Tester 123 502410e9dd Bugfix for execute account construction 2021-03-20 15:14:09 -05:00
bartosz-lipinski a5468636ca Merge branch 'main' of https://github.com/solana-labs/oyster into main 2021-03-19 20:55:19 -05:00
bartosz-lipinski 92fefe2b9f feat: pair 2021-03-19 20:54:51 -05:00
B 81e7264f5d
Merge pull request #28 from solana-labs/proposals
Fix some counting bugs, add functionality for defeated and executed s…
2021-03-19 18:24:56 -05:00
B ed660edc5d
Merge pull request #29 from yamijuan/wallet-connect-2nd
Added disconnect and change wallet for eth
2021-03-19 18:24:48 -05:00
Dummy Tester 123 eb701291d9 testing commit 2021-03-19 18:07:23 -05:00
juan 985c372691 Added disconnect and change wallet for eth 2021-03-19 17:33:45 -05:00
Dummy Tester 123 0227b5f655 Fix some counting bugs, add functionality for defeated and executed states 2021-03-19 17:19:03 -05:00
bartosz-lipinski 4c2eca612e Merge branch 'main' of https://github.com/solana-labs/oyster into main 2021-03-19 13:42:25 -05:00
bartosz-lipinski b27645aed0 chore: remove debugger 2021-03-19 13:42:21 -05:00
B a8a16c2543
Merge pull request #27 from yamijuan/wallet-connect-2nd
Add metamask and walletconnect providers
2021-03-19 13:41:22 -05:00
juan 29a540e9a6 changed infura API key 2021-03-19 13:40:14 -05:00
juan 27dc4cfb4c Merge branch 'main' of github.com:yamijuan/oyster into wallet-connect-2nd 2021-03-19 13:38:31 -05:00