Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / axelarnetwork/tm-events issues and pull requests
#56 - feat: update cosmos sdk to v0.45.14
Pull Request -
State: open - Opened by milapsheth almost 2 years ago
#55 - chore: add stack trace when recovering from panics
Pull Request -
State: closed - Opened by milapsheth about 2 years ago
#54 - fix: clean up go mod deps
Pull Request -
State: closed - Opened by milapsheth about 2 years ago
#53 - fix: fix go mod deps
Pull Request -
State: closed - Opened by milapsheth about 2 years ago
#52 - chore: clean up indirect dependencies
Pull Request -
State: closed - Opened by cgorenflo about 2 years ago
#51 - chore: update utils
Pull Request -
State: closed - Opened by milapsheth about 2 years ago
#50 - chore: cosmos sdk version bump
Pull Request -
State: closed - Opened by milapsheth about 2 years ago
#49 - chore: update github runner to ubuntu-22.04
Pull Request -
State: closed - Opened by talalashraf over 2 years ago
#48 - feat: add function to filter subscription by event type
Pull Request -
State: closed - Opened by cgorenflo over 2 years ago
#47 - chore: update cosmos-sdk to v0.45.6
Pull Request -
State: closed - Opened by milapsheth over 2 years ago
#46 - refactor: remove events with height
Pull Request -
State: open - Opened by cgorenflo over 2 years ago
#45 - chore(deps): update deps
Pull Request -
State: closed - Opened by milapsheth over 2 years ago
#44 - chore: update utils dependency
Pull Request -
State: closed - Opened by cgorenflo over 2 years ago
#43 - chore: mark Event struct as deprecated
Pull Request -
State: closed - Opened by cgorenflo over 2 years ago
#42 - feat: add query to retrieve node sync info
Pull Request -
State: closed - Opened by milapsheth over 2 years ago
#41 - Switch the event subscription from Tendermint websocket to HTTP
Issue -
State: open - Opened by milapsheth over 2 years ago
#40 - refactor: prepare event bus for typed events
Pull Request -
State: closed - Opened by cgorenflo over 2 years ago
#39 - ci: upgrade to golang 1.18
Pull Request -
State: closed - Opened by cgorenflo over 2 years ago
#38 - fix: use the latest block height of the network
Pull Request -
State: closed - Opened by milapsheth over 2 years ago
- 1 comment
#37 - feat!: introduce a robust TM client that recreates failed server connections
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#36 - fix: correct logs when fetching block results
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#35 - Block height is not displayed correctly
Issue -
State: closed - Opened by sdaveas almost 3 years ago
#34 - chore: update utils dependency
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#33 - fix: stop clients explicitly
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#32 - fix: check if client is nil
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#31 - fix: expose needed interface implementations
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#30 - fix: replace exponential backoff with linear backoff
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#29 - fix(eventBus): retried requests do not re-establish the tendermint client connection
Pull Request -
State: closed - Opened by jack0son almost 3 years ago
#28 - Test fails non-deterministically
Issue -
State: open - Opened by jack0son almost 3 years ago
Labels: bug
#27 - feat: add explicit back-off option to notifier
Pull Request -
State: closed - Opened by jack0son almost 3 years ago
Labels: enhancement
#26 - feat: add dockerfile
Pull Request -
State: closed - Opened by jcs47 almost 3 years ago
#25 - fix: repair tmrpc cmd path in Makefile
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#24 - feat: add query presets for block events
Pull Request -
State: closed - Opened by cgorenflo almost 3 years ago
#23 - chore: update go.mod
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#22 - feat(events): subscribe block event with attributes
Pull Request -
State: closed - Opened by haiyizxx about 3 years ago
- 1 comment
Labels: enhancement
#21 - feat(events): allow subscription to filter on a set of attribute values
Pull Request -
State: closed - Opened by jack0son about 3 years ago
Labels: enhancement
#20 - docs: create README.md
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#19 - chore: create LICENSE
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#18 - chore: update go.mod
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#17 - refactor: rename constructors
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#16 - refactor: adjust consume helpers
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
Labels: refactoring
#15 - fix: use the correct query key for event actions
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
Labels: bug
#14 - refactor: move tm client default parameters
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
#13 - feat: expose dial options
Pull Request -
State: closed - Opened by jack0son about 3 years ago
Labels: enhancement
#12 - refactor: consolidate event code
Pull Request -
State: closed - Opened by cgorenflo about 3 years ago
- 1 comment
Labels: refactoring
#11 - feat: add event bus from vald
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#10 - fix: json encoding and add buffer size constant
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#9 - ci: setup ci pipeline
Pull Request -
State: closed - Opened by cgorenflo over 3 years ago
Labels: chore
#8 - feat(lazy): add predicate higher order functions and improve naming and comments
Pull Request -
State: closed - Opened by jack0son over 3 years ago
Labels: enhancement
#7 - bug: make lazy.go compile with the new subscribe interface
Pull Request -
State: closed - Opened by sammy1991106 over 3 years ago
#6 - feat: MustSubscribeNewBlockHeader
Pull Request -
State: closed - Opened by sammy1991106 over 3 years ago
#5 - chore: fix logs in WaitQueryAsync
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#4 - feat(tmclient): add logger
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#3 - feat(hub): make logger a tmlogger
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#2 - chore: silence stdout from WaitActionAsync
Pull Request -
State: closed - Opened by jack0son over 3 years ago
#1 - refactor(events): refactor lazy loading of filtered subscriber events"
Pull Request -
State: closed - Opened by jack0son over 3 years ago