Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/protocol-build-and-push-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Protocol Build & Push Image to AWS ECR
on: # yamllint disable-line rule:truthy
push:
branches:
- upgrade_test*
- main
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/protocol-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Protocol Build & Push Image to AWS ECR
on: # yamllint disable-line rule:truthy
push:
branches:
- upgrade_test*
- main
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
Expand Down
3 changes: 0 additions & 3 deletions proto/dydxprotocol/affiliates/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ option go_package = "github.com/dydxprotocol/v4-chain/protocol/x/affiliates/type
message GenesisState {
// The list of affiliate tiers
AffiliateTiers affiliate_tiers = 1 [ (gogoproto.nullable) = false ];

// The affiliate parameters
AffiliateParameters affiliate_parameters = 2 [ (gogoproto.nullable) = false ];
}
13 changes: 1 addition & 12 deletions protocol/app/testdata/default_genesis_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,8 @@
"req_referred_volume_quote_quantums": "25000000000000",
"req_staked_whole_coins": 5000,
"taker_fee_share_ppm": 150000
},
{
"req_referred_volume_quote_quantums": "50000000000000",
"req_staked_whole_coins": 1e+08,
"taker_fee_share_ppm": 250000
}
]
},
"affiliate_parameters": {
"maximum_30d_affiliate_revenue_per_referred_user_quote_quantums": "10000000000",
"maximum_30d_attributable_volume_per_referred_user_quote_quantums": "100000000000000",
"referee_minimum_fee_tier_idx": 2
}
},
"auth": {
Expand Down Expand Up @@ -284,8 +274,7 @@
"taker_fee_ppm": 250
}
]
},
"staking_tiers": []
}
},
"genutil": {
"gen_txs": []
Expand Down
Loading
Loading