Releases: rsksmart/rsk-explorer
Releases · rsksmart/rsk-explorer
1.1.0
Added
- Mining information to blocks
- Search page
- Check Address page
- Search results while typing
- Address search by name
- Block search by hash
- EIP1191 support: display checksummed addresses, check address checksum on search
Changed
- Menu: change media queries and remove 'home' item
Fixed
- Display of field-value in tables
- store/backend/actions/socketData()
1.0.6
Changed
- Search input by custom component
- Socket.io configuration, try to use WS first
1.0.5
Changed
- vue-gtag version
Fixed
- BigField, rlp selection at start
1.0.4
Added
- Privacy policy in footer
- Optional google tag tracking
- Licence
- Field descriptions
- Circle-CI configuration
- Network name in header
- Block extradata decoding
- TxDensity & hashrate in BlockBox
- Metadata fields to block
- Stats bar that shows: circulating supply, net hashrate and active accounts
Changed
- Copyright date
- localStorage provider
- entities/eventId
Fixed
- Field title on grid view
- Box margins for small screens
Removed
- BlockHashRate from BlockBox
1.0.3
Fixed
- Transaction fee calculation
- components/VerifyContract, show nightly versions
- Display of large events
1.0.2
Changed
- Display block.minimumGasPrice in Gwei
- Contract verification form: remember uploaded files when the 'try again' action is called.
1.0.0
Added
-
Contract verification form
-
Tab 'code' to address page which shows the contract bytecode and 'Verify' button when the contract is unverified and source, ABI and bytecode when the contract was verified.
-
Date to token transfers list
Fixed
- Trim of contract name
- Unintended container overflows
Changed
- Home, remove big menu
- Connection status message
0.8.2
Fixed
- Address balance rendering
0.8.1
Added
- Tab 'Mined blocks' to address page
Fixed
- Big numbers render
0.8.0
Added
- Decimals in token values
Changed
- WS request to channel API
Fixed
- Transaction fee calculation changed from gas * gasPrice to: gasUsed * gasPrice