a big bundle of conversions and other changes.

This commit is contained in:
fiatjaf
2025-04-15 17:13:57 -03:00
parent f493293be2
commit 2b5b646a62
92 changed files with 852 additions and 2136 deletions

View File

@@ -25,7 +25,7 @@ func TestEventParsingAndVerifying(t *testing.T) {
assert.Equal(t, ev.ID, ev.GetID())
ok, _ := ev.CheckSignature()
ok := ev.VerifySignature()
assert.True(t, ok, "signature verification failed when it should have succeeded")
asJSON, err := json.Marshal(ev)