-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bunDev2 #1028
bunDev2 #1028
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1028 +/- ##
=======================================
Coverage 61.74% 61.74%
=======================================
Files 172 172
Lines 14125 14125
=======================================
Hits 8721 8721
Misses 4656 4656
Partials 748 748
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ueries, remove Three
If this offers improvements on what is in Sorry -- I do not explicitly know the state of the code so it is hard for me to judge on that. |
import { StdFee } from '@cosmjs/amino'; | ||
import { assets } from 'chain-registry'; | ||
import { cosmos } from 'interchain-query'; | ||
import { Grant, GenericAuthorization } from 'interchain-query/cosmos/authz/v1beta1/authz'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
import { assets } from 'chain-registry'; | ||
import { cosmos } from 'interchain-query'; | ||
import { Grant, GenericAuthorization } from 'interchain-query/cosmos/authz/v1beta1/authz'; | ||
import { MsgSubmitClaim } from 'quicksilverjs/types/codegen/quicksilver/participationrewards/v1/messages'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -1,6 +1,6 @@ | |||
import { Box, Flex, Text, Icon, VStack, HStack, Heading, Spinner, Tooltip, Grid } from '@chakra-ui/react'; | |||
import { Progress, Flex, Text, VStack, HStack, Heading, Spinner, Tooltip, Grid, Center, Box } from '@chakra-ui/react'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
1. Summary
Fixes # (issue)
2.Type of change
3. Implementation details
4. How to test/use
5. Checklist
6. Limitations (optional)
7. Future Work (optional)