Skip to content

Commit

Permalink
clean up and change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Dec 23, 2024
1 parent 8ea6196 commit 9e2835a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

### Bug fixes

* [#71](https://github.com/babylonlabs-io/covenant-emulator/pull/71) Fix delegation
response to delegation conversion

## v0.11.0

### Improvements
Expand Down
9 changes: 1 addition & 8 deletions clientcontroller/babylon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestBabylonController(t *testing.T) {

// datagen.GenRandomBTCDelegation()

require.Equal(t, 1, 1)
}

func FuzzAddCovenantSig(f *testing.F) {
func FuzzDelegationRespToDelegation(f *testing.F) {
testutil.AddRandomSeedsToFuzzer(f, 10)
f.Fuzz(func(t *testing.T, seed int64) {
r := rand.New(rand.NewSource(seed))
Expand Down

0 comments on commit 9e2835a

Please sign in to comment.