Skip to content

Commit ddc23d5

Browse files
authored
deprecate radio-reward(v1) (#447)
* deprecate radio-reward(v1) * format * Try updating node github action
1 parent e50dc72 commit ddc23d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
access_token: ${{ github.token }}
2121

2222
- name: Use Node.js 13
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: 13
2626
cache: 'npm'

src/service/poc_mobile.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ message radio_reward_share {
637637
}
638638

639639
message radio_reward {
640+
option deprecated = true;
640641
// Public key of the hotspot of the radio
641642
bytes hotspot_key = 1;
642643
// cbsd Id of the radio
@@ -829,7 +830,7 @@ message mobile_reward_share {
829830
uint64 end_period = 2;
830831
/// Reward allocation for this share
831832
oneof reward {
832-
radio_reward radio_reward = 3;
833+
radio_reward radio_reward = 3 [ deprecated = true ];
833834
gateway_reward gateway_reward = 4;
834835
subscriber_reward subscriber_reward = 5;
835836
service_provider_reward service_provider_reward = 6;

0 commit comments

Comments
 (0)