-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fungible Tokens & Direct Tipping #842
Conversation
d03f58c
to
377c73c
Compare
consistently use amount_AE update contract replace local contract with github version replace local contract with github version fixup 1 TipTitle: Extract topicRegex
fix atoms to ae adjust tokenInfo route create or change allowance fix fix change allowance show all tokens for tip Fixup SendTip fixup unshift fixup utils/aeternity fixup config/constants fixup send comment type fixup AeAmount fixup AeAmountFiat
fixed token balances vuex usage fixup fixup show token balances fixed topics amount show tokens amount only without iframe wallet persist token information in state fixup token balances fixup RightSectionWallet
Fixup AeInputAmount fixup TipRecord fixup token selector
377c73c
to
7721bb5
Compare
Well, the breaking of the author wasn't intentional, it is because of my git gui, I have fixed that.
All fixes, adjustments after code review/rebasing are not needed. If you need to fix something after rebasing it means that the rebasing was did wrong. Review remarks usually are quite obvious and don't need to be preserved. So long branch of commits is more difficult to rebase, I think squashing was needed to be done by Stan in the previous PR. The line when history becomes immutable is merging to develop, until that I think we can freely polish it. |
the rebased version of #810 with applied #832
I have squshed the overlapping changes, reducing the commit amount that have simplified rebasing. The diff is almost the same as in the base branch, except that I have extracted #836, you can compare branches by
git diff feature/Fungible-Tokens-Direct-Tipping-3 feature/fungible-token-featureflagged
. I'm going to test this and check the iframe wallet state.