microwavedcola1
|
1b7b261460
|
feat(explorer): render program name, ix name, and account names from on chain idl for specific anchor programs (#23499)
* show titles of ix, from idl
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* remove unused
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* remaining accounts
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* fallback
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* fix from code review: remove default for the non fallback case
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* keep camelcase
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* formatting
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
|
2022-03-23 12:14:26 -07:00 |
|
Richard Patel
|
3d021cffa3
|
explorer: add Pyth instruction support (#23551)
|
2022-03-11 21:59:16 +08:00 |
|
Richard Patel
|
949006b5a2
|
explorer: format Instructions title as singular/plural (#23553)
|
2022-03-09 20:53:29 +08:00 |
|
microwavedcola1
|
f7a5c0301a
|
Mango v3 integration (#19437)
* mango v3 integration
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* more instructions InitMangoAccount, Deposit, Withdraw, InitSpotOpenOrders, ConsumeEvents
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* add support for addPerpMarket
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* code review
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* make group config handling generic
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* code review
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
* fix issue where rpc calls would be done infinitely - basically react useeffect (when to change) was not narrow enough + added some caching
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
|
2021-09-04 00:01:29 +02:00 |
|
Justin Starry
|
1c88189a1c
|
explorer: Add transaction inspector (#17769)
* Add SolBalance component helper
* Add transaction inspector
* Feedback
|
2021-06-21 18:53:06 -05:00 |
|
Justin Starry
|
179856c13a
|
explorer: Display correct list of block programs (#17489)
|
2021-05-26 08:21:07 -07:00 |
|
Josh
|
769136f586
|
feat: associated token program card (#17043)
|
2021-05-05 11:49:05 -07:00 |
|
DR497
|
0ef5a9b1d7
|
explorer: add Bonfida Bots instructions (#16872)
* explorer: add Bonfida Bots instructions
* Update explorer/src/components/instruction/BonfidaBotDetails.tsx
Co-authored-by: Josh <josh.hundley@gmail.com>
* explorer: Bonfida Bot instructions fixes
Co-authored-by: Josh <josh.hundley@gmail.com>
|
2021-04-29 15:47:10 -07:00 |
|
B
|
9b26c45be6
|
explorer/wormhole (#15948)
* feat: add lending instruction names
* chore: capitalize words
* feat: add wormhole card
* feat: add asset contract
* chore: format
|
2021-03-17 10:53:50 -05:00 |
|
Josh
|
8d0d6ded01
|
feat: introduce three new Serum instructions and program ID, rename bpf-upgradeable-loader card (#15679)
|
2021-03-03 16:43:06 +00:00 |
|
Josh
|
8c73187b1e
|
fix: expand vote details card to cover all instructions (#15602)
|
2021-03-01 13:45:19 -08:00 |
|
Josh
|
d679eff3fa
|
fix: remove old hotfix for web3 inner instructions (#15604)
|
2021-03-01 13:44:43 -08:00 |
|
Josh
|
24af9961d2
|
hotfix: explorer temporary disable vote instruction card (#15596)
|
2021-03-01 18:05:51 +00:00 |
|
Josh
|
e7bb1b7cd5
|
feat: introduce upgradeable bpf loader instruction cards (#15563)
* feat: introduce upgradeable bpf loader instruction cards
* feat: text-muted datatype labels consistently
|
2021-02-26 15:50:37 -08:00 |
|
Josh
|
976a64c25c
|
explorer: introduce vote instruction card (#15521)
* refactor: move instruction section to components
* feat: votes instruction card
* refactor: move program log section into separate component
|
2021-02-24 20:38:53 +00:00 |
|