591d904212Route functions named. Node & Parsers moved to their own files
tenthirtyone
2017-08-03 22:52:58 -0400
836a2c4457Config renamed to index.js for implicit importing. Moved routes to their own files
tenthirtyone
2017-08-03 22:18:12 -0400
a5528e49d8db connection moved to index.js to be a little more explicit. Cleaned up some comments and console logs
tenthirtyone
2017-08-03 21:45:35 -0400
b274b363ffadded search by block hash
Darren Nelsen
2017-08-03 18:24:48 -0400
43b23b80dcTransaction, Input and Output models are wired or stubbed. Tomorrow/Tonight I wire up the API
tenthirtyone
2017-08-03 18:08:04 -0400
c1523966f8added transaction and address search to blocksPage
Darren Nelsen
2017-08-03 17:58:11 -0400
8a0d065296Added ApiProvider to test.ts in order to make tests pass
Darren Nelsen
2017-08-03 16:26:49 -0400
7d5cade288Transactions syncing, inputs and outputs mocked up. Bcoin data for tx, inputs and outputs varies depending on the vanilla object vs the object.toJSON() method Bcoin attaches to its primitives. Will likely need to redress this as Bcoin changes but for now this is how we move forward.
tenthirtyone
2017-08-03 16:19:53 -0400
440a007915Moved apiPrefix into api provider; put transaction list into ion-grid
Darren Nelsen
2017-08-03 15:43:47 -0400
ea7e7aae34Processing tx, input and output. About to refactor tx models to fit insight
tenthirtyone
2017-08-03 15:21:07 -0400
9f3a5d2bc8fix lint warnings
Darren Nelsen
2017-08-03 12:17:51 -0400
8c5f296980Input/Output moved back inside Transaction model file
tenthirtyone
2017-08-03 11:52:23 -0400
3bf0fe7328Transaction Models and updated config requires
tenthirtyone
2017-08-03 11:42:24 -0400
263933efcdAdd transaction component to transaction page to show transaction details
Darren Nelsen
2017-08-03 11:27:06 -0400
b656fb55d5Moved transaction code from transaction-list to transaction component
Darren Nelsen
2017-08-03 11:17:36 -0400
736b85e9dfreplaced TransactionsComponent with TransactionListComponent; added TransactionComponent placeholder
Darren Nelsen
2017-08-03 10:45:55 -0400
a0930bd71bupdate versions of ionic-cli, cordova plugin, and ionic-angular
Darren Nelsen
2017-08-03 10:23:10 -0400
3f1332ffcarename transaction object to tx in transaction page
Darren Nelsen
2017-08-03 10:20:19 -0400
5d7957c5fbupdated configs and added nginx note in readme
tenthirtyone
2017-08-03 03:22:06 -0400
06b24d85b7node start wired up
tenthirtyone
2017-08-03 03:13:55 -0400
aaef1c7273bcoin node moved to its own file
tenthirtyone
2017-08-03 03:08:11 -0400
3ee90bdbefReverted async await to promise.
tenthirtyone
2017-08-03 01:46:47 -0400