BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 142 forks source link

refactor(test/fixtures): use mergeFixtures #70

Closed OttoAllmendinger closed 4 years ago

OttoAllmendinger commented 4 years ago

Instead of explicitly merging base fixtures and fork-coin fixtures, we want a general method that merges them. This reduces the risk of accidentally forgetting to merge fields.

The merge rules for merging a baseFixture and a forkFixture are as follows:

Issue: BG-16466

OttoAllmendinger commented 4 years ago

superseded by https://github.com/BitGo/bitgo-utxo-lib/pull/71