yangmi

Results 14 issues of yangmi

Compiling paillier v0.3.0 (https://github.com/KZen-networks/rust-paillier?tag=v0.3.0#735c95ec) Compiling publicsuffix v1.5.4 error[E0557]: feature has been removed --> /root/.cargo/git/checkouts/rust-paillier-5e0399ff4bbd1793/735c95e/src/lib.rs:1:12 | 1 | #![feature(custom_attribute)] | ^^^^^^^^^^^^^^^^ feature has been removed | = note: removed in favor...

failed to send transaction: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x4

user-submitted-issue

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDebugBuild'. > Android dependency 'androidx.drawerlayout:drawerlayout' has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath....

Thank you so much for the great project! **Question** I use the library to get btc address and eth address successful.But I do know how to signature eth .Can you...

Can you give me some advice?

curl http://127.0.0.1:18080/ -d '{"method": "order.put_market", "params": [1, "BTCBCH", 1, "10","0.002"],"id": 1}' { "error": { "message": "invalid argument", "code": 1 }, "result": null, "id": 1 }

how tradingview show ?

Ld /Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/meituan.app/meituan normal x86_64 (in target 'meituan' from project 'meituan') cd /Users/dilireba/Desktop/meituan-master /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios8.2-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/AFNetworkActivityLogger -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/AFNetworking -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/MBProgressHUD -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/MJExtension -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/MJRefresh -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/SDWebImage -L/Users/dilireba/Library/Developer/Xcode/DerivedData/meituan-fwkykmohghnqpnblxiywgzfvvuds/Build/Products/Debug-iphonesimulator/SVProgressHUD -LPods/UMengAnalytics -LPods/UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6 -LPods/UMengAnalytics/umsdk_IOS_analytics_idfa_v3.4.6/UMAnalytics_Sdk_3.4.6 -L/Users/dilireba/Desktop/meituan-master/meituan/Others/Library/UMSocial_Sdk_4.2.3 -L/Users/dilireba/Desktop/meituan-master/meituan/Others/Library/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI...

``` if tally := snap.Tally[candidate]; tally.Votes < snap.ValSet.Size()/2 { if tally.Authorize { logger.Info("BFT: reached majority to add validator") snap.ValSet.AddValidator(candidate) } else { logger.Info("BFT: reached majority to remove validator") snap.ValSet.RemoveValidator(candidate) //...