Ville Sundell
Ville Sundell
Problem involving payouts is now fixed, using @voith's math. Now payout tokens can be more or less numerous than the available security tokens. Also, tests are improved to check that...
Previously we had a check for isToken() interface function. The check was important to test if the address is actually a token, wrong token would make claiming upon unsuccesful locking...
Merging (and solving) current master to Tim Loh's throw() elimination branch.
Using smart contracts from the smart-contracts repo: a6458b6751d347d815a13b511782d5acd5da6d8a
Docgen was originally developed as a part of the Prover. However, Docgen is now independent of Prover, so moving it from Prover to its own directory seems the next logical...
Added support for International Phonetic Alphabet using [app-pinyin-phonetics](https://github.com/r12a/app-pinyin-phonetics) originally by @r12a, slightly improved version now available at https://github.com/villesundell/app-pinyin-phonetics. Because this might raise ideological disputes, the feature is disabled by default.
# Document Bug Report **Document URL:** (The whole repository.) **Describe the document's bug:** License is not specified, making the content essentially closed source. **Other information:** This can be fixed in...
Hello! It seems that binaries are not produced if warnings are encountered (`1.6.1-5ac671a`). Consider the following file, let's call it `Invalid.move`: ``` /** invalid documentation comment **/ ``` Running `dove...
Hello, fellow Move soldiers! We continue marching on, despite the negative news lately. Glad to see 1.6 being released nevertheless :tada: The previous issue with `dove test` that was fixed...
Hello! Using [TaoHe](https://github.com/taoheorg/taohe/), consider the following file, and place it to `scripts/`: ``` script { use TaoHe::Errors; fun dummy_1() { assert(true, Errors::ownable_not_owned()); } } ``` It results the following error...