pool/sql
Tanguy Pruvot cbe55a3a84 Squashed commit for segwit support:
commit c59abe5d203fabdabcca81ff5f9c6ff133cfae3b
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
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 <tanguy.pruvot@gmail.com>
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 <tanguy.pruvot@gmail.com>
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 <tanguy.pruvot@gmail.com>
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 <tanguy.pruvot@gmail.com>
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 <tanguy.pruvot@gmail.com>
Date:   Thu Mar 2 10:30:29 2017 +0100

    stratum: handle and auto toggle segwit if supported
2017-11-28 11:55:20 +01:00
..
2015-07-01-accounts_hostaddr.sql sample database change, coins hasmasternodes 2015-07-23 05:56:49 +02:00
2015-07-12-yaamp.sql.gz sample database change, coins hasmasternodes 2015-07-23 05:56:49 +02:00
2015-07-15-coins_hasmasternodes.sql coin: show a sample config in form + new fields 2015-07-23 05:56:50 +02:00
2015-09-20-blocks_worker.sql db: save blocks worker id for worker stats 2016-04-02 15:08:43 +02:00
2016-02-17-payouts_errmsg.sql db: save payout errors 2016-04-02 15:08:43 +02:00
2016-02-18-accounts_donation.sql db: handle custom user donation percents 2016-04-02 15:08:43 +02:00
2016-02-23-shares_diff.sql shares: store (temporary) submitted work diff for future stats... 2016-04-02 15:08:43 +02:00
2016-03-26-markets.sql markets: new fields + balances update 2016-04-02 15:11:53 +02:00
2016-03-30-coins.sql coins: change default order to creation date, desc 2016-04-03 15:19:36 +02:00
2016-04-03-accounts.sql sql: rename account last_login to last_earning 2016-04-03 15:19:52 +02:00
2016-04-03-yaamp.sql.gz db: refresh the initial sql dump 2016-04-03 16:31:59 +02:00
2016-04-24-market_history.sql sql: keep btc and user defined markets history 2016-04-24 10:23:21 +02:00
2016-04-27-settings.sql sql: settings table for exchange variables 2016-04-27 09:58:32 +02:00
2016-05-11-coins.sql sql: new coin db fields multialgos watch stake 2016-05-11 20:28:52 +02:00
2016-05-15-benchmarks.sql db/benchmarks: allow ccminer to report device stats 2016-05-15 18:46:16 +02:00
2016-05-23-bookmarks.sql sql: add bookmarks table and link to wallet 2016-05-24 00:34:13 +02:00
2016-06-01-notifications.sql db: prepare a notification rules table 2016-06-01 14:33:11 +02:00
2016-06-04-bench_chips.sql sql: add chip table to analyse benchmark results 2016-06-04 11:02:09 +02:00
2016-11-23-coins.sql sql: new coins fields for stratum/pow settings 2016-11-24 00:10:29 +01:00
2017-02-05-benchmarks.sql sql/benchs: add new columns to store the plimit and real freqs 2017-02-05 12:50:36 +01:00
2017-03-31-earnings_index.sql sql: add unique index to prevent double inserts 2017-04-01 23:54:53 +02:00
2017-05-accounts_case_swaptime.sql sql: new payouts and account fields 2017-06-14 05:43:35 +02:00
2017-06-payouts_coinid_memo.sql sql: new payouts and account fields 2017-06-14 05:43:35 +02:00
2017-09-notifications.sql sql: set default value on triggers timestamps 2017-09-14 09:07:12 +02:00
2017-10-bookmarks.sql sql: bookmarks creation issue with recent mysql 2017-10-09 11:26:27 +02:00
2017-11-segwit.sql Squashed commit for segwit support: 2017-11-28 11:55:20 +01:00
labels.json coindb: allow lables import from a json file 2015-09-20 07:07:47 +02:00
README.md sample database change, coins hasmasternodes 2015-07-23 05:56:49 +02:00

Please do not replace this .gz in git,

the best way would be to separate the structure from the data... (2 different sql files)