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

Many syntax errors for web/yaamp/core/exchange #16

Open
wants to merge 999 commits into
base: master
Choose a base branch
from

Conversation

Pacius
Copy link

@Pacius Pacius commented Jan 11, 2018

whether or not the api was already left in the key.php and servercofig.php

	if (empty(EXCH_BITTREX_SECRET) && strpos($method, 'public') === FALSE) return FALSE;
	if (empty(EXCH_BITTREX_KEY) && strpos($method, 'public') === FALSE) return FALSE;

tpruvot and others added 30 commits September 17, 2017 03:47
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
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
mantlik and others added 12 commits October 9, 2018 02:49
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)
tpruvot and others added 7 commits February 2, 2019 17:56
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)
lavajumper and others added 2 commits February 25, 2019 02:16
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.
@mceme
Copy link

mceme commented Apr 23, 2019

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.