We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb6c9f commit b4fc6e9Copy full SHA for b4fc6e9
.circleci/config.yml
@@ -119,14 +119,15 @@ jobs:
119
simulations:
120
executor: golang
121
parallelism: 1
122
+ resource_class: large
123
steps:
124
- checkout
125
- run:
126
name: Run simulations
127
command: |
128
make test-sim-multi-seed-short
129
- store_artifacts:
- path: /tmp/sim-logs-*
130
+ path: /tmp
131
132
upload-coverage:
133
app/params/weights.go
@@ -20,6 +20,6 @@ const (
20
DefaultWeightCommunitySpendProposal int = 5
21
DefaultWeightTextProposal int = 5
22
DefaultWeightParamChangeProposal int = 5
23
- DefaultWeightMsgStoreCode int = 100
+ DefaultWeightMsgStoreCode int = 50
24
DefaultWeightMsgInstantiateContract int = 100
25
)
0 commit comments