Conversation
amacar
approved these changes
Jul 20, 2021
KovacZan
added a commit
that referenced
this pull request
Jul 20, 2021
* feat(voting-crypto): setup crypto package * feat(voting-crypto): setup transactions types and abstractions * feat(voting-crypto): implement interfaces and expose classes * fix(voting-crypto): fixed builders * feat(voting-crypto): expose in index file * feat(vote-crypto): added create-proposal serialize * feat(voting-crypto): implement deserialize and fix schema * refactor(voting-crypo): shorter syntax * test(voting-crypto): tests for create proposal builder * fix(voting-crypto): fixed block height type * test(voting-crypto): create proposal transaction tests * fix(voting-crypto): fix create proposal tests * feat(voting-crypto): expose cast vote builder * feat(voting-crypto): add castVoteValidator keyword * feat(voting-crypto): implement cast vote ser/deser and schema * test(voting-crypto): create proposal test description change * fix(voting-crypto): fix cast vote ser/deser * test(voting-crypto): implement cast vote builder tests * test(voting-crypto): implement cast vote transaction tests * documentation(voting-crypto): add comment * test(voting-crypto): added keyword tests * feat(voting-transactions): setup package for transactions * fix(voting-transactions): readme * feat(voting-transactions): implement transactions package structure and implemented create proposal transaction * feat(voting-transactions): implement transactions * test(voting-transactions): setup infrastructure for functional tests * wip * wip * wip * wip * fix(voting-crypto): change blockHeight parameter from bignumber to number * fix(voting-transactions): fix tests * feat(voting-transactions): implement height check in create proposal * fix(voting-transactions): remove dependencies * test(voting-transactions): tess throwIfCannotBeApplied in create proposal transaction * test(voting-transactions): test cast-vote * ci: added unit tests workflow * fix(voting-crypto): create proposal fix test * fix(voting-crypto): create proposal fix test * fix(voting-transactions): give count to proposed wallet * test(voting-transactions): functional test for single passphrase create-proposal * ci(voting-transactions): functional ci * ci(voting-transactions): functional ci * test(voting-transactions): second passphrase unit tests * test(voting-transactions): multi signature functional tests * fix(voting-transactions): fix typos * test(voting-transactions): vendor field functional tests * feat(voting-transactions): add height check to voting transaction * fix(voting-transactions): fix imports * wip * fix(voting-transactions): fix height bug * fix(voting-transactions): make more robust tests * wip * wip * wip * test(voting-transactions): add functional second passhprase test for cast vote * test(voting-transactions): test multi signature * test(voting-transactions): test vendorfield * ci: voting transactions * test(voting-transactions): fix test case * feat(voting-api): setup api * feat(voting-api): added configurations endpoint and implemented controller * chore(voting-api): fix package json * feat(voting-api): add validation to cast-vote route * feat(voting-api): add validation to create-proposal route * test(voting-api): test configurations controller * test(voting-transaction): create proposal tests * test(voting-api): cast-vote unit tests * test(voting-api): setup integration tests * test(voting-api): should test routes * feat(voting-api): statistics endpoint * test(voting-api): statistic integration tests * ci(voting-api): added integration workflow * feat(voting-api): register statistic endpoints * fix(voting-api): statistics resources * feat(voting-api): throw on raw at statistics resources * fix(voting-transactions): fix typo * fix(voting-transactions): shorter syntacs * fix(voting-transactions): shorter syntacs * fix(voting-transactions): fix bug * format: format all packages * fix(voting-api): improve statistics resources * fix(voting-api): improve transactions resources * Update dependency @types/semver to v7.3.7 * Update dependency typedoc to ~0.21.0 (#6) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update dependency eslint-plugin-import to ~2.23.0 (#4) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update dependency npm-check-updates to ~11.8.0 (#5) Co-authored-by: Renovate Bot <bot@renovateapp.com> * chore: update yarn berry (#8) * Update dependency typescript to ~4.3.0 Co-authored-by: KovacZan <zan@protokol.com> Co-authored-by: KovacZan <39158639+KovacZan@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update yarn berry to latest version.
Checklist