Skip to content

Conversation

@roman-khimov
Copy link
Member

Make a complete (though temporary) fork to solve installation problems. This revision is based on Bolt 1.4.3 with patches applied from main (already merged) and etcd-io/bbolt#998.

Fixes #3964.

Make a complete (though temporary) fork to solve installation problems.
This revision is based on Bolt 1.4.3 with patches applied from main (already
merged) and etcd-io/bbolt#998.

Fixes #3964.

Signed-off-by: Roman Khimov <[email protected]>
@codecov
Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.96%. Comparing base (bf9d0c3) to head (812ecbb).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4006      +/-   ##
==========================================
- Coverage   81.97%   81.96%   -0.02%     
==========================================
  Files         350      350              
  Lines       49803    49836      +33     
==========================================
+ Hits        40824    40846      +22     
- Misses       7251     7260       +9     
- Partials     1728     1730       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AnnaShaleva AnnaShaleva merged commit 95fb47c into master Sep 12, 2025
32 of 34 checks passed
@AnnaShaleva AnnaShaleva deleted the nspcc-bbolt branch September 12, 2025 12:20
AnnaShaleva added a commit that referenced this pull request Sep 12, 2025
Fix linter error introduced by #4006:
```
run golangci-lint
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint config path --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint config verify --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint run --path-prefix=scripts --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildssa: failed to load package rpcclient: could not load export data: no export data for \"github.com/nspcc-dev/neo-go/pkg/rpcclient\""
  level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildssa: failed to load package rpcclient: could not load export data: no export data for \"github.com/nspcc-dev/neo-go/pkg/rpcclient\""
```

Signed-off-by: Anna Shaleva <[email protected]>
AnnaShaleva added a commit that referenced this pull request Sep 12, 2025
Fix linter error introduced by #4006:
```
run golangci-lint
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint config path --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint config verify --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  Running [/home/runner/golangci-lint-1.64.8-linux-amd64/golangci-lint run --path-prefix=scripts --config=/home/runner/work/neo-go/neo-go/nspcc-gh/.golangci.yml] in [/home/runner/work/neo-go/neo-go/scripts] ...
  level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildssa: failed to load package rpcclient: could not load export data: no export data for \"github.com/nspcc-dev/neo-go/pkg/rpcclient\""
  level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildssa: failed to load package rpcclient: could not load export data: no export data for \"github.com/nspcc-dev/neo-go/pkg/rpcclient\""
```

Upgrade NeoGo used by examples along with it.

Signed-off-by: Anna Shaleva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dealing with project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace directive in go.mod makes it harder to "go install" neo-go

3 participants