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

Release candidate v1.1.0 #443

Merged
merged 10 commits into from
Feb 13, 2024
Merged

Release candidate v1.1.0 #443

merged 10 commits into from
Feb 13, 2024

Conversation

dorzepowski
Copy link
Contributor

@dorzepowski dorzepowski commented Feb 2, 2024

⚠️⚠️⚠️⚠️ REMEMBER ABOUT changing bux version before merging
⚠️⚠️⚠️⚠️ CURRENTLY IT'S SET TO rc-v1.1 branch!

Pull Request Checklist

  • 📖 I created my PR using provided : CODE_STANDARDS
  • 📖 I have read the short Code of Conduct: CODE_OF_CONDUCT
  • 🏠 I tested my changes locally.
  • ✅ I have provided tests for my changes.
  • 📝 I have used conventional commits.
  • 📗 I have updated any related documentation.
  • 💾 PR was issued based on the Github or Jira issue.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (1ece69d) 40.35% compared to head (a3b02f3) 40.40%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
+ Coverage   40.35%   40.40%   +0.05%     
==========================================
  Files          47       48       +1     
  Lines        1306     1339      +33     
==========================================
+ Hits          527      541      +14     
- Misses        739      757      +18     
- Partials       40       41       +1     
Flag Coverage Δ
unittests 40.40% <47.61%> (+0.05%) ⬆️

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

Files Coverage Δ
actions/destinations/create.go 0.00% <ø> (ø)
actions/transactions/routes.go 100.00% <100.00%> (ø)
config/config.go 100.00% <ø> (ø)
config/defaults.go 100.00% <100.00%> (ø)
dictionary/dictionary.go 95.12% <100.00%> (+0.12%) ⬆️
server/server.go 7.14% <0.00%> (-0.27%) ⬇️
config/services.go 44.39% <54.54%> (-0.10%) ⬇️
actions/transactions/broadcast_callback.go 0.00% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

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

go.mod Outdated Show resolved Hide resolved
pawellewandowski98 and others added 10 commits February 13, 2024 09:44
* fix(BUX-461): use_fee_quotes for both arc and mApi

* fix(BUX-461): configurable fee_unit

* fix(BUX-461): validate miners

* refactor(BUX-461): small  change after self-review

* chore(BUX-461): validation error when neither fee_unit nor use_fee_quotes is configured

* chore(BUX-461): assume next bux version 0.12.0

* chore(BUX-461): assume next version 0.13.0

* chore(BUX-461): go mod tidy with broadcast-client 0.16.0

* chore(BUX-417): remove monitor

* chore(BUX-417): remove ITC flag

* chore(BUX-417): replace bux version with rc branch

* chore(BUX-417): update go sum

---------

Co-authored-by: Krzysztof Tomecki <152964795+chris-4chain@users.noreply.github.com>
* chore(BUX-417): remove DefaultNote and SkipInitializeWithVersion

* chore(BUX-417): update bux version
* chore: update gitignore

* feat: add broadcast callback action with required components

* chore: remove vscode folder

* feat: remove config.yaml

* feat: clarify the error status

* feat: improve checking for bearer schema

* fix: compute default calback token in proper place

* fix: remove unnecessary logger dependency

* feat: update config nesting

* fix: remove debug replace

* fix: update go.sum

* feat: update go.sum

* fix: correct linter issues
@jakubmkowalski jakubmkowalski marked this pull request as ready for review February 13, 2024 08:59
@jakubmkowalski jakubmkowalski requested a review from a team as a code owner February 13, 2024 08:59
@wregulski wregulski added the tested PR was tested by a team member label Feb 13, 2024
Copy link

Manual Tests

💚 Manual testing by @wregulski resulted in success.

@jakubmkowalski jakubmkowalski merged commit dd7aec2 into master Feb 13, 2024
11 checks passed
@jakubmkowalski jakubmkowalski deleted the rc-v1.1 branch February 13, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR was tested by a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants