v0.3.0
What's Changed
- feat(
campaign
): add simulation formsgEditCampaign
by @giunatale in #712 - test(
campaign
): addSimulateMsgUpdateTotalSupply
toWeightedOperation
in simulation by @giunatale in #722 - test(
campaign
): updatedefaultWeightMsgInitializeMainnet
by @giunatale in #723 - fix(
simulation
): ensure no int overflow for bank state generation by @aljo242 in #724 - chore: bump dependencies by @aljo242 in #713
- fix(
profile
): ensure addresses are not equal for MsgAddValidatorOperatorAddress sim by @aljo242 in #727 - test(
campaign
): simulation improvements by @giunatale in #726 - feat(
app
): add monitoringp module by @aljo242 in #721 - test(
reward
): add coverage by @aljo242 in #729 - fix: usage of
rand
in simulation test by @lumtis in #740 - test(
monitoringc
): increase code coverage by @giunatale in #730 - test(
monitoringp
): increase code coverage by @aljo242 in #736 - test: ensure only
sdk.DefaultBondDenom
is used for fees in our modules simulation by @giunatale in #743 - feat(
profile
): events by @aljo242 in #742 - fix: properly set
lastBlockHeight
in localnet by @giunatale in #745 - chore(
participation
): simplify IsRegisterEnabled return statement by @aljo242 in #751 - fix(
campaign
): return correct request number in campaign summary by @lumtis in #748 - feat(
launch
): events by @aljo242 in #517 - chore: remove
SendVoucher
operation in simulation by @lumtis in #760 - refactor(
launch
): update events format by @lumtis in #758 - fix: campaign query urls by @lumtis in #764
- test(
campaign
): add tests forCampaignSummary
by @giunatale in #766 - feat(
campaign
): emit events by @aljo242 in #750 - refactor: upgrade
fundraising
to0.3.0
by @lumtis in #771 - feat(
campaign
): addAuctionsOfCampaign
query by @giunatale in #770 - chore: sdk-bump by @aljo242 in #777
- ci(reset-testnet): add hack to reset testnets by @helder-moreira in #779
- refactor(
launch
): removeChain
struct from events by @aljo242 in #776 - feat(
reward
): emit events by @aljo242 in #752 - feat(
participation
): emit events by @aljo242 in #778 - chore: bump ignite-cli by @aljo242 in #792
- chore(
campaign
): disableMsgAddVestingOptions
by @lumtis in #788 - fix: standardize the GRPC query responses by @Pantani in #795
- refactor(
profile
): simplify events by @aljo242 in #791 - feat(
campaign
): addcreatedAt
field by @lumtis in #796 - feat(
campaign
): implementMainnetAccountBalanceAll
andMainnetAccountBalance
queries by @lumtis in #793 - feat(
mint
): addmint
module by @giunatale in #794 - feat(
claim
): scaffoldclaim
module by @giunatale in #797 - feat(
campaign
): create special allocations type by @lumtis in #786 - feat: denom metadata by @aljo242 in #799
- refactor(
campaign
):MainnetAccountBalanceAll
: omit account with empty balance by @lumtis in #803 - feat(
claim
): genesis and types by @aljo242 in #800 - feat(
campaign
): implementMsgUpdateSpecialAllocations
by @lumtis in #798 - test(
claim
): improveClaimRecord
validate by @lumtis in #811 - test: remove
tc := tc
by @lumtis in #812 - fix(monitoringc): fix not found query response for
VerifiedClientIds
by @Pantani in #810 - feat(
campaign
): implement queryspecial-allocations-balance
by @lumtis in #802 - chore: improve
localnet
testing environment by @lumtis in #816 - refactor(
campaign
): set correct order withMsgUpdateSpecialAllocations
by @lumtis in #820 - feat(
events
): add coordinator address and ID for chain and campaign creation by @lumtis in #824 - fix: outdated proto build by @lumtis in #826
- feat(
campaign
): add simulation forMsgUpdateSpecialAllocations
by @lumtis in #817 - chore(localnet): update hermes command for latest version by @lumtis in #831
- chore: format files by @aljo242 in #829
- feat: Implement peer empty connection by @ivanovpetr in #822
- feat(
launch
): automatically fetch mainnet account balances for queryGenesisAccounts
with mainnet by @lumtis in #805 - chore: upgrade ibc-go to v3.0.0 by @aljo242 in #679
- refactor(
campaign
): remove msg add shares by @aljo242 in #837 - test: implement query test suite by @lumtis in #832
- revert(
mint
): removerest
fromcli
by @lumtis in #853 - test(
launch
): normalize test cases format by @lumtis in #842 - refactor(
campaign
): removeMsgAddVestingOptions
by @aljo242 in #827 - feat(
claim
): implementCompleteMission
by @lumtis in #836 - fix(
config.yml
): denom metadata by @lumtis in #868 - chore(
config.yml
): addclaim
sample genesis state by @lumtis in #867 - test(
profile
): normalize test cases format by @lumtis in #866 - feat(
claim
): add hooks for delegation and vote mission claim by @lumtis in #871 - chore: bump dependencies by @aljo242 in #872
- feat(
mint
): addDevelopmentFund
to block rewards by @giunatale in #839 - feat(
campaign
): add event for campaign auction creation by @lumtis in #841 - refactor(
claim
): add checks in genesis validate for already completed missions by @lumtis in #877 - chore: update the cli version by @Pantani in #865
- feat(
claim
): implementMsgClaimInitial
message by @lumtis in #878 - chore(
claim
): fix query prefixes by @lumtis in #887 - chore: remove
vue
by @lumtis in #888 - feat(
claim
): simulation forMsgClaimInitial
by @lumtis in #886 - chore: bump cosmos SDK by @aljo242 in #890
- chore: fix app import names by @aljo242 in #889
- refactor(
campaign
): removeAuctionsOfCampaign
by @lumtis in #892 - fix(
claim
): define mission 1 and 2 for simulations by @lumtis in #893 - fix: app.go const lint by @lumtis in #896
- chore: add
config_26661.yml
to serve chain without port collisions by @lumtis in #900 - chore: some localnet fixes by @lumtis in #901
- docs: update
README
by @aljo242 in #902 - refactor: remove campaign summary queries by @lumtis in #905
- fix(
localnet
): set default values forpriv_validator_state.json
by @lumtis in #907 - chore: sync
main
by @lumtis in #904 - refactor(
app
): remove deprecated rest imports by @aljo242 in #908 - refactor: remove usage of
ToDec()
by @aljo242 in #910 - refactor(
participation
): usesdk.Int
type for allocations by @aljo242 in #894 - refactor: remove
ignite
dep by @aljo242 in #911 - chore: update go.mod by @lumtis in #922
- feat: Cosmos SDK
v0.46.0
by @aljo242 in #914 - feat(
participation
): decay support by @lumtis in #915 - chore(
docs
): fix PR template typo by @aljo242 in #926 - refactor: remove handler files by @lumtis in #931
- chore: dump dependencies by @aljo242 in #932
- chore: update to latest
fundraising
by @aljo242 in #935 - chore: remove
io/ioutil
by @aljo242 in #939 - refactor: use
cosmossdk.io/errors
by @aljo242 in #938 - refactor: use
cosmossdk.io/math
by @aljo242 in #941 - chore: update
Makefile
and add tools dependencies by @aljo242 in #943 - refactor: move
x/mint
andx/claim
by @aljo242 in #942 - feat(
launch
): default chain account balances by @aljo242 in #936 - refactor(
launch
): set absolute time for launch time by @lumtis in #945 - refactor(
launch
): merge request related messages intoMsgSendRequest
by @lumtis in #947 - refactor: replace unix time stamps by @aljo242 in #948
- chore: dep bumps by @aljo242 in #949
- chore: more dep bumps by @aljo242 in #950
- feat(
launch
): request fee by @aljo242 in #951 - chore: remove protogen scripts by @aljo242 in #955
- refactor: genesis names by @aljo242 in #952
- chore: initialize
populate.sh
script by @lumtis in #956 - feat(
launch
): config file for genesis by @aljo242 in #958 - fix(
launch
): remove pointer forInitialGenesis
inMsgCreateChain
by @lumtis in #960 - chore: minor updates by @aljo242 in #961
- feat(
launch
): change param request by @aljo242 in #957 - docs: validator and coordinator guides for
ignite
by @aljo242 in #962 - test(
reward
): normalize tests by @aljo242 in #965 - test(
monitoringc
): normalize tests by @aljo242 in #968 - test(
monitoringp
): normalize tests by @aljo242 in #969 - test(
campaign
): normalize tests by @aljo242 in #963 - test(
participation
): normalize tests by @aljo242 in #970 - chore: update
ibc-go
tov5
by @aljo242 in #964 - refactor: remove wasm config by @aljo242 in #975
- refactor: remove
sdkerrortypes
by @aljo242 in #967 - chore: upgrade config files by @lumtis in #978
- feat(
launch
): improve capability for chain metadata by @lumtis in #979 - docs: redirect cli guide by @lumtis in #981
- fix: update
root.go
with security fix by @aljo242 in #982 - chore: dragonberry patch by @aljo242 in #983
- chore: add logo and cover in sample metadata by @lumtis in #985
- chore: update metadata sample with new logo and cover by @lumtis in #986
- chore: update gomod by @lumtis in #989
- chore: bump dependencies by @aljo242 in #991
- refactor(
launch
):ConfigGenesis
->GenesisConfig
by @aljo242 in #992 - refactor(
launch
): improveValidateParamChange
errors by @lumtis in #994 - fix(
launch
): allow underscore for param name inParamChange
request by @lumtis in #995 - chore(ci/coverage): test all go packages and remove the non-testable files from coverage by @Pantani in #996
- chore: update codeowners by @Pantani in #999
- fix: move CI unit test branch from
master
tomain
by @Pantani in #1000 - feat: add
MaxMetadataLength
param to campaign keeper by @Pantani in #997 - refactor: avoid use paramset for
getParam
keeper method by @Pantani in #998 - chore: do some cleanup in proto files by @lumtis in #1002
- chore: add whitepaper by @lumtis in #1006
- ci: remove unused actions by @lumtis in #1009
- chore: add audit report by @lumtis in #1008
- chore: upgrade IBC to v6 by @aljo242 in #1005
- feat: add request creation airdrop mission by @lumtis in #1004
- refactor: rename campaign into project by @lumtis in #1003
- feat: bump
cosmos-sdk
tov0.47.1
by @Pantani in #1011 - fix: fix missing tools by @Pantani in #1013
- chore: bump
cosmos-sdk
andcometbft
by @Pantani in #1014 - chore: bump
fundaraising
andmodules
versions by @Pantani in #1015 - chore: bump sdk and ibc by @Pantani in #1016
- chore: update buf version and files by @Pantani in #1017
Full Changelog: v0.2.0...v0.3.0