Skip to content

Releases: rsksmart/rsk-explorer

1.1.0

28 Feb 22:46
Compare
Choose a tag to compare

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

26 Feb 18:22
Compare
Choose a tag to compare

Changed

  • Search input by custom component
  • Socket.io configuration, try to use WS first

1.0.5

26 Feb 18:20
Compare
Choose a tag to compare

Changed

  • vue-gtag version

Fixed

  • BigField, rlp selection at start

1.0.4

26 Feb 18:19
Compare
Choose a tag to compare

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

26 Feb 18:17
Compare
Choose a tag to compare

Fixed

  • Transaction fee calculation
  • components/VerifyContract, show nightly versions
  • Display of large events

1.0.2

26 Feb 17:12
Compare
Choose a tag to compare

Changed

  • Display block.minimumGasPrice in Gwei
  • Contract verification form: remember uploaded files when the 'try again' action is called.

1.0.0

10 Sep 15:40
Compare
Choose a tag to compare

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

29 Jul 21:16
Compare
Choose a tag to compare

Fixed

  • Address balance rendering

0.8.1

26 Jul 04:07
Compare
Choose a tag to compare

Added

  • Tab 'Mined blocks' to address page

Fixed

  • Big numbers render

0.8.0

26 Jul 04:08
Compare
Choose a tag to compare

Added

  • Decimals in token values

Changed

  • WS request to channel API

Fixed

  • Transaction fee calculation changed from gas * gasPrice to: gasUsed * gasPrice