Skip to content
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

Fix delegation abi and restore test #207 #211

Merged
merged 4 commits into from
Nov 12, 2018

Conversation

zxcat
Copy link
Contributor

@zxcat zxcat commented Nov 12, 2018

resolves #207

+ update vesting smart-contract to work with different-precision token
+ update vesting converting so 1 token initially gives 1 vesting (and vice-versa) with any precision
+ updated test_apis to have different precisions tor token and vesting
+ `create_vesting`, `open` shortcuts added to vesting api (not require to pass symbol)
+ updates vesting tests to work with different precisions
+ fixed ctrl, emit tests to use right apis for asset creation
+ some cleanup
@zxcat zxcat self-assigned this Nov 12, 2018
@zxcat zxcat added this to the Sprint-nov-12 milestone Nov 12, 2018
@zxcat zxcat added WIP work in progress and removed WIP work in progress labels Nov 12, 2018
@zxcat zxcat requested review from s-medvedev, adedkov and kaynarov and removed request for adedkov November 12, 2018 13:50
@zxcat zxcat removed the request for review from kaynarov November 12, 2018 14:39
@zxcat zxcat merged commit ebd7eb8 into master Nov 12, 2018
@zxcat zxcat deleted the 207-fix-delegation-abi-and-tests branch November 12, 2018 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delegation is broken, can't deserialize
2 participants