Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upgrade go #352

Merged
merged 65 commits into from
Mar 13, 2024
Merged

Feature/upgrade go #352

merged 65 commits into from
Mar 13, 2024

Conversation

3eyedraga
Copy link
Contributor

Description


Type of change

Please check the options that are relevant. This PR introduces

  • Patch: Bug fix (non-breaking change which fixes an existing issue)
  • Minor: New feature (non-breaking change which adds new functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Features Description

  • NA

Test Cases

  • NA

Documentation


Checklist:

  • I have added change type (major|minor|patch) in the PR
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

P-U-D-G-E and others added 30 commits December 4, 2023 12:02
* feat: signup referrer logic

* rename: referrer to referee in the ticket payload

* refactor: remove reward pair

* format: reformat proto files

* fix: inclue referral and referee campaign in the factory

* feat: check existing category receiver for the referee

* feat: validate source uid for the referee signup

* feat: validations for signup referral
Feature / Referral Signup and Referral (#321)
…rrals

Feature / Upgrade handler referrals
* chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: check reward uid to be valid

* test: validate basic for reward uid

* fix: replace unlock period with unlock timestamp in reward events

* feat: reward common kyc

* feat: upgrade handler kyc check

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 3EyedRaGa <90416391+3eyedraga@users.noreply.github.com>
@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

Attention: Patch coverage is 4.83871% with 1180 lines in your changes are missing coverage. Please review.

Project coverage is 11.63%. Comparing base (d77a8e6) to head (519cf25).

Files Patch % Lines
x/orderbook/types/query.pb.go 0.68% 289 Missing ⚠️
x/reward/types/ticket.pb.go 0.72% 274 Missing ⚠️
x/orderbook/types/participation.pb.go 0.43% 227 Missing ⚠️
x/orderbook/types/query.pb.gw.go 0.00% 71 Missing ⚠️
x/reward/types/authz.pb.go 1.47% 67 Missing ⚠️
x/reward/types/reward_signup_affiliator.go 0.00% 36 Missing ⚠️
x/reward/types/reward_signup_affiliatee.go 0.00% 34 Missing ⚠️
x/reward/types/reward_signup_referee.go 0.00% 34 Missing ⚠️
x/reward/types/reward_signup_referrer.go 0.00% 34 Missing ⚠️
x/orderbook/keeper/grpc_query_participation.go 0.00% 26 Missing ⚠️
... and 14 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
- Coverage   11.83%   11.63%   -0.20%     
==========================================
  Files         347      351       +4     
  Lines       44472    45621    +1149     
==========================================
+ Hits         5262     5307      +45     
- Misses      38728    39834    +1106     
+ Partials      482      480       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scorpioborn scorpioborn self-requested a review March 13, 2024 08:15
@3eyedraga 3eyedraga merged commit d46adb8 into master Mar 13, 2024
22 checks passed
@3eyedraga 3eyedraga deleted the feature/upgrade-go branch March 13, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants