diff --git a/CHANGELOG.md b/CHANGELOG.md index 78afe6a..04fb7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/clientcontroller/babylon_test.go b/clientcontroller/babylon_test.go index 6a3cf8e..8a99f8f 100644 --- a/clientcontroller/babylon_test.go +++ b/clientcontroller/babylon_test.go @@ -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))