Skip to content

Releases: tendermint/spn

v0.3.1

28 Aug 13:25
a3fea38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Jul 16:08
cd59f0d
Compare
Choose a tag to compare

What's Changed

  • feat(campaign): add simulation for msgEditCampaign by @giunatale in #712
  • test(campaign): add SimulateMsgUpdateTotalSupply to WeightedOperation in simulation by @giunatale in #722
  • test(campaign): update defaultWeightMsgInitializeMainnet 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 for CampaignSummary by @giunatale in #766
  • feat(campaign): emit events by @aljo242 in #750
  • refactor: upgrade fundraising to 0.3.0 by @lumtis in #771
  • feat(campaign): add AuctionsOfCampaign 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): remove Chain 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): disable MsgAddVestingOptions by @lumtis in #788
  • fix: standardize the GRPC query responses by @Pantani in #795
  • refactor(profile): simplify events by @aljo242 in #791
  • feat(campaign): add createdAt field by @lumtis in #796
  • feat(campaign): implement MainnetAccountBalanceAll and MainnetAccountBalance queries by @lumtis in #793
  • feat(mint): add mint module by @giunatale in #794
  • feat(claim): scaffold claim 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): implement MsgUpdateSpecialAllocations by @lumtis in #798
  • test(claim): improve ClaimRecord 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 query special-allocations-balance by @lumtis in #802
  • chore: improve localnet testing environment by @lumtis in #816
  • refactor(campaign): set correct order with MsgUpdateSpecialAllocations 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 for MsgUpdateSpecialAllocations 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 query GenesisAccounts 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): remove rest from cli by @lumtis in #853
  • test(launch): normalize test cases format by @lumtis in #842
  • refactor(campaign): remove MsgAddVestingOptions by @aljo242 in #827
  • feat(claim): implement CompleteMission by @lumtis in #836
  • fix(config.yml): denom metadata by @lumtis in #868
  • chore(config.yml): add claim 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): add DevelopmentFund 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): implement MsgClaimInitial message by @lumtis in #878
  • chore(claim): fix query prefixes by @lumtis in #887
  • chore: remove vue by @lumtis in #888
  • feat(claim): simulation for MsgClaimInitial by @lumtis in #886
  • chore: bump cosmos SDK by @aljo242 in #890
  • chore: fix app import names by @aljo242 in #889
  • refactor(campaign): remove AuctionsOfCampaign 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 for priv_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): use sdk.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 https://g...
Read more

latest

21 Sep 20:07
8bafad8
Compare
Choose a tag to compare
latest Pre-release
Pre-release
fix(`launch`): remove pointer for `InitialGenesis` in `MsgCreateChain…

v0.2.1

06 Jul 09:13
09f44be
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
Merge pull request #885 from tendermint/audit-release

Release v0.2.1

v0.2.0

12 Apr 16:33
f5d9d70
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

New release

v0.1.0

02 Sep 07:37
d513001
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Create and launch a chain