- Fix signers link in Txs Information block #484
- Fix feegranter display #492
- Fix wasm params #495
- Update wcjs and wallet utils versions #481
- Update icons to new logo #486
- Update hash icon #487
- Replace hash icons #489
- Update validator metrics #494
- Update to wcjs 3.0.0 #499
- Add assetMetadata to local storage #501
- Revert wcjs 2.0.0 changes #447
- Revert Revert wcjs 2.0.0 changes #447
- Use Fetch instead of Axios
- Fix chaincodeId not coming in as JSON error #453
- Fix Tx History chart #473
- Add Figure test wallets to User Login component #445
- Add maintenance page #371
- Remove maintenance page from being the only displayed page #461
- Add standalone hash stats page #465
- Remove standlone hash stats page margins #467
- Added Transactions Dashboard #469
- Hide node-link diagram #471
- Add snow #475
- Upgrade to wcjs 2.0.0 #442
- Fix account chart issues #421
- Fix modal title and data card spacing in accounts #426
- Fix hash on account page to draw from utility_token ednpoint #431
- Fix transactions history display when data length is 0 #436
- Fix vesting account issues #439
- Add data download csv for transaction volume #399
- Update governance to use new endpoints #390
- Update transactions for multi-sig changes #424
- Update account calculations #423
- Add tx history download to account pages #429
- Add FE support for vesting accounts #433
- Fix accordion dropdown background color #416
- Formatting fix for transaction fees and proposal info #391
- Fix latest transaction volume display #400
- Add small margin for 404 screen #387
- Fix transaction totals issue #389
- Minor corrections to updated accounts page #407
- Switch hash stats to pull from CMC #393
- Display multiple blocks per tx hash, navigate to tx by hash and block #395
- Refactor accounts page #265
- Add grants to accounts page, add expanding table component, add tx search by date for accounts #262
- Displays all signers on transactions, shows feepayers and type in Tx view #405
- Update RTK Query to run a single endpoint with multiple injects #409
- Formatting fix for right column of name tree display #384
- Add name tree components #359
- Update search and display in name tree components #378
- Add CMC data to token stats #380
- Change "Remaining Max Supply" to locked in token stats #382
- Fix proposal issues in prod #372
- Fix issues with proposals to show software upgrade proposals #355
- Update endpoint to https #360
- Fix transactions page #362
- Fix the faucet #364
- FE updates to proposal view #332
- Add markline to proposal deposits chart #366
- Add in proposal charts for all cases #368
- Migrate FE redux to RTK #341
- Fix issues with gas stats charts #286
- Fix how message types are displayed #288
- Fix validator display #290
- Fix jailedUntil in Validator #292
- Fix delegators pagination view #298
- Fix account accordion dropdowns #303
- Fix filter for transactions chart #313
- Fix proposal denom to use nhash #320
- Fix some FE formatting issues #319
- Fix some smart contracts issues seen in test #325
- Fix delegations logic in voting #329
- Fix announcements and 24-hr volume data #338
- Fix proposal submission to allow 0 #346
- Fix announcement formatting top margin #348
- Update asset price per unit calcs for new data object #296
- Add message type gas statistics #260
- Add calls to getAssetMetadata where explicitly needed #283
- Add buttons for governance voting #242
- Add fee stats to transactions chart on dashboard #301
- Hide voting feature in production #309
- Change fees to USD, correct number of validators #311
- Add back in voting feature #317
- Add smart contract views #146
- Add notifications and announcements #333
- Improve Navigation Bar #343
- Minor improvements to announcements #340
- Add countdown box to proposal submission #352
- Fix account button rendering issues #249
- Fix listing truncations and new unbonding objects #251
- Rerender echarts on page resize #241
- Minor fixes #273
- Fix params page after object change #275
- Add date-defined chart for dlob price history #189
- Move 24-hr volume block to hash dashboard #236
- Make y-axis dynamic based on zoom min/max values #238
- Add account delegations/unbondings to account page #218
- Add pagination to account assets #224
- Add vote indicator for block validators #167
- Add account attributes #244
- Add validator icons #248
- Add IBC UI #130
- Migrate orderbook to gecko API #255
- Add 24 hr changes to validator list view #263
- Add chain params to network dropdown #144
- Add token statistics to network dropdown #258
- Fixed Tx validators links to link to validators not accounts #182
- Fixed logic to display undelegates #230
- Fixed to handle null values in asset/account pricing #232
- Show public key instead of address #198
- Fixed the spelling issue on account #203
- Fixed the rounding to 3 decimal places on hash USD price on dashboard #202
- Show 404 when account not found #187
- Remove the xhr timeout to allow more time for the chain data to be returned #204
- Update naming to Provenance Blockchain throughout the app
- Fix for divide by zero error in proposals #193
- Remove footer slack link #192
- Replace the Discord link / icon with Slack
- Warn a user before they delegate all their hash #185
- Add 24 Hour Volume, Latest Price and Market Cap to the dashboard #77
- Support query params for wallet to auto login #98
- Add UI to claim rewards in staking #164
- Table lists pull more than 10 results #176
- Fix some bugs in displaying proposal info #171
- Create a filter dropdown in tx messages to filter by tx type (must have 2+ to show) #127
- Add Governance redux actions, reducer and hook #133
- Add Proposals List page #134
- Add Gov link to global nav #135
- Add proposal detail page and proposal info #136
- Add proposal timing detail and progress bar #137
- Add proposal voting detail and progress bar #138
- Add proposol deposit card to detail page #139
- Add gov txs to validator detail #140
- Add proposal votes to validator detail #141
- Update dependencies #162
- Fix FireFox invalid date filters #145
- Fix Metadata loading in multiple components and looping when failing #147
- Fix BlockTxs API call happening 2x #128
- Fix duplication of tx msgs #129
- Update to support new txMsg schema, also consume paginated txMsgs endpoint #124
- Add Max Change Rate line item on validator page #81
- Pull account balances from new balances endpoint #92
- Add support for metadata object, converts base denom to display denom #37
- Add name field to the Address Page #61
- Updated API URLs to match service updates #93
- Added token counts to the asset info #91
- Added table column to show if a managing account allows governance #91
- Show error code and log on failed tx #70
- Add markerType to the asset list and detail #112
- Make Summary component two columns on screens larger than MD breakpoint #112
- Show monikers instead of validator address when they are available #110
- Theme switcher now uses the OS settings (unless the user has chosen a theme)
- Support full tx msg on tx detail page #90
- Add hover text for supply in base denom on asset list #72
- Removed the empty popup from the validator page #81
- Stop rounding transaction fees throughout the app #62
- Fix the search bar url for asset search #78
- Currency conversion now supports all denoms #119
- Allow staking on Jailed Validator
- Support staking on both Jailed and Candidate
- Change line length to 100, the previous lentgh was too long
- Removed staking from Jailed Validator
- Default the users hash amount to 0
- Added ability to delegate, redelegate and undelegate hash to validators #74
- Add ability to see staking rewards #84
- Add helper script for CHANGELOG
- Time is now displayed in 24hr format
- Remove encoding on staking messages that were causing a double encode.
- Integrated @provenanceio/wallet-lib, a user can now authenticate with a Provenance Wallet or a Figure Wallet #10
- Updated readme with instructions for running the service and application
- Allow dates in the transaction history filter to be empty #48
- A second Docker instance with Prod URLs
- Manager details in assets #55
- Changed the table columns and detail information for jailed validators #55
- Asset
Owner
is now calledHolding Account
#55 - Removed hash conversions (handled by explorer-service for now) #55
- Use queryDenom for link addresses #55
- Holders is now paginated #55
- Assets is now paginated #60
- Last tx timestamp to assets #65
- Table data with links to the page a user is currently on is no longer rendered as a link and renders as text instead #57
- Fallback for txs when there isn't a msgArray available
- Fixed incorrect Prod URLs
- Fixed incorrect percentages in Validator voting #55
- Remove the faucet page from prod #58
- Fix for validator page not rendering #75
- Initial Deploy