Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 14:10

1.0.0 (2022-10-05)

Features

  • add change log (v2.0.0) (#369) (3409a6c)
  • add CMD parse-genesis (#257) (0068193)
  • add daily refetch module (#454) (c946ce2)
  • add optional node flags to cmd "bdjuno hasura-actions" (#331) (55d4b15)
  • add prometheus monitoring to hasura actions (#352) (1f1deee)
  • add tombstoned information inside validator status (#275) (cc38030)
  • add vesting account handling (#232) (f36063f)
  • Add workflow to build bdjuno container image (#431) (f9eaebd)
  • added fix command (#228) (b81e781)
  • added fix ibc-transfers received command (a7388f9)
  • added fix ibc-transfers received command (3da3c68)
  • added fix ibc-transfers received command (1687dd1)
  • added fix ibc-transfers received command (cb070a0)
  • added missing support for telemetry and pruning modules (7b5a1da)
  • added the migrate command (acc1e4c)
  • allow to set delegators rewards query frequency (#199) (a3bc143)
  • allow to set validator commission amount query frequency (000dc9e)
  • build container image to ghcr.io (00db75b)
  • change when completed unbonding and redelegations are deleted (e39143f)
  • enable IBC support for Cosmos v0.44.x (#220) (e22612f)
  • fetch validator commission only periodically (#233) (1c0954b)
  • handle feegrant module (#276) (83264fa)
  • handle genesis params (#266) (9ca1491)
  • handle MsgCreateVestingAccount (#317) (53749e1)
  • handle update params proposals in gov module (#252) (c4e64d4)
  • improve error handling (ed05487)
  • improve error handling inside when using CoinGecko APIs (7531c8b)
  • improved how local stores are initialized (e72d50c)
  • improved how local stores are initialized (43c4e3e)
  • merge version v1.0.0 (#330) (681fa7c)
  • merge version v1.0.0-stargate (#329) (37bbc91)
  • move Hasura actions to be a module (#381) (d663508)
  • redesigned x/auth and x/bank modules (5a046b6)
  • redesigned x/distr and x/gov modules (5ce4f13)
  • redesigned x/history, x/mint, x/modules, x/pricefeed, x/slashing and x/staking modules (1e6c310)
  • register elesto types (c026348)
  • replace hasura actions base URL with env variable (#379) (71648aa)
  • set 100 as the default distribution frequency (82415a5)
  • set proper vacuum settings for blocks and transactions (#291) (51fde16)
  • update inflation following mint param change proposal passed (#432) (52ce0df)
  • update proposals that have invalid status but can still be in voting or deposit periods (#430) (49e3089)
  • update requirements (#382) (5f0781c)
  • update total supply with periodic ops instead (#308) (d16b348)
  • updated history module (#353) (081b40f)
  • updated staking pool values (#455) (c01e1de)

Bug Fixes

  • MsgCreateValidator and MsgUpdateValidator race condition (#225) (501e2b2)
  • add block reference to gov schema (#350) (395c839)
  • add refetch blocks and transactions fix command (#248) (703b6ae)
  • bdjuno version display (#351) (d717d6f)
  • BondedTokens exceeds int64 range (#300) (210e7a1)
  • completed unbonding delegations and redelegations not updating balances (#251) (d77c95e)
  • delegation not being updated correctly (d643d97)
  • delegation updating return insertion error (49a0d63)
  • error handling while listen and serve hasura action's port (#384) (0dde689)
  • filter out empty PriceID returned from GetTokensPriceID() (#328) (82245e9)
  • fixed delegator rewards not being updated after unbonding/redelegation (ce94380)
  • fixed delegator withdraw address balance not being updated (f68cb54)
  • fixed pricefeed error with multiple tokens having the same names (8cdca09)
  • Fixed pricefeed not fetching 0 market cap properly (58ca43c)
  • Fixed pricefeed not storing prices properly (1f9af6c)
  • fixed vesting periods being stored twice (#249) (b2d3c53)
  • genesis validators description parsing issue (#235) (6131b47)
  • get open proposal ids in deposit/voting period by block time instead of current time (#465) (4dccf53)
  • handle hasura-actions error when delegation is not found (#335) (e64d50d)
  • missing go.sum entry when building container image (#429) (661c62e)
  • parse gov genesis with doc.InitialHeight instead of height 1 (#461) (bc93e79)
  • remove time label from hasura actions prometheus (#395) (9e8c004)
  • remove tombstone from validator_status (already exists in validator_singing_info) (#443) (ea65fc9)
  • removed tx length check from IBC transfer fix (ebb2a5d)
  • removed tx length check from IBC transfer fix (6c887e2)
  • replace GetHeightRequestHeader with GetHeightRequestContext (#314) (3feb8ee)
  • save all coins from total supply query (#410) (30e1f3a)
  • slashing events not being handled properly (#226) (c1f0d61)
  • staking and history fixes (#185) (1f44f47)
  • store new account on token balance update (aa4c278)
  • turn hasura actions coin amount type to string (#332) (5809de0)
  • update pricefeed module (#311) (46a82f7)
  • update proposal to latest status in parse proposal cmd (#401) (c3d890b)
  • update tally results type to string (5ef1bea)
  • updated delegations, redelegations and unbonding delegations storing methods (#244) (f29f780)
  • updated how errors are managed (ad9d4d6)
  • use a single gRPC and RPC connection for all Hasura actions (#338) (0abce6a)
  • use a single gRPC and RPC connection for all Hasura actions (#338) (d74438b)
  • validator avatar URL becoming null after edit (f88d1be)
  • validators voting power not updated when status changes (#271) (436ff0f)