spn
spn copied to clipboard
A blockchain to launch blockchains.
Closes #. _in case of a bug fix, this should point to a bug or any other related issue(s)_ ### What does this PR do? * ensures that we don't...
Part of https://github.com/tendermint/spn/issues/855 Creating a specific issue as this particular test file should be handled in a specific PR We should follow guidelines of https://github.com/tendermint/spn/issues/556 for `TestApplyRequest` in `x/launch/keeper/request_test.go` The...
## 1- Normalize test cases We currently don't have a standard for the name of the test cases in table tests Most of the time, the test case contains as...
Need https://github.com/tendermint/spn/issues/928 to be implemented first Add in the available requests the `ChangeParam` request that allows requesting the modification of a module param Proposed structure: ``` type ChangeParam stuct {...
We used a specific message for each specific request because the implementation and related economics of the request logic was not yet determined. We now have lot of duplication of...
Part of https://github.com/tendermint/spn/issues/556 Considered for improvement: - `keeper/available_allocations_test.go` - `keeper/grpc_available_allocations_test.go` - `keeper/grpc_total_allocations_test.go` - `keeper/msg_participate_test.go` - `keeper/msg_withdraw_allocations_test.go` - `keeper/total_allocations_test.go`
Part of https://github.com/tendermint/spn/issues/556 Considered for improvement: - `keeper/begin_block_test.go`
Part of https://github.com/tendermint/spn/issues/556 Considered for improvement: - `keeper/monitoring_packet_test.go` - `keeper/msg_create_client_test.go`
Part of https://github.com/tendermint/spn/issues/556 Considered for improvement: - `keeper/msg_set_reward_test.go` - `keeper/reward_distribution_test.go` - `types/reward_pool_test.go`
Part of https://github.com/tendermint/spn/issues/556 Considered for improvement: - `keeper/grpc_campaign_summary_test.go` - `keeper/grpc_special_allocations_balance_test.go` - `keeper/msg_burn_vouchers_test.go` - `keeper/msg_create_campaign_test.go` - `keeper/msg_edit_campaign_test.go` - `keeper/msg_initialize_mainnet_test.go` - `keeper/msg_mint_vouchers_test.go` - `keeper/msg_redeem_vouchers_test.go` - `keeper/msg_unredeem_vouchers_test.go` - `keeper/msg_update_special_allocations_test.go` - `keeper/msg_update_total_supply_test.go` - `types/campaign_test.go`...