-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat: BusinessRegistration Transaction Implementation (AIP-103) #2791
Conversation
__tests__/unit/crypto/transactions/builders/transactions/business-registratration.test.ts
Outdated
Show resolved
Hide resolved
The ci/circleci: node11-unit job is failing as of cbb65263238ceeab4604a10cbb68e97356f67a26. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
The ci/circleci: node11-integration job is failing as of cbb65263238ceeab4604a10cbb68e97356f67a26. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a first look, looks good, good job ! See my comment for hasByBusinessName
and similar methods.
Also, can you try to add functional tests inspired by the existing ones ? To make sure that in a "real" environment the transactions are accepted and forged.
Thanks !
Your pull request needs some changes. Please wait for a comment from one of our developers for more information. |
Codecov Report
@@ Coverage Diff @@
## 2.6 #2791 +/- ##
=========================================
- Coverage 64.99% 64.79% -0.2%
=========================================
Files 366 385 +19
Lines 8367 8632 +265
Branches 440 414 -26
=========================================
+ Hits 5438 5593 +155
- Misses 2891 3002 +111
+ Partials 38 37 -1
Continue to review full report at Codecov.
|
Your pull request has been closed, thank you for trying to solve an issue. If you think it was closed prematurely please provide additional information. |
This pull request implements Business transaction type from AIP 103
Would like to get some feedback on the current state of the code, so i can adjust it properly
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR release a new version?
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
develop
branch, not themaster
branch