-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Many syntax errors for web/yaamp/core/exchange #16
Open
Pacius
wants to merge
999
commits into
globalzon:master
Choose a base branch
from
tpruvot:next
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
some unstable (or flooded) wallet chains like LUX may fork twice
Handle coinbase for innova and eternity.
https://bitcointalk.org/index.php?topic=2272607.msg23083239#msg23083239 Masternode payments enabled. getblocktemplate: "masternode": { "payee": "D5rbtUcYuyDPdFpotGBvzoGjt9z81QoKpj", "script": "76a91407d98dac0453c81cc78e7b0c834a574894d1afc388ac", "amount": 500001496 }, "masternode_payments_started": true, "masternode_payments_enforced": true, so, should be new version (like on Dash 12.1) coinbase.cpp (stratum on yiimp) strcmp(coind->symbol, "DASH") == 0 || strcmp(coind->symbol, "DASH-TESTNET") == 0) // Dash 12.1 ------- Ticker is DSR: http://coinsmarkets.com/trade-BTC-DSR.htm
its not required to sort them, and can cause some "race" issues
disabled by default, and not enough infos about symbols (no coin label etc)
for recent mysql default constraints
Including * ONEX Cash (https://bitcointalk.org/index.php?topic=2393150.0) * GoByte (https://bitcointalk.org/index.php?topic=2414021.0) * KZCash (https://bitcointalk.org/index.php?topic=2312421.0)
Generally happen if the wallet balance is too low, but in some cases could be also a rpc timeout (CHC), so it require to be manually checked by the admin in the wallet tx history.
nova is closing in a week... better to ignore it now.
disabled by default, optional...
commit c59abe5d203fabdabcca81ff5f9c6ff133cfae3b Author: Tanguy Pruvot <[email protected]> Date: Tue Nov 28 11:13:52 2017 +0100 segwit: show a segwit icon on blocks history + remove some inline styles... commit b4a8639370e6837ebc5a2047e7c334e9f931abfc Author: Tanguy Pruvot <[email protected]> Date: Tue Nov 28 09:55:40 2017 +0100 segwit: cleanup + masternode case tested ok with BSD (block 400996), and with real BTX segwit txs (block 90958) also ok on VTC and GRS commit 926dbd11757ebff7f7d4930266de9b9061c8ab16 Author: Tanguy Pruvot <[email protected]> Date: Sat Nov 25 18:41:01 2017 +0100 sql: add segwit fields, and ui config and fill block segwit field if it contains segwit txs, an icon is added in the dashboard "last blocks" for these blocks commit 0b13bf55e9dd1d2229d188f0f8382b27642b20da Author: Tanguy Pruvot <[email protected]> Date: Sat Nov 25 13:47:20 2017 +0100 segwit: include commitment in coinbase + .conf toggle tested ok on BTX, GRS and VTC with normal txs, but the commitment merkle hash maybe need some more love... so, to prevent useless bigger blocks, only generate segwit commitment if a segwit tx is present in mempool to check with real segwit txs... not seen any yet.. commit b508bc87943d9e426cda994c2f53c16c11e8d4c3 Author: Tanguy Pruvot <[email protected]> Date: Thu Mar 2 11:18:34 2017 +0100 segwit: prepare the witness data, but disabled need more test, may affect the coinbase merkle and the miners... commit 19bd3a83b9ddddd8b5ed4b7a1bdf8cf8c233e346 Author: Tanguy Pruvot <[email protected]> Date: Thu Mar 2 10:30:29 2017 +0100 stratum: handle and auto toggle segwit if supported
Fixing a typo in balance update: $market->balance was updated by $balance->HeldForTrades but should be $balance-.Available This caused properly updated balance in previous loop to be overwritten by wrong value.
(disabled by default in settings table)
disabled by default, edit settings table
Since 6.16.3, listtransactions requires '*' in account field And soon, it may require different rules for mining (algo)
can be useful for miners without password argument (like gominer)
via the BitShares Block Explorer API...
private api to finish, tired to decrypt asian brains...
also fix the new market and coindb icons urls
Implement founder reward in coinbase output if present and enabled in block template (for PGN)
Some auxpow coins return error:null, result:null on success and are not reported correctly. I have not found a coin which returns this on failure.
This explorer data seems fully random and incomplete, useless so This reverts commit a36f11d.
can add coin ImageCoin with decode block function ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
whether or not the api was already left in the key.php and servercofig.php