Commit Graph

  • 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
  • 877c5cfbc7 update ionic Darren Nelsen 2017-07-27 15:05:20 -0400
  • 0d7e4783e7 took out some console logs and removed unneeded method Darren Nelsen 2017-07-26 17:05:38 -0400
  • 04c4a71f14 cleaned up tslint warnings Darren Nelsen 2017-07-26 16:52:34 -0400
  • ccc5f8868a add loading indication Darren Nelsen 2017-07-26 16:05:10 -0400
  • 2bc629cac5 added previous and next block links Darren Nelsen 2017-07-26 15:31:16 -0400
  • a3071d5ec6 added more block data Darren Nelsen 2017-07-26 14:26:40 -0400
  • 9cfef6b834 use dynamic link for blockHash in block detail page; retrieve block data Darren Nelsen 2017-07-26 14:17:02 -0400
  • 013358a69c pass blockHash to block detail page Darren Nelsen 2017-07-25 15:59:47 -0400
  • a6ab615a96 added block detail page (placeholder) Darren Nelsen 2017-07-25 15:21:58 -0400
  • b5a76aee44 Added addr and block-index searches Darren Nelsen 2017-07-25 13:04:37 -0400
  • 9334b13a0d enabled search in blocksPage; removed package-lock.json from source control Darren Nelsen 2017-07-25 10:00:51 -0400
  • b8df8bcec4 added search field that accepts input Darren Nelsen 2017-07-14 17:07:11 -0400
  • a2c650b2a0 updated ionic cli and associated dependencies Darren Nelsen 2017-07-14 17:03:56 -0400
  • 2f3207babe added spy in test to ensure coverage, even though send is a stub for now Darren Nelsen 2017-07-14 15:58:53 -0400
  • cf1ea86f7d cleaned up two e2e warnings Darren Nelsen 2017-07-14 13:12:26 -0400
  • 53c9d82bd1 added package-lock.json, and added mynode to gitignore Darren Nelsen 2017-07-14 13:03:45 -0400
  • 615ffc59db Added form validation to broadcast transaction Darren Nelsen 2017-07-13 17:20:29 -0400
  • 7d21c310b1 Merge pull request #781 from SonicWizard/ionic Jason Dreyzehner 2017-07-12 14:19:51 -0400
  • 130b7a7022 Updated broadcast test to check for existance of input field Darren Nelsen 2017-07-12 14:12:15 -0400
  • 8abeb5eb8e Added placeholder text and fields for verify and broadcast pages Darren Nelsen 2017-07-11 16:38:38 -0400
  • e9881777b2 Added fields to verify message page Darren Nelsen 2017-07-11 16:01:44 -0400