what about abbreviating the million? I read that 'MM' is most common than 'm' or 'mil' so, use 1MM XEC instead of 1,000,000 seems to nicely avoid unnecessary zeroes
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 22 2021
Jul 22 2021
majcosta closed T603: Backport Core PR 10976: Refactor: separate wallet from node, a subtask of T602: Backport Core PR 15288: Remove wallet -> node global function calls, as Resolved.
Jul 21 2021
Jul 21 2021
Jul 20 2021
Jul 20 2021
Jul 19 2021
Jul 19 2021
Jul 16 2021
Jul 16 2021
majcosta committed rABC8918cb8d71c4: [avalanche] create an avalanche log category and use it (authored by majcosta).
[avalanche] create an avalanche log category and use it
looks like something broke the tests, back to your queue
Bump version to 0.23.9
Jul 15 2021
Jul 15 2021
Jul 13 2021
Jul 13 2021
Jul 12 2021
Jul 12 2021
majcosta requested changes to D9775: [core#19724 6/9][refactor] Simplify check for block-relay-only connection..
tests broke
Jul 10 2021
Jul 10 2021
Jul 9 2021
Jul 9 2021
- extension/src/components/App.js still has fbt imports and tags
- .gitignore still has an fbt related file section
- test plan doesn't test all changes
Jul 8 2021
Jul 8 2021
Jul 7 2021
Jul 7 2021
remove boost::noncopyable dependency
Jul 6 2021
Jul 6 2021
Jul 5 2021
Jul 5 2021
majcosta requested changes to D9737: [core#19104] gui, refactor: Register Qt meta types in application constructor.
Jul 3 2021
Jul 3 2021
Jul 2 2021
Jul 2 2021
Jul 1 2021
Jul 1 2021
majcosta committed rABCWEB7d88bb0a5ff1: [website] Update mailing list signup to eCash (authored by Mengerian).
[website] Update mailing list signup to eCash
majcosta committed rABCWEB40c1aeaa187d: [website] Update project description to eCash (authored by Mengerian).
[website] Update project description to eCash
majcosta committed rABCWEBe0691c401fae: [website] Update header to point to ecash page (authored by Mengerian).
[website] Update header to point to ecash page
majcosta committed rABCWEBd9885c6fbb8c: [website] Add deprecation notice to BCHA page (authored by Mengerian).
[website] Add deprecation notice to BCHA page
majcosta committed rABCWEB2129330a93c0: [website] Add more info to eCash page (authored by Mengerian).
[website] Add more info to eCash page
majcosta committed rABCWEBe7d9ff290a24: [website] Change donation address to eCash (authored by Mengerian).
[website] Change donation address to eCash
Jun 30 2021
Jun 30 2021
Jun 29 2021
Jun 29 2021
Jun 24 2021
Jun 24 2021
use uint32_t instead and use default std::memory_order_seq_cst for atomic increment
synchronize static variable, remove static uint256 hashPrevBlock which is now dead code
... do it consistently
use a smaller integer
ensure nExtraNonce is changed in exactly one place, fix expected block hashes in rpc_dumptxoutset
forgot the most important line
Jun 16 2021
Jun 16 2021
Jun 15 2021
Jun 15 2021
with the -ecash prefix, this seems less relevant. abandoning for now.
Jun 14 2021
Jun 14 2021
majcosta committed rABC8cdc87e4fc85: refactor: consolidate both ecash CLI options under "-ecash" (authored by majcosta).
refactor: consolidate both ecash CLI options under "-ecash"
ecash: add XEC option to the GUI
Jun 13 2021
Jun 13 2021
majcosta committed rABC97d936920f75: use XEC or BCH for bitcoin-qt depending on CLI setting (authored by majcosta).
use XEC or BCH for bitcoin-qt depending on CLI setting
remove now unnecessary DEFAULT_XEC constant
undid irrelevant change in qt/test/test_main.cpp
moved some of the changes to D9672
this needs changing now