Releases: forbole/big-dipper-2.0-cosmos
Releases · forbole/big-dipper-2.0-cosmos
base-v2.0.1
base-v2.0.0
base-v2.0.0 - 2022-03-10
Breaking
- Bdjuno must be on
v2.0.0
Changes
- Changed online voting power to be a query instead of a subscription (#638)
- Optimised rendering of Proposal Details page (#763)
- Update online voting power display (#776)
- Improved initial loading speed by asyncing top level functions (#773)
Bug fixes
- Fixed Apr error if bonded tokens is 0 (#758)
base-v2.0.0-rc3 - 2022-02-25
Changes
- Changed
NEXT_PUBLIC_WS_CHAIN_URL
toNEXT_PUBLIC_RPC_WEBSOCKET
for clarification - Changed
NEXT_PUBLIC_CHAIN_STATUS
toNEXT_PUBLIC_CHAIN_TYPE
for clarification
Migration
- Change env
NEXT_PUBLIC_WS_CHAIN_URL
toNEXT_PUBLIC_RPC_WEBSOCKET
or don't. It's backwards compatible - Change env
NEXT_PUBLIC_CHAIN_STATUS
toNEXT_PUBLIC_CHAIN_TYPE
or don't. It's backwards compatible
Breaking
- Bdjuno must be on
v2.0.0
base-v2.0.0-rc2 - 2022-02-24
Changes
- Updated market cap display (#698)
- Optimised validator details and account details to prevent random polling behavior (#703)
- Add hasura actions error handling in account details (#713)
- Display accounts even if balance is 0 and does not exist (#692)
- Update handling of 18 decimal places denoms (#724)
Bug fixes
- Add better handling of get denom return types (#735)
- Update ui to match the improved hasura actions return types
base-v2.0.0-rc1 - 2022-02-07
Changes
- Updated Hasura Actions
Breaking
- Bdjuno must be on
v1.0.0
base-v1.10.1
update the tag in config for ui purposes
base-v1.10.0
base-v1.10.0 - 2022-01-25
Changes
- Optimized initial loading by setting basic details first then profiles after (#629)
- Add vp token unit in config (#645)
Bug fixes
- Fix home page validator image url not displaying correctly (#632)
- Fix validator anc account details possible infinite load due to dayjs in hook
- Add description sanitization to proposals list (#666)
- Fix pagination hook page callback (#667)
- Show address if name or moniker is empty (#668)
Migration
base-v1.9.0
base-v1.9.0 - 2022-01-10
Changes
base-v1.8.4
base-v1.7.0
base-v1.7.0 - 2021-11-23
Changes
- Fix account details denom display (#478)
- Replace average block time with average since last hour (#480)
- Renamed
PROFILE_DETAILS
toADDRESS_DETAILS
(#503) - Update handling of block height in searchbar (#501)
- Fix community pool spend proposal display (#520)
- Update how tokens are formatted and display up to 18 decimal places (#524)
- Auto display 0% if validator is not active (#541)
Migration
base-v1.6.0
base-v1.5.1
- Fixed
detailed
transaction list not showing correct msg count