Skip to content

feat(nameservice-examples): setup examples for nameservice transaction#61

Merged
KovacZan merged 3 commits into
developfrom
feat/examples
Aug 16, 2021
Merged

feat(nameservice-examples): setup examples for nameservice transaction#61
KovacZan merged 3 commits into
developfrom
feat/examples

Conversation

@KovacZan

Copy link
Copy Markdown
Member

Summary

Setup examples for nameservice transaction.

Checklist

  • Ready to be merged

@codecov

codecov Bot commented Aug 15, 2021

Copy link
Copy Markdown

Codecov Report

Merging #61 (c85c79e) into develop (5b400eb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #61   +/-   ##
========================================
  Coverage    93.07%   93.07%           
========================================
  Files           16       16           
  Lines          231      231           
  Branches        18       18           
========================================
  Hits           215      215           
  Misses          16       16           
Flag Coverage Δ
nameservice-api 86.90% <ø> (ø)
nameservice-crypto 100.00% <ø> (ø)
nameservice-transactions 94.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b400eb...c85c79e. Read the comment docs.

@KovacZan KovacZan merged commit 5551d25 into develop Aug 16, 2021
@KovacZan KovacZan deleted the feat/examples branch August 16, 2021 06:32
KovacZan added a commit that referenced this pull request Sep 24, 2021
* feat(nameservice): implemented nameservice-crypto, nameservice-transactions and nameservice-api (#4)

* feat: nameservice-crypto implementation

* feat: implement nameservice-transactions

* test: nameservice-crypto

* test: nameservice unit tests

* test: functional tests - transaction forging

* chore: setup github actions

* fix: functional test name

* fix: functional test names

* feat: implement nameservice api

* test: unit tests for nameservice-api

* test: integration tests for nameservice-api

* chore: setup unit and integration tests for nameservice-api

* fix: nameservice-api test scripts

* chore(nameservice-crypto): update @protokol/utils

* fix(nameservice-crypto): fix typo

* fix(nameservice-crypto): fix typo

* chore(nameservice-api): reduce amount of data in transformer

* chore(deps): update dependency typescript to ~4.2.0 (#3)

* chore(deps): update dependency typescript to ~4.2.0

* chore: set latest yarn version

* chore: update to latest typescript version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency eslint to v7.22.0 (#7)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.3.0 (#6)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.23.0 (#8)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @sindresorhus/tsconfig to v1 (#9)

* chore(deps): update dependency @sindresorhus/tsconfig to v1

* chore: set noPropertyAccessFromIndexSignature to false in tsconfig

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* feat(crypto): strict checks and improved serialization (#10)

* feat(nameservice-crypto): add pattern check for nameservice

* test(nameservice-crypto): add test for pattern name check

* chore(crypto): set readonly to some static properties

* fix(crypto): uptade serialization

* chore(crypto): set readonly defaultStaticFee

* chore: format, changelog and bump version (#11)

* chore: format, changelog and bump version

* chore: remove failed deps

* fix: changelog

* chore: update local development setup (#12)

* chore: add nameservice plugin to local testnet

* chore: remove unused jest setting

* chore(deps): update dependency npm-check-updates to ~11.4.0 (#13)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: log plugin info on load and add configurations endpoint (#14)

* feat: log plugin info on load

* feat(nameservice-api): add configurations endpoint

* chore(deps): update dependency eslint to v7.24.0 (#15)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/node to ^14.14.31 (#17)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to v26.0.22 (#16)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to ^7.21.0 (#19)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/prettier to ^2.2.1 (#18)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-config-prettier to ^8.1.0 (#20)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-plugin-jest to ^24.1.5 (#21)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.5.0 (#24)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.25.0 (#25)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/semver to v7.3.5 (#26)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency bip39 to v3.0.4 (#27)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore: update ark deps + adjust code to core changes (#28)

* chore: update deps

* feat: use wallet repository methods to interact with indexes

* chore(deps): update dependency eslint to v7.26.0 (#29)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.0 (#30)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* release: 1.0.0 beta.2 (#31)

* release: 1.0.0-beta.2

* chore: update changelog

* chore(deps): update dependency eslint to v7.27.0 (#32)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jest to v27 (#33)

* chore(deps): update dependency jest to v27

* chore: update deps

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore(deps): update dependency npm-check-updates to ~11.6.0 (#36)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.1 (#38)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.28.0 (#37)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typescript to ~4.3.0 (#35)

* chore(deps): update dependency typescript to ~4.3.0

* chore: update yarn

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore(deps): update dependency eslint to v7.29.0 (#41)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.7.0 (#39)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typedoc to ~0.21.0 (#40)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.2 (#42)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.8.0 (#43)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.30.0 (#44)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.31.0 (#46)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update yarn to v3 (#49)

* chore(deps): update yarn to v3

* chore: update yarn

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore: update yarn sdks (#50)

* chore(deps): update dependency eslint to v7.32.0 (#51)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore: updated deps and added prettier (#52)

* chore: fix readme (#53)

* fix(nameservice-crypto): fix warning in getSchema (#54)

* fix(nameservice-crypto): add additional check to nameservice builder (#55)

* fix(nameservice-crypto): add additional check to nameservice builder

* fix(nameservice-crypto): fix check

* fix(nameservice-crypto): fix check

* ci: setup codecov coverage and badges (#56)

* ci: test codecov coverage

* ci: setup codecov

* fix: codecov ci

* fix: codecov ci

* ci: setup flags

* fix: coverage

* ci: setup directory

* ci: setup correct directory

* ci: setup correct directory

* ci: setup coverage badges

* chore(deps): update dependency @types/jest to v27 (#57)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @yarnpkg/pnpify to v3 (#58)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix: read coverage from develop (#59)

* refactor(nameservice-api): refactor configurations endpoint (#60)

* refactor(nameservice-api): refactor configurations endpoint

* test(nameservice-api): fix configurations unit tests

* test(nameservice-api): fix configurations integration tests

* test(nameservice-api): fix configurations integration tests

* feat(nameservice-examples): setup examples for nameservice transaction (#61)

* feat(nameserivce-examples): setup examples module

* deps(nameservice-examples): remove unused deps

* fix(nameservice-examples): fix package.json description

* chore: version automation commands (#62)

* chore: added changelog command (#63)

* chore: add auto-changelog

* chore: added changelog library

* feat: add insomnia api file (#64)

* chore: setup banners (#65)

* chore: setup banners

* chore: setup banner for nameservice-api

* chore(deps): update dependency @sindresorhus/tsconfig to v2 (#66)

* chore(deps): update dependency @sindresorhus/tsconfig to v2

* fix: latest eslint changes

* fix(nameservice-transactions): change override in transaction factory

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency jest to ~27.1.0 (#68)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-plugin-prettier to v4 (#70)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typescript to ~4.4.0 (#67)

* chore(deps): update dependency typescript to ~4.4.0

* deps: upgrade yarn berry

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency prettier to v2.4.0 (#71)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typedoc to ~0.22.0 (#72)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jest to ~27.2.0 (#73)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.4.1 (#74)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* deps: update dependencies to corev3  (#75)

* deps: update corev3 dependencies

* deps: remove core-manager

* fix(nameservice-transactions): fix unit tests

* fix(nameservice-api): remove core-manager from app.json

* fix(nameservice-transactions): fix functional tests setup

* fix(nameservice-api): fix unit test support

* fix(nameservice-api): fix setup

* release: 1.0.0 (#76)

* chore: bump versions

* chore: changelog

* fix: command and version bump (#77)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants