* development:
Add constraint name to down phase as well
Give the constraint an explicit name of token_orderbook_snapshots_pkey
Remove comments
Fix inconsistently named constraint
* development: (37 commits)
Factor out redundant source param in parse order functions
Fix marquee typo
Throw error if cannot find error in table
Integrate one-time dump and API for nonfungible.com (#1603)
Change optional text props to mandatory in LedgerSignNote
Add radar_orders parseRadarOrder test
Add parser test for Radar orderbook parsing
Moved calculateSlippage from parsers to transformers
Show greater than less than when minority has a vote
Prettier
Recieved -> Received
Fix style for address table
Hide ledger sign note on error
Revert broken formatting
Added ledger sign notification
Fix bug in ledger address selector where provider does not exist.
fix null column constraint issue
Add parsing radar order test
Rename migration to what it is called on prod and qa
Fix type bug around Radar response
...
* Add script for pulling NFT trade data from nonfungible.com
* corrections for current state of API
* change data model to match data source
* change primary key
* pull data from initial dump first, then API
* pull all supported NFT's, not just cryptokitties
* disable problematic data sources
* rename function to satisfy linter
* Rename table to nonfungible_dot_com_trades
* rename parser module to nonfungible_dot_com from non_fungible_dot_com, for consistency
* correct mistaken reference to Bloxy
* rename NonfungibleDotComTrade to ...TradeResponse
* `NftTrade` -> `NonfungibleDotComTrade`
* rename files to match prior object renaming
* use fetchAsync instead of axios
* improve fetchAsync error message: include URL
* avoid non-null contraints in API trades too, not just for trades from the one-time dump
* disable mythereum publisher