-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add vesting support #54
Conversation
@msteiner96 is attempting to deploy a commit to the Interchain Team on Vercel. A member of the Team first needs to authorize it. |
This pull request is being automatically deployed with Vercel (learn more). cosmos-multisig-ui – ./🔍 Inspect: https://vercel.com/interchain/cosmos-multisig-ui/94eNfjKotmq8oPjW5osSXNw1NPgm |
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.
💪
Tried this on a deployment on this preview build. |
Hmm, the error message is not from latest CosmJS. Is the deployment URL the right one? @msteiner96 did you rebase this on latest master? |
Oh no cosmjs needs to be updated for that. Need to merge master into it |
@nooomski It should work now, updated CosmJS in the branch |
Tried it again using a most recent deployment: https://cosmos-multisig-22qjafq1m-interchain.vercel.app/ |
Btw, just wanted to add, the vesting end time should probably just be a regular date and time that the app converts to UNIX timestamp. Ideally some date picker would be implemented, but would be good for @samepant to look at the UX there. |
The error message is coming from the |
I've added it here. I'm currently trying to figure out why it worked in my latest test. I was able to sign it with keplr. Will investigate on this and tell you my results :) |
Did you? In the |
Resolves #49