sorare-rewards 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +26 -27
- data/lib/sorare/rewards/game_week_config.rb +6 -0
- data/lib/sorare/rewards/interactors/allocations/compute_for_league.rb +8 -6
- data/lib/sorare/rewards/interactors/allocations/compute_for_rarity.rb +7 -1
- data/lib/sorare/rewards/interactors/supply/compute_for_rarity.rb +21 -12
- data/lib/sorare/rewards/interactors/tiers/qualify_players.rb +3 -3
- data/lib/sorare/rewards/player.rb +10 -4
- data/lib/sorare/rewards/version.rb +1 -1
- data/sorare-rewards.gemspec +7 -7
- metadata +18 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f64ea163ad5ed02120737f8a540b3c1a86cbfc4e2d472ff4906cf2ca836f060
|
4
|
+
data.tar.gz: d9021d4ce7717b197408ee1e9e1da025e3af46f4f744862c987ea58654e9f191
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eafcc27cb84b5974e901b8246fd49a9f351b7e88b784274eb2a3dc0b1086f6b11a6d96611b20790b42c92e83ac97e4abb6dadfa3b2f928f2c66db161451c86c4
|
7
|
+
data.tar.gz: db9da4a9da91484dd38a71afa544cc324d7c1e724a85cebe154453fa381c376c8c028ad3f4494e533cd6480657c6d6b9a6a2c2b6cef6e1be6f96fa2f57516222
|
data/.gitlab-ci.yml
CHANGED
data/CHANGELOG.md
ADDED
data/Gemfile.lock
CHANGED
@@ -1,30 +1,30 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sorare-rewards (1.
|
5
|
-
activesupport (~> 6.1)
|
6
|
-
interactor (~> 3.
|
4
|
+
sorare-rewards (1.2.0)
|
5
|
+
activesupport (~> 6.1.4)
|
6
|
+
interactor (~> 3.1.2)
|
7
7
|
json (~> 2)
|
8
8
|
net-http (~> 0.1.1)
|
9
|
-
yaml (~> 0.
|
9
|
+
yaml (~> 0.2.0)
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (6.1.
|
14
|
+
activesupport (6.1.4.1)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
18
18
|
tzinfo (~> 2.0)
|
19
19
|
zeitwerk (~> 2.3)
|
20
20
|
ast (2.4.2)
|
21
|
-
concurrent-ruby (1.1.
|
21
|
+
concurrent-ruby (1.1.9)
|
22
22
|
diff-lcs (1.4.4)
|
23
23
|
i18n (1.8.10)
|
24
24
|
concurrent-ruby (~> 1.0)
|
25
25
|
interactor (3.1.2)
|
26
26
|
io-wait (0.1.0)
|
27
|
-
json (2.
|
27
|
+
json (2.6.0)
|
28
28
|
minitest (5.14.4)
|
29
29
|
net-http (0.1.1)
|
30
30
|
net-protocol
|
@@ -32,9 +32,9 @@ GEM
|
|
32
32
|
net-protocol (0.1.1)
|
33
33
|
io-wait
|
34
34
|
timeout
|
35
|
-
ostruct (0.
|
36
|
-
parallel (1.
|
37
|
-
parser (3.0.
|
35
|
+
ostruct (0.4.0)
|
36
|
+
parallel (1.21.0)
|
37
|
+
parser (3.0.2.0)
|
38
38
|
ast (~> 2.4.1)
|
39
39
|
rainbow (3.0.0)
|
40
40
|
rake (12.3.3)
|
@@ -53,42 +53,41 @@ GEM
|
|
53
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
54
|
rspec-support (~> 3.10.0)
|
55
55
|
rspec-support (3.10.2)
|
56
|
-
rubocop (1.
|
56
|
+
rubocop (1.22.1)
|
57
57
|
parallel (~> 1.10)
|
58
58
|
parser (>= 3.0.0.0)
|
59
59
|
rainbow (>= 2.2.2, < 4.0)
|
60
60
|
regexp_parser (>= 1.8, < 3.0)
|
61
61
|
rexml
|
62
|
-
rubocop-ast (>= 1.
|
62
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
63
63
|
ruby-progressbar (~> 1.7)
|
64
64
|
unicode-display_width (>= 1.4.0, < 3.0)
|
65
|
-
rubocop-ast (1.
|
66
|
-
parser (>=
|
67
|
-
rubocop-rake (0.
|
68
|
-
rubocop
|
69
|
-
rubocop-rspec (2.2.0)
|
65
|
+
rubocop-ast (1.12.0)
|
66
|
+
parser (>= 3.0.1.1)
|
67
|
+
rubocop-rake (0.6.0)
|
70
68
|
rubocop (~> 1.0)
|
71
|
-
|
69
|
+
rubocop-rspec (2.5.0)
|
70
|
+
rubocop (~> 1.19)
|
72
71
|
ruby-progressbar (1.11.0)
|
73
|
-
timeout (0.
|
72
|
+
timeout (0.2.0)
|
74
73
|
tzinfo (2.0.4)
|
75
74
|
concurrent-ruby (~> 1.0)
|
76
|
-
unicode-display_width (2.
|
75
|
+
unicode-display_width (2.1.0)
|
77
76
|
uri (0.10.1)
|
78
|
-
yaml (0.
|
79
|
-
zeitwerk (2.
|
77
|
+
yaml (0.2.0)
|
78
|
+
zeitwerk (2.5.0)
|
80
79
|
|
81
80
|
PLATFORMS
|
82
81
|
ruby
|
83
82
|
|
84
83
|
DEPENDENCIES
|
85
|
-
ostruct (~> 0.
|
84
|
+
ostruct (~> 0.4.0)
|
86
85
|
rake (~> 12.0)
|
87
86
|
rspec (~> 3.10)
|
88
|
-
rubocop (~> 1.
|
89
|
-
rubocop-rake (~> 0.
|
90
|
-
rubocop-rspec (~> 2.
|
87
|
+
rubocop (~> 1.22.1)
|
88
|
+
rubocop-rake (~> 0.6.0)
|
89
|
+
rubocop-rspec (~> 2.5.0)
|
91
90
|
sorare-rewards!
|
92
91
|
|
93
92
|
BUNDLED WITH
|
94
|
-
2.
|
93
|
+
2.2.22
|
@@ -30,6 +30,12 @@ module Sorare
|
|
30
30
|
cooldown.dig(rarity, 'quantity')
|
31
31
|
end
|
32
32
|
|
33
|
+
def cooldown_per_league?(rarity)
|
34
|
+
per_league = cooldown.dig(rarity, 'per_league')
|
35
|
+
|
36
|
+
per_league.nil? ? true : per_league
|
37
|
+
end
|
38
|
+
|
33
39
|
def cooldown_since(rarity)
|
34
40
|
cooldown.dig(rarity, 'since')
|
35
41
|
end
|
@@ -17,10 +17,8 @@ module Sorare
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def allocate_and_format!
|
20
|
-
|
21
|
-
|
22
|
-
allocations.keys.index_with do |rarity|
|
23
|
-
allocations[rarity].first.keys.index_with do |division|
|
20
|
+
each_rarity_allocation do |rarity|
|
21
|
+
(allocations[rarity].first || {}).keys.index_with do |division|
|
24
22
|
allocations[rarity].each_with_index.map do |qualified_allocations, tier|
|
25
23
|
[Sorare::Rewards.configuration.transform_tier.call(tier), qualified_allocations[division]]
|
26
24
|
end.to_h
|
@@ -28,8 +26,12 @@ module Sorare
|
|
28
26
|
end
|
29
27
|
end
|
30
28
|
|
31
|
-
def
|
32
|
-
|
29
|
+
def each_rarity_allocation(&block)
|
30
|
+
allocations.keys.index_with(&block)
|
31
|
+
end
|
32
|
+
|
33
|
+
def allocations
|
34
|
+
@allocations ||= (config || {}).keys.index_with do |rarity|
|
33
35
|
ComputeForRarity.call!(**context.to_h, supply: supply[rarity], config: config[rarity]).rarity_allocations
|
34
36
|
end
|
35
37
|
end
|
@@ -15,7 +15,13 @@ module Sorare
|
|
15
15
|
def call
|
16
16
|
context.fail!(error: 'Invalid config') unless config
|
17
17
|
|
18
|
-
context.rarity_allocations =
|
18
|
+
context.rarity_allocations = allocations
|
19
|
+
end
|
20
|
+
|
21
|
+
def allocations
|
22
|
+
return [] unless supply
|
23
|
+
|
24
|
+
supply.each_with_index.map do |tier_supply, tier|
|
19
25
|
ComputeForQuality.call!(
|
20
26
|
**context.to_h,
|
21
27
|
supply: tier_supply,
|
@@ -21,37 +21,46 @@ module Sorare
|
|
21
21
|
end
|
22
22
|
|
23
23
|
def rewardable_supply
|
24
|
-
total_float_supply = supply.keys.sum { |player|
|
24
|
+
total_float_supply = supply.keys.sum { |player| player_contribution(player) }
|
25
25
|
|
26
|
-
|
26
|
+
round_and_cap_league_supply(total_float_supply)
|
27
27
|
end
|
28
28
|
|
29
29
|
def distribute_in_tiers!
|
30
30
|
ctx = Tiers::QualifySupply.call!(sorted_supply: supply)
|
31
|
-
|
31
|
+
qualified_players = Tiers::QualifyPlayers.call!(sorted_supply: supply).players
|
32
|
+
ctx.supply.each_with_index do |tier_supply, index|
|
32
33
|
rarity_supply.push(
|
33
|
-
|
34
|
-
randomizer: randomizer,
|
35
|
-
total_supply: ctx.count,
|
36
|
-
tier_supply: tier_supply,
|
37
|
-
rewardable: rewardable,
|
38
|
-
rewarded: rarity_supply
|
39
|
-
).quality_supply
|
34
|
+
capped_tier_supply(ctx.count, tier_supply, rewardable, qualified_players[index])
|
40
35
|
)
|
41
36
|
end
|
42
37
|
end
|
43
38
|
|
44
|
-
|
39
|
+
# Cap with the actual pickable supply for the tier
|
40
|
+
def capped_tier_supply(total_supply, tier_supply, rewardable, tier_players)
|
41
|
+
target = ComputeForQuality.call!(
|
42
|
+
randomizer: randomizer, total_supply: total_supply,
|
43
|
+
tier_supply: tier_supply, rewardable: rewardable, rewarded: rarity_supply
|
44
|
+
).quality_supply
|
45
|
+
|
46
|
+
[target, tier_players.sum { |player| player_pickable_supply(player) }].min
|
47
|
+
end
|
48
|
+
|
49
|
+
def round_and_cap_league_supply(float_supply)
|
45
50
|
[
|
46
51
|
float_supply.floor + remaining_supply(float_supply.modulo(1)), # Supply limit
|
47
52
|
league.cards_in_circulation_limit(rarity) # Circulation limit
|
48
53
|
].compact.min
|
49
54
|
end
|
50
55
|
|
51
|
-
def
|
56
|
+
def player_contribution(slug)
|
52
57
|
game_week.player(slug).reward_pool_supply_contribution(league, rarity)
|
53
58
|
end
|
54
59
|
|
60
|
+
def player_pickable_supply(slug)
|
61
|
+
game_week.player(slug).pickable_supply(league, rarity)
|
62
|
+
end
|
63
|
+
|
55
64
|
def remaining_supply(reward_probability)
|
56
65
|
probability = randomizer.rand
|
57
66
|
return 0 unless probability < reward_probability
|
@@ -33,13 +33,13 @@ module Sorare
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def tier_depth
|
36
|
-
@tier_depth ||= sorted_supply.keys.length / (nb_of_tiers**2 - 1)
|
36
|
+
@tier_depth ||= sorted_supply.keys.length / ((nb_of_tiers**2) - 1)
|
37
37
|
end
|
38
38
|
|
39
39
|
def nb_of_tiers
|
40
40
|
@nb_of_tiers ||= begin
|
41
41
|
default = Sorare::Rewards.configuration.tiers
|
42
|
-
default -= 1 while (default**2 - 1) > sorted_supply.keys.length
|
42
|
+
default -= 1 while ((default**2) - 1) > sorted_supply.keys.length
|
43
43
|
|
44
44
|
default
|
45
45
|
end
|
@@ -49,7 +49,7 @@ module Sorare
|
|
49
49
|
return 0 unless tier.positive?
|
50
50
|
return sorted_supply.keys.length if tier == nb_of_tiers
|
51
51
|
|
52
|
-
tier_index(tier - 1) + tier_depth * tier_size(tier - 1)
|
52
|
+
tier_index(tier - 1) + (tier_depth * tier_size(tier - 1))
|
53
53
|
end
|
54
54
|
|
55
55
|
def tier_size(tier)
|
@@ -55,16 +55,22 @@ module Sorare
|
|
55
55
|
end
|
56
56
|
|
57
57
|
def available_during_cooldown(league, rarity)
|
58
|
-
[@config.cooldown_limit(rarity) -
|
58
|
+
[@config.cooldown_limit(rarity) - rewarded_under_cooldown(league, rarity), 0].max
|
59
59
|
end
|
60
60
|
|
61
|
-
def
|
62
|
-
(
|
61
|
+
def rewarded_under_cooldown(league, rarity)
|
62
|
+
rewarded(league, rarity).count do |at|
|
63
63
|
(Time.parse(at) + @config.cooldown_since(rarity)) > Time.now
|
64
64
|
end
|
65
65
|
end
|
66
66
|
|
67
|
-
|
67
|
+
def rewarded(league, rarity)
|
68
|
+
return (@game_data&.dig(league.name, rarity) || []) if @config.cooldown_per_league?(rarity)
|
69
|
+
|
70
|
+
latest_rewarded&.dig(rarity) || []
|
71
|
+
end
|
72
|
+
|
73
|
+
%w[remaining_games_for_supply remaining_games latest_rewarded].each do |key|
|
68
74
|
define_method(key) do
|
69
75
|
@game_data&.dig(key)
|
70
76
|
end
|
data/sorare-rewards.gemspec
CHANGED
@@ -30,15 +30,15 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
31
31
|
spec.require_paths = ['lib']
|
32
32
|
|
33
|
-
spec.add_dependency 'activesupport', '~> 6.1'
|
34
|
-
spec.add_dependency 'interactor', '~> 3.
|
33
|
+
spec.add_dependency 'activesupport', '~> 6.1.4'
|
34
|
+
spec.add_dependency 'interactor', '~> 3.1.2'
|
35
35
|
spec.add_dependency 'json', '~> 2'
|
36
36
|
spec.add_dependency 'net-http', '~> 0.1.1'
|
37
|
-
spec.add_dependency 'yaml', '~> 0.
|
38
|
-
spec.add_development_dependency 'ostruct', '~> 0.
|
37
|
+
spec.add_dependency 'yaml', '~> 0.2.0'
|
38
|
+
spec.add_development_dependency 'ostruct', '~> 0.4.0'
|
39
39
|
spec.add_development_dependency 'rspec', '~> 3.10'
|
40
|
-
spec.add_development_dependency 'rubocop', '~> 1.
|
41
|
-
spec.add_development_dependency 'rubocop-rake', '~> 0.
|
42
|
-
spec.add_development_dependency 'rubocop-rspec', '~> 2.
|
40
|
+
spec.add_development_dependency 'rubocop', '~> 1.22.1'
|
41
|
+
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
|
42
|
+
spec.add_development_dependency 'rubocop-rspec', '~> 2.5.0'
|
43
43
|
end
|
44
44
|
# rubocop:enable Metrics/BlockLength
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sorare-rewards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pierre
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 6.1.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 6.1.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: interactor
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 3.1.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 3.1.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: json
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.2.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.2.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: ostruct
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.4.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.4.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rspec
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,42 +114,42 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.
|
117
|
+
version: 1.22.1
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.
|
124
|
+
version: 1.22.1
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: rubocop-rake
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.
|
131
|
+
version: 0.6.0
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.
|
138
|
+
version: 0.6.0
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: rubocop-rspec
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: 2.
|
145
|
+
version: 2.5.0
|
146
146
|
type: :development
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: 2.
|
152
|
+
version: 2.5.0
|
153
153
|
description:
|
154
154
|
email:
|
155
155
|
- pierre@sorare.com
|
@@ -161,6 +161,7 @@ files:
|
|
161
161
|
- ".gitlab-ci.yml"
|
162
162
|
- ".rspec"
|
163
163
|
- ".rubocop.yml"
|
164
|
+
- CHANGELOG.md
|
164
165
|
- Gemfile
|
165
166
|
- Gemfile.lock
|
166
167
|
- LICENSE.txt
|
@@ -224,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
225
|
- !ruby/object:Gem::Version
|
225
226
|
version: '0'
|
226
227
|
requirements: []
|
227
|
-
rubygems_version: 3.
|
228
|
+
rubygems_version: 3.2.22
|
228
229
|
signing_key:
|
229
230
|
specification_version: 4
|
230
231
|
summary: '["Sorare", "reward", "allocation", "algorithm"]'
|