Commit Graph

67 Commits (35fcf9c52b806d2a7eba0da4f65c97975200a2b2)

Author SHA1 Message Date
Inphi ffc6a0f36e
event: fix Resubscribe deadlock when unsubscribing after inner sub ends (#28359) 11 months ago
Péter Szilágyi d40a255e97
all: move main transaction pool into a subpool (#27463) 1 year ago
Seungbae Yu 8013a494fe
event: move type fixation logic into Feed.init (#27249) 1 year ago
Delweng b0095eeb20
ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) 1 year ago
ucwong 0fb1be0930
event: initialize maps with known size (#27233) 1 year ago
Péter Szilágyi 403cac71eb
README, go.mod, event, internal/version: bump min Go to 1.19 (#26803) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago
Felix Lange 3775e198df
event: add FeedOf[T] (#26310) 2 years ago
Łukasz Zimnoch 231040c633
event: add ResubscribeErr (#22191) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
ucwong 0708b573bc
event, whisper/whisperv6: use defer where possible (#20940) 4 years ago
Boqin Qin ca22d0761b
event: fix inconsistency in Lock and Unlock (#20933) 4 years ago
Boqin Qin be6078ad83
all: fix a bunch of inconsequential goroutine leaks (#20667) 5 years ago
ucwong 0893ee6d51
event: add missing timer.Stop call in TestFeed (#20868) 5 years ago
Boqin Qin a9614c3c91
event, p2p/simulations/adapters: fix rare goroutine leaks (#20657) 5 years ago
Boqin Qin 1821328162
event: add missing unlock before panic (#20653) 5 years ago
Felix Lange 7f70a70106 event: remove unused field 'closed' (#20324) 5 years ago
Felix Lange 9313fa63f9 event/filter: delete unused package (#18063) 6 years ago
Corey Lin 968f6019d0 event, event/filter: minor code cleanup (#18061) 6 years ago
Felix Lange 53a18d2e27 event: document select case slice use and add edge case test (#16680) 6 years ago
gary rong 4e7dc34ff1 eth/filter: check nil pointer when unsubscribe (#16682) 6 years ago
kiel barry 60b433ab84 event: golint updates for this or self warning (#16631) 6 years ago
Péter Szilágyi 65738c1eb3
event: fix datarace between Subscribe and Send 7 years ago
Jia Chenhui cefeb58598 event: fix typo (#15270) 7 years ago
Felix Lange 0cc492f815 all: update license information 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Péter Szilágyi 9b5c7153c9
event: use sync.Once for init for faster/cleaner locking 8 years ago
Felix Lange 1bed9b3fea
event: address review issues (multiple commits) 8 years ago
Felix Lange 6d5e100d0d event: add new Subscription type and related utilities 8 years ago
Felix Lange 9b62facdd4 event: deprecate TypeMux and related types 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Jeffrey Wilcke 7c1f74713e event: fixed subscribtions to stopped event mux 8 years ago
Péter Szilágyi 8e2bf42c46 event/filter: fix data race in the test 9 years ago
Péter Szilágyi 402fd6e8c6 core, eth, event, miner, xeth: fix event post / subscription race 9 years ago
Jeffrey Wilcke f7a71996fb core, event/filter, xeth: refactored filter system 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Péter Szilágyi 4541c22964 event/filter: hack around data race in the test 9 years ago
obscuren 7e160a677d xeth, core, event/filter, rpc: new block and transaction filters 10 years ago
obscuren 09147a50ed Improved tx pool to ignore invalid transactions 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
obscuren 55fdf3e462 Listen to tx pre event and trigger 'pending' 10 years ago
Taylor Gerring 6c04c19eb4 Reorg filter logic to XEth 10 years ago
obscuren 14a2f42f37 fixed chain event. Closes #529 10 years ago
obscuren 7c510109cd skipping test 10 years ago
obscuren 7fc9b5b3f9 Changed to ChainEvent and fixed a nil pointer in transact 10 years ago
obscuren 44eafb15e0 Renamed filter 10 years ago
obscuren c64852dbcc pending / chain event 10 years ago