Skip to content

Commit

Permalink
fix: restore build norace flag (#761)
Browse files Browse the repository at this point in the history
* fix: add build norace

* docs: add changelog
  • Loading branch information
dudong2 authored Oct 27, 2022
1 parent 1ebc973 commit 720fc43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (client) [\#737](https://github.com/line/lbm-sdk/pull/737) check multisig key list to prevent unexpected key deletion
* (simapp) [\#752](https://github.com/line/lbm-sdk/pull/752) add x/distribution's module account into blockedAddr
* (x/auth) [\#754](https://github.com/line/lbm-sdk/pull/754) Fix wrong sequences in `sign-batch`
* (x/foundation) [\#761](https://github.com/line/lbm-sdk/pull/761) restore build norace flag
* (server) [\#763](https://github.com/line/lbm-sdk/pull/763) start telemetry independently from the API server

### Breaking Changes
Expand Down
3 changes: 3 additions & 0 deletions x/foundation/client/testutil/cli_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build norace
// +build norace

package testutil

import (
Expand Down

0 comments on commit 720fc43

Please sign in to comment.