Skip to content

Releases: QuokkaStake/astronomer

v1.2.1

13 Oct 23:40
20b0e49
Compare
Choose a tag to compare

Changelog

  • 20b0e49 chore: add distribution types (#11)
  • 419c103 feat: add Mintscan and ping.pub explorers for /explorer_add (#7)
  • ace224a feat: add fancy responses to maintenance commands (#6)
  • ab9e056 feat: add validators uptime (#9)
  • ab53f2c feat: simplify /chain_update (#8)
  • a7f4cfc fix: fixed validator uptime check (#10)

v1.2.0

06 Oct 16:16
36cfd89
Compare
Choose a tag to compare

Changelog

v1.1.1

21 Sep 22:50
9565ca5
Compare
Choose a tag to compare

Changelog

  • 90246d0 feat: add chain_not_found helper and use it (#3)
  • 9565ca5 fix: copy DefaultTransport (#4)

v1.1.0

03 Sep 21:36
b51586d
Compare
Choose a tag to compare

Changelog

v1.0.0

28 Aug 22:10
Compare
Choose a tag to compare

Changelog

  • 3098652 chore: add /chains command
  • b5ef11c chore: add /help entry on /supply and to README
  • 4ecf7b8 chore: add /wallet_link command
  • a75fe28 chore: add README
  • 80ed227 chore: add ValidatorInfo tests, check CI
  • 2e7d89b chore: add basic metrics
  • bff7901 chore: add commands args validation
  • f13eab8 chore: add tests for args parsers
  • 1a26966 chore: cache RPC in DataFetcher
  • eb74c7e chore: fix CI
  • 7e99825 chore: fix goreleaser
  • 77762a3 chore: fix newline
  • 77efc11 chore: fixed linting
  • f22b321 chore: fixed linting
  • a76b029 chore: fixed linting
  • 8372a67 chore: fixed linting again
  • 114a603 chore: make bech32-validator-prefix not-nullable
  • ecd8038 chore: moved validators info
  • 2464117 chore: rearrange database folder, added CRUD for explorers
  • 08cc965 chore: refactor GetWalletBalances
  • f1158a5 chore: refactor commands args
  • f2f5806 chore: removed chains from config
  • e860fcc chore: removed extra commands
  • 309fbd0 chore: removed unused stuff
  • 3d408ba chore: update bot commands
  • 4865828 chore: validate wallet before linking
  • 3dccd11 feat: add /balance command to list balances
  • 95da154 feat: add /chain_delete command
  • e828417 feat: add /chain_unbind command
  • cebb134 feat: add /chain_update command
  • 1fd7c62 feat: add /denom_delete command
  • 4e0e0f7 feat: add /explorer_delete command
  • 5b81af5 feat: add /help command
  • f0d7cd5 feat: add /supply command with staking pool
  • f7335f7 feat: add /wallet_unlink cmd
  • 3fa3137 feat: add CI database migrations (#1)
  • 5da011e feat: add active proposals list command
  • 025a07c feat: add base_denom migrations
  • 6e5b8ea feat: add basic validator template
  • 8ee2298 feat: add bech32-validator-prefix to chains
  • 30c8332 feat: add block time fetching
  • 38cd49e feat: add chain binds for validators command
  • 92c5ef2 feat: add coingecko price checker
  • 38357e2 feat: add commission query to /balances
  • cd9a550 feat: add community pool and supply to /supply
  • 03e8f21 feat: add db framework and chain bings
  • 1ab5e7a feat: add delegations to /balance query
  • 0d90aad feat: add denoms table and /denom_add command
  • 97a9953 feat: add explorers table and /explorer_add command
  • 3bd9b11 feat: add explorers to /validator, /proposals and /proposal queries
  • 99b27bd feat: add fetching single proposal command
  • 5398075 feat: add metrics for queries
  • 9bc8b1d feat: add rank and vp for a validator
  • 3abeaa3 feat: add redelegations to /balance query
  • 34bb9b8 feat: add rewards to /balance query
  • 3d90054 feat: add telegram chat name to chain binds
  • 6919021 feat: add tendermint client
  • d7c98b8 feat: add unbonds to /balance query
  • f8937b2 feat: add validator search basic query
  • bb5debf feat: adopt migrate as a migration framework
  • 3f557d4 feat: allow multiple price fetchers
  • 0c59b0a feat: do not migrate on app startup, add commands to migrate/rollback
  • 8936364 feat: dynamic chains + validator command
  • 22be98e feat: fetch gov params
  • 039f7c5 feat: fetch inflation and mint params
  • 164e6fa feat: fetch multiple prices
  • 44447e3 feat: fetch slashing params, refactor template
  • b1fe5ac feat: fetch staking params and add command
  • 581e834 feat: init boilerplate
  • 1b072af feat: move tokens to separate field
  • 968863e feat: populate validators in delegations
  • 88c78c6 feat: refactor chain params to return error
  • e4a9c19 feat: refactor telegram commands
  • 3696987 feat: refactored validator type, print validator stake
  • a4e293b feat: save queries to database
  • dcdec32 feat: update /params parsers to show params for all bound chains
  • 2c7b67f feat: update /params to probably accept chains
  • 40c3513 feat: update /proposals to allow specifying chains
  • f46e423 feat: update /validator to allow searching by multiple chains
  • af297a4 feat: use cache for price queries
  • 17fc4c4 feat: use database chains in adding and removing chain binds
  • ba514a1 feat: use database chains in chain params command
  • 158ebdd feat: use database chains in proposals command
  • 7eb20e3 feat: use goose instead of golang-migrate
  • 4d91288 fix: display error message on error on all queries
  • baaae39 fix: fixed fetching chain binds
  • 29cf657 fix: fixed v1beta1 proposals querying
  • 4fc405b fix: fixed wallet links primary key
  • 958c984 fix: removed extra space on proposals template
  • bbd5e9b fix: return cached denoms properly