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

chore: Merge develop to main #578

Merged
merged 18 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c804df1
build: Add publish API sub-package for cheqd-node [DEV-2232] (#553)
abdulla-ashurov Mar 3, 2023
eda2581
ci: Fix broken needs statement
ankurdotb Mar 3, 2023
550816c
ci: Fix bug in API_VERSION environment variable
ankurdotb Mar 3, 2023
99e77bd
Merge branch 'main' into develop
ankurdotb Mar 8, 2023
e351c16
chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 in /api (#558)
dependabot[bot] Mar 8, 2023
f1f29c0
chore(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 (#559)
dependabot[bot] Mar 8, 2023
c750816
chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 (#560)
dependabot[bot] Mar 8, 2023
c93b8e7
feat: Fix multibase && fix base58 encoding in debug cmd (#562)
DaevMithran Mar 15, 2023
8c59b96
ci(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#567)
dependabot[bot] Mar 15, 2023
2e06d2e
chore(deps): Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.…
dependabot[bot] Mar 15, 2023
46d47c9
chore(deps): Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 (#565)
dependabot[bot] Mar 15, 2023
b94d675
docs: Update testnet and mainnet upgrade-v1.json files [DEV-2296] (#568)
filipdjokic Mar 20, 2023
68381ed
chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 (#573)
dependabot[bot] Mar 21, 2023
d3a3fde
Merge branch 'main' into develop
ankurdotb Mar 28, 2023
9a4910d
feat(installer): Rewrite interactive installer to handle edge cases m…
benyam7 Mar 28, 2023
8837873
chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 (#576)
dependabot[bot] Mar 28, 2023
ebae8a6
chore(deps): Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 (#575)
dependabot[bot] Mar 28, 2023
2e9ddfa
chore(deps): Bump github.com/multiformats/go-multibase from 0.1.1 to …
dependabot[bot] Mar 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
**/*.md

# Skip build/test folders
build-tools/**
installer/**
networks/**
tests/**
Expand Down
Loading