core: fire tx event on replace, expand tests

This commit is contained in:
Péter Szilágyi
2017-10-20 12:34:43 +03:00
parent eaa4f8a5f9
commit 0e7d019e0e
3 changed files with 191 additions and 4 deletions

View File

@ -85,7 +85,7 @@ func TestWildcardMatcher(t *testing.T) {
}
// makeRandomIndexes generates a random filter system, composed on multiple filter
// criteria, each having one bloom list component for the address and arbitrarilly
// criteria, each having one bloom list component for the address and arbitrarily
// many topic bloom list components.
func makeRandomIndexes(lengths []int, max int) [][]bloomIndexes {
res := make([][]bloomIndexes, len(lengths))