Commit Graph

  • 4ef0949061 returning data tenthirtyone 2017-08-10 23:39:08 -0400
  • 4a0138b666 Remove console logs. Fix cors tenthirtyone 2017-08-10 21:35:55 -0400
  • 68af224331 Merge remote-tracking branch '1031/master' into next tenthirtyone 2017-08-10 20:46:47 -0400
  • 301e36b5c4 CORS added tenthirtyone 2017-08-10 17:56:57 -0400
  • 46c9027bdb Fixed tx value out on home page tenthirtyone 2017-08-10 17:56:21 -0400
  • 0ffef469df chore: rm the old, in with the new Jason Dreyzehner 2017-08-10 17:53:43 -0400
  • 8ba0a07772 fixed tslint issues Darren Nelsen 2017-08-10 17:48:48 -0400
  • 3bc5959075 Added currency conversion to transaction component Darren Nelsen 2017-08-10 17:44:51 -0400
  • db5bf4420a fixed e2e tests by adding provider dependencies Darren Nelsen 2017-08-10 17:35:17 -0400
  • ac656802c9 fixed lint warnings; renamed action sheet title Darren Nelsen 2017-08-10 17:30:46 -0400
  • 5a551a5e3b add currency conversion button and action sheet Darren Nelsen 2017-08-10 17:19:31 -0400
  • 2d1f504a3f Add 'server/' from commit 'eb7e5d10c97aafa302dfd4e7fd67a6bc2938c0a1' Jason Dreyzehner 2017-08-10 17:08:14 -0400
  • 1fc35956cb style the summary items and labels Darren Nelsen 2017-08-10 16:12:06 -0400
  • f35d7dd960 Merge pull request #787 from SonicWizard/ionic Jason Dreyzehner 2017-08-10 15:05:11 -0400
  • 4c3a28c780 added CurrencyProvider and associated spec Darren Nelsen 2017-08-10 14:39:35 -0400
  • eb7e5d10c9 block & tx throttling through the sockets. Blocks emits every 10s. Tx every 100 tx tenthirtyone 2017-08-10 14:20:13 -0400
  • bdbb086e10 socket moved to api level and socket block refresh signal set to 5s tenthirtyone 2017-08-10 13:29:35 -0400
  • 923128de59 Socket architecture change. More maleable/easier to wire up events with the node tenthirtyone 2017-08-10 13:16:55 -0400
  • 22c2642653 Added insight ui to sub folder, build there move to top level public - hack. Wired Socket listener tenthirtyone 2017-08-10 12:33:04 -0400
  • 8d70c017ed update readme, config defaults tenthirtyone 2017-08-10 00:00:02 -0400
  • 83a9388e99 Set bcoin prefix to cwd and add chain.ldb to gitignore tenthirtyone 2017-08-09 23:18:13 -0400
  • 5667e0b12e fix ellipsis on vin.scriptSig Darren Nelsen 2017-08-09 17:15:32 -0400
  • f6c4ff0990 move ellipsis to wrapping (block level) elements Darren Nelsen 2017-08-09 17:01:57 -0400
  • 60914a1358 add qrcode generator Darren Nelsen 2017-08-09 16:38:50 -0400
  • 402006f835 move ellipsis to global styles Darren Nelsen 2017-08-09 15:29:04 -0400
  • 7f87a3a9d7 Updated readme tenthirtyone 2017-08-09 00:02:21 -0400
  • 7beb1867d7 block limits added, currency fixed, FE routes added tenthirtyone 2017-08-08 23:52:39 -0400
  • 4473bfd5df added Split pipe Darren Nelsen 2017-08-08 17:37:40 -0400
  • 7e55c1b6f8 add vin expanded values Darren Nelsen 2017-08-08 14:08:51 -0400
  • 269bbfe549 add expand toggle; add expanded output attributes Darren Nelsen 2017-08-08 13:11:36 -0400
  • 0174fd5226 socket added but not wired up with front ent tenthirtyone 2017-08-08 01:40:12 -0400
  • 1ad21a667c block txs partially wired up tenthirtyone 2017-08-08 00:58:09 -0400
  • 8d676886de Insight Ui wired up tenthirtyone 2017-08-07 23:57:20 -0400
  • fc1284b374 sync mocked readme updated. tenthirtyone 2017-08-07 22:09:56 -0400
  • 5bf176485b logging out inputs and outputs for parsing & attaching to addresses tenthirtyone 2017-08-07 15:28:58 -0400
  • 1143bd803a Move tx subdocs into their own files tenthirtyone 2017-08-07 10:32:41 -0400
  • 3efd16c6af Stubbing status, prepping txs for blockhash and addr tenthirtyone 2017-08-07 09:13:36 -0400
  • 23d858f4b3 Uncoupled tx parsing from block parsing inside the bcoin node tenthirtyone 2017-08-06 20:53:43 -0400
  • f7bdf8d0a9 removed test tenthirtyone 2017-08-06 20:51:13 -0400
  • d7a70d5456 blocks & tx routes mostly complete updating models for need tenthirtyone 2017-08-05 20:36:17 -0400
  • 7948a63875 curren api finished. parser json var names normalized. Switched to express 4 router tenthirtyone 2017-08-05 15:03:48 -0400
  • b74e98c381 fix txJSON naming. tenthirtyone 2017-08-05 13:26:59 -0400
  • a038159526 Models updated to match bcoin data tenthirtyone 2017-08-05 02:13:36 -0400
  • d9a9b64650 block model mirroring bcoin toJson. Indexes removed for dev work. tenthirtyone 2017-08-05 00:58:03 -0400
  • b13d8df2de Parsers moved to their own files, full node added to config. tenthirtyone 2017-08-05 00:41:26 -0400
  • 3b873f4841 put vins and vouts into ion-lists; add fee, confirmation, and value data Darren Nelsen 2017-08-04 17:41:29 -0400
  • b48ff0adfa replace grids with lists in summaries Darren Nelsen 2017-08-04 17:11:07 -0400
  • 434b077467 Merge pull request #1 from tj-bitpay/new_branch Alex 2017-08-04 17:02:39 -0400
  • 1d160803c3
    first alteration and find Thomas Bright 2017-08-04 16:59:58 -0400
  • abb65a4394 put block data in ion-list Darren Nelsen 2017-08-04 16:45:36 -0400
  • dfccb2ea72 started putting data items in ion-grid Darren Nelsen 2017-08-04 15:56:45 -0400
  • 6e70484362 Block API dried up and mostly complete. Blocks still needs date params support tenthirtyone 2017-08-04 15:39:04 -0400
  • 7afbdb41b1 Block API made more dry, rawblocks added to model tenthirtyone 2017-08-04 14:29:10 -0400
  • 0c7bb4d1f6 Added HeadNavComponent to use on all pages Darren Nelsen 2017-08-04 14:04:20 -0400
  • e5ab809026 House cleaning, var names, package.json updates, config modifications tenthirtyone 2017-08-04 12:35:59 -0400
  • aac27ff520 add more fields to blocksPage; add link to block Darren Nelsen 2017-08-04 11:23:58 -0400
  • 045c53accb Handling Mongo connection errors and starting bcoin once the db connects tenthirtyone 2017-08-04 10:53:00 -0400
  • 63f60d06eb README formatting tenthirtyone 2017-08-04 10:32:17 -0400
  • 857d56aa74 fixed first install and startup problem from logs folder not being stored in git tenthirtyone 2017-08-04 10:31:38 -0400
  • 0c6868564f Cleaned up Readme and moved json spaces to config tenthirtyone 2017-08-04 00:45:02 -0400
  • 0bbf9119e2 Prettied require statements tenthirtyone 2017-08-03 23:10:03 -0400
  • 591d904212 Route functions named. Node & Parsers moved to their own files tenthirtyone 2017-08-03 22:52:58 -0400
  • 836a2c4457 Config renamed to index.js for implicit importing. Moved routes to their own files tenthirtyone 2017-08-03 22:18:12 -0400
  • a5528e49d8 db 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
  • b274b363ff added search by block hash Darren Nelsen 2017-08-03 18:24:48 -0400
  • 43b23b80dc Transaction, Input and Output models are wired or stubbed. Tomorrow/Tonight I wire up the API tenthirtyone 2017-08-03 18:08:04 -0400
  • c1523966f8 added transaction and address search to blocksPage Darren Nelsen 2017-08-03 17:58:11 -0400
  • 8a0d065296 Added ApiProvider to test.ts in order to make tests pass Darren Nelsen 2017-08-03 16:26:49 -0400
  • 7d5cade288 Transactions 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
  • 440a007915 Moved apiPrefix into api provider; put transaction list into ion-grid Darren Nelsen 2017-08-03 15:43:47 -0400
  • ea7e7aae34 Processing tx, input and output. About to refactor tx models to fit insight tenthirtyone 2017-08-03 15:21:07 -0400
  • 9f3a5d2bc8 fix lint warnings Darren Nelsen 2017-08-03 12:17:51 -0400
  • 8c5f296980 Input/Output moved back inside Transaction model file tenthirtyone 2017-08-03 11:52:23 -0400
  • 3bf0fe7328 Transaction Models and updated config requires tenthirtyone 2017-08-03 11:42:24 -0400
  • 263933efcd Add transaction component to transaction page to show transaction details Darren Nelsen 2017-08-03 11:27:06 -0400
  • b656fb55d5 Moved transaction code from transaction-list to transaction component Darren Nelsen 2017-08-03 11:17:36 -0400
  • 736b85e9df replaced TransactionsComponent with TransactionListComponent; added TransactionComponent placeholder Darren Nelsen 2017-08-03 10:45:55 -0400
  • a0930bd71b update versions of ionic-cli, cordova plugin, and ionic-angular Darren Nelsen 2017-08-03 10:23:10 -0400
  • 3f1332ffca rename transaction object to tx in transaction page Darren Nelsen 2017-08-03 10:20:19 -0400
  • 5d7957c5fb updated configs and added nginx note in readme tenthirtyone 2017-08-03 03:22:06 -0400
  • 06b24d85b7 node start wired up tenthirtyone 2017-08-03 03:13:55 -0400
  • aaef1c7273 bcoin node moved to its own file tenthirtyone 2017-08-03 03:08:11 -0400
  • 3ee90bdbef Reverted async await to promise. tenthirtyone 2017-08-03 01:46:47 -0400
  • ad5c2dae93 Added Readme. 2 command install tenthirtyone 2017-08-02 18:36:01 -0400
  • 71a24237f2 Stubbed insight API tenthirtyone 2017-08-02 18:23:27 -0400
  • ee160d9e7b Added Utils, db, and updated block schema tenthirtyone 2017-08-02 17:02:01 -0400
  • 290e53f697 Added transaction page Darren Nelsen 2017-08-02 16:28:54 -0400
  • 6b7496e0c7 changed mongo config stanza. tenthirtyone 2017-08-02 15:42:34 -0400
  • 767fc7e98a Bcoin config moved to config file tenthirtyone 2017-08-02 14:55:55 -0400
  • b028dead40 Initial Commit tenthirtyone 2017-08-02 14:51:06 -0400
  • 866b45457d replace address page placeholders with real data Darren Nelsen 2017-08-02 14:26:41 -0400
  • 22351df704 refactored TransactionsComponent to allow for passed in query types and values Darren Nelsen 2017-08-02 11:20:16 -0400
  • 09804961c7 Initial commit Alex 2017-08-02 00:40:46 -0400
  • f02fd3c01f refactored TransactionsComponent to accept blockHash or address Darren Nelsen 2017-07-31 17:54:32 -0400
  • 25a83b546b put address fields and placeholders in ion-grid Darren Nelsen 2017-07-31 16:08:31 -0400
  • 07d7fb3537 added address page Darren Nelsen 2017-07-31 15:38:47 -0400
  • 8852924a14 Merge pull request #782 from SonicWizard/ionic Jason Dreyzehner 2017-07-29 01:18:11 -0400
  • 583139ca2c display transactions with vins/vouts Darren Nelsen 2017-07-28 17:05:25 -0400
  • 6f99a2f881 Added TransactionsComponent Darren Nelsen 2017-07-27 16:38:56 -0400
  • de09b9056d pipe timestamp; add poolInfo; add block reward denomination Darren Nelsen 2017-07-27 15:06:33 -0400