Skip to content

Releases: algorand/node-ui

v0.2.0

07 Jul 15:30
Compare
Choose a tag to compare

Changelog

  • db173df chore: fix docker manifest configuration.
  • 6896f05 chore: remove ioutil usage.
  • deaf62c chore: remove redundant usage information.
  • f62bab3 chore: update dependencies.
  • eb02893 chore: update deprecated goreleaser option.
  • 291132e chore: upgrade to go 1.20 and go-algorand-sdk.
  • b6aa022 ci: add goreleaser to CI.
  • f760b3a cli: add version flag.
  • 407a682 docker: Add docker release target.
  • a778a4d enhancement: switch from spf13/cobra to urfave/cli

v0.1.5

15 Sep 12:48
Compare
Choose a tag to compare

Changelog

  • fe6f108 Fix explorer crash on unknown txn field.

v0.1.4

07 Sep 15:19
Compare
Choose a tag to compare

Changelog

  • 5856962 Handle UpgradeState after an upgrade is scheduled.

v0.1.3

06 Sep 20:25
b83cb12
Compare
Choose a tag to compare

Changelog

  • 512d0ad Add consensus voting progress.
  • de56b11 Add more detailed voting information.
  • 4f9d062 Create README.md
  • eacfc62 Merge pull request #10 from algorand/algobarb/updateReadme
  • b83cb12 Merge pull request #11 from algorand/will/upgrade-vote-progress
  • 5960be0 Merge pull request #9 from algorand/will/time-until-upgrade
  • 4b3bc82 Minor cleanup from the previous change.

v0.1.2

19 Aug 13:14
Compare
Choose a tag to compare

Display time until consensus upgrade.
image

Changelog

  • 91b778f Add time until consensus upgrade to status.
  • 0f9e585 Make the disclaimer larger.

v0.1.1

06 Jun 15:38
Compare
Choose a tag to compare

Changelog

  • 9580a2c Add LICENSE, Update README, Misc
  • 0e1a77c Add universal binary option to goreleaser.
  • 50421c9 Fix golint and go vet warnings.
  • 3eed127 Fix some golangci-lint warnings.
  • c47dac4 Usability improvements, support future protocol.

v0.1.0

05 Jun 17:24
Compare
Choose a tag to compare

Changelog

  • 3c69bde Add README
  • eb95380 Add goreleaser config
  • 56e55b0 Convert more models to tea.Model.
  • ffb2ab9 Finish updating explorer.
  • 7cd95a3 Fix no-arg startup.
  • 52f3958 Get accounts from go-algorand-sdk.
  • 53d793e Get node information with go-algorand-sdk.
  • 30b2db2 Migrate code to standalone project.
  • 1f9d29b Use go-algorand-sdk to fetch blocks.
  • 6213d3c Use go-algorand-sdk to fetch node status.
  • bd1a329 go mod tidy