T2972
Standardize headers for msg sections. All headers should have bold titles, include a count, be bolded, and not end with ':'
Differential D14177
[ecash-herald] Standardize headers for msg sections bytesofman on Jun 30 2023, 20:22. Authored by
Details
T2972 Standardize headers for msg sections. All headers should have bold titles, include a count, be bolded, and not end with ':' npm test
Diff Detail
Event TimelineComment Actions The mock data changes are a bit hard to review because it has a lot of unrelated changes. I understand the change in fiat rates, but other changes are confusing (block heights, txids, amounts...) The code changes look OK. Comment Actions Reviewing the changes in this one -- seems like the "weird" changes are coming from changes to outputScriptInfoMap. This is expected as outputScriptInfoMap is storing data about utxos for addresses in theses blocks -- the utxo set for these addresses could arbitrarily change from one diff to the next based on network activity. It would (probably) be better if these mocks were always generated with the same utxo data. I think tho beyond the scope of this diff. |