2.0.0 (2023-06-13)
- cosmos: bump cosmos sdk version to 0.46.13
- cosmos: bump cosmos sdk version to 0.46.13 (911a649)
1.1.0 (2022-08-30)
- grpc: properly stop grpc conn when actor stops (1e4ced0)
- make it build again (dbaa637)
- make linters happy (363dc8f)
- minor imprecisions in tx handler (835f283)
- pool: avoid sending empty transactions (c1c4697)
- pool: close channels in only one goroutine (297b0f4)
- add warn log on non 0 tx code (b377e5f)
- allow all origins (d9ef2e8)
- allow send & subscribe symulnateously (8fece85)
- allow to set deadline on tx triggers (bbf6451)
- api: implements send graphql subscription (dad1aae)
- api: introduce the void scalar (230de82)
- cli: add temporal batch window flag (566831c)
- cli: implement transaction timeout config (973570c)
- implement an atomic message pool (99634d8)
- implement message pool tx submitter option (c881f68)
- implements msg batching (77955fe)
- metrics: disable prometheus middleware (8504e60)
- setup basic faucet trigger channel (6ef0d4f)
- wire the faucet with the message pool (ea3da76)
- add method on graphql route (ea5674e)
- change log type of health handler (c460a98)
- effectively set grpc tls parameters (390170b)
- error handling on config file (594941f)
- handle grpc error (7f35eb5)
- linter on github action (ba32216)
- make graphql linter happy (c951771)
- metrics now correctly instantiated (80ae76d)
- move server related flags to cmd/start.go (9757c30)
- remove unused send http api handler (ea3c8d5)
- removed unused param in newSendRequestHandler (ae4c014)
- retrive account on each transaction (b9fbe59)
- some linter error (23397b6)
- use request context for make transacation call (a16d4ec)
- add an interface to expose HttpServer (3810d8e)
- add captcha secret flag to start cmd (f0aa7fe)
- add flags for metrics and health endpoint (1c9688f)
- add health check endpoint and base for prometheus metrics (bb6e73a)
- add logs and error handling (ea9d97e)
- add query to fetch configuration of faucet (75e7145)
- add send command (d8d1346)
- add some logs (f5fe13f)
- add the start cmd (827afce)
- add UInt64 scalar (e8d160c)
- allow changing rest server port address (eb72871)
- build the config file (3a18495)
- captcha check in graphql (aacea5c)
- captcha is now optional (61228b1)
- captcha middleware first impl (369a45e)
- captcha middleware now use header field (db8ea4f)
- changes on captcha behavior (e66f92b)
- generate addres and keys from menmonic (bd33a58)
- handle health check response error if write fails (6f92e73)
- handle prometheus initialization errors (8b43886)
- handle rest error (34afb2e)
- handle send rest endpoint (7ddd14c)
- import config from file or env (beafb9e)
- make address a graphql scalar (a4c4d20)
- move server related code to server package (10d1f78)
- prometheus metrics (c6e3f84)
- reimplemntation of metrics (cb2ee0c)
- send mutation return result of transaction (050d32c)
- send mutation with graphql (5de61b6)
- sign and brodcast transaction (3e590fa)
- tls by default and allow disable it (043d450)
- unexport server functions used only in server pkg (f0c0a0e)