Skip to content

Latest commit

 

History

History
384 lines (236 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

384 lines (236 loc) · 10.1 KB

v2.2.5 (2023-03-18)

Feat

  • Vesting account cannot delegate, create validator (#181)

v2.2.5-rc (2023-03-17)

Chore

  • update typo
  • update CHANGELOG.md and refactor go.mod
  • update Genesis Distribution
  • update changelog
  • update init.sh
  • upadte init.sh
  • update script gen
  • update swagger
  • remove code unused
  • remove proto unused

Deps

  • bump ginkgo to v2.7.1, gomega to v1.26.0

Docs

  • add module feeburn

Feat

  • account vesting cannot delegate
  • add get total_fee_burn in module fee
  • add feeburn rest api
  • add module feeburn
  • add NewMinGasPriceDecorator

Fix

  • fix validate vesting account
  • integer overflow (#161)
  • totalBurnAmount incorrect
  • miss feeburn in ante handler

Refactor

  • update error code
  • update logic check burn amount
  • remove default MinGasPrice
  • remove upgrade handler
  • add default DefaultMinGasPrice, DefaultMinGasMultiplier
  • add handler errror (#160)
  • update proto
  • reorder module
  • update astra app

Test

  • check fee burn when test fail
  • update unittest for mint module
  • update integration tests
  • update test_fee_payer (#159)
  • update test_fee_payer
  • update integration tests for mint
  • update integration test cases
  • upadte integration tests for mint
  • update integration test
  • add integration test evm tx
  • update integration test feeburn
  • add feeburn integration test
  • fix unittest invalid denom

v2.2.4 (2023-02-01)

Feat

  • add module mint, feeburn (#157)

v2.2.4-rc (2023-01-12)

v2.2.3-rc (2023-01-12)

v2.2.2-rc (2023-01-11)

Refactor

  • remove default MinGasPrice
  • remove upgrade handler

v2.2.1-rc (2023-01-05)

Refactor

  • add default DefaultMinGasPrice, DefaultMinGasMultiplier

v2.2.0-rc (2023-01-05)

Chore

  • update init.sh
  • upadte init.sh
  • update script gen
  • update swagger
  • remove code unused
  • remove proto unused

Docs

  • add module feeburn

Feat

  • add get total_fee_burn in module fee
  • add feeburn rest api
  • add module feeburn
  • add NewMinGasPriceDecorator

Fix

  • integer overflow (#161)
  • totalBurnAmount incorrect
  • miss feeburn in ante handler

Refactor

  • add handler errror (#160)
  • update proto
  • reorder module
  • update astra app

Test

  • update unittest for mint module
  • update integration tests
  • update test_fee_payer (#159)
  • update test_fee_payer
  • update integration tests for mint
  • update integration test cases
  • upadte integration tests for mint
  • update integration test
  • add integration test evm tx
  • update integration test feeburn
  • add feeburn integration test
  • fix unittest invalid denom

v2.1.3 (2022-11-11)

Chore

  • update go release amd64 (#136)

v2.1.2 (2022-10-24)

Deps

  • upgrade evmos to v6.1.3-astra (#129)
  • upgrade evmos to cosmos-sdk v0.45.9 (#128)

v2.1.1 (2022-10-20)

v2.1.0 (2022-09-19)

v2.0.1 (2022-09-13)

Fix

  • double supply when add genesis vesting (#108)

v2.0.0 (2022-08-23)

Chore

  • update go version and remove package.json (#100)

Deps

  • bump ethermint, go-ethereum version (#98)

Docs

  • update inflation specs (#96)

v1.2.2 (2022-08-15)

Deps

  • Bump cosmos-sdk to v0.45.7, ibc-go to v3.2.0 (#94)
  • Bump Ethermint version to v0.18.0 (#90)

Docs

  • update tokenomics numbers (#88)

Fix

  • update docs (#87)
  • build tag rocksdb (#84)

Test

  • update inflation unit-tests (#92)

v1.2.1 (2022-08-03)

v1.2.0 (2022-08-01)

Deps

  • bump ethermint to 0.17.3-astra (#77)

Fix

  • update version ethermint (#79)

v1.1.0 (2022-07-28)

Chore

  • add changelog (#73)

v1.0.0 (2022-07-13)

Docs

  • add codecov (#60)

Feat

  • add module fees and update evmos to v6 (#59)

Fix

  • update codeql (#65)

Refactor

  • remove mint (#72)
  • update swagger (#68)

Test

  • add test (#70)

v0.3.2 (2022-06-23)

All

  • bump version Astra to v2 (#43)

Bump

  • ibc to v3.1.0 (#45)

Deps

  • bump go-ethereum version from v1.10.16 -> v1.10.17 (#48)
  • bump go-ethereum version from v1.10.16 -> v1.10.18 (#46)

Refactor

  • update workflows and bot (#55)
  • remove module epoch (#53)

v0.3.1 (2022-06-13)

Feat

  • add github workflows (#42)

v0.3.0 (2022-06-10)

Deps

  • bump ethermint to v0.16.1 (#41)

Fix

  • buf protoc was moved to buf alpha protoc (#25)

v0.2.0 (2022-05-18)

v0.2.1 (2022-05-18)

Refactor

  • off fork testnet (#19)

Test

  • update erc20 testcase
  • add TestConvertERC20NativeCoin
  • add TestConvertCoinNativeCoin
  • update TestRegisterCoin
  • add TestRegisterCoin
  • update test RegisterERC20
  • add MọckEvmKeeper, MockBankKeeper
  • add test for proposals ToggleConversion
  • add crawback vesting accounts
  • add crawback vesting accounts tokens
  • refactor helper
  • add test vesting

Pull Requests

  • Merge pull request #12 from AstraProtocol/dependabot/go_modules/github.com/tharsis/evmos/v4-4.0.1
  • Merge pull request #11 from AstraProtocol/test/erc20
  • Merge pull request #10 from AstraProtocol/update/evmos
  • Merge pull request #8 from AstraProtocol/add_tests

v0.1.0 (2022-05-02)

Docs

  • update pull request template
  • update pull request template
  • Add github action for CI

Feat

  • add fork BlocksPerYear in testnet

Test

  • add test for ibc
  • add test for erc20

Pull Requests

  • Merge pull request #6 from AstraProtocol/upgrade_blockperyear
  • Merge pull request #2 from AstraProtocol/dependabot/go_modules/github.com/tendermint/tendermint-0.35.4
  • Merge pull request #5 from AstraProtocol/add_test
  • Merge pull request #4 from AstraProtocol/ci
  • Merge pull request #1 from AstraProtocol/ci