Releases: CoreumFoundation/faucet
Releases · CoreumFoundation/faucet
v0.2.2
What's Changed
- Rename coreum-address to coreum-grpc address in the transfer_test. by @dzmitryhil in #67
- Update coreum-tools and remove --log-format=yaml from CI. by @dzmitryhil in #68
- Remove restore key for the docker cache to reset it on reinit. by @dzmitryhil in #69
- Add binaries cache for the CI. by @dzmitryhil in #70
- removed a TODO line by @miladz68 in #71
- Report balances of faucet accounts by @wojtek-coreum in #72
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- removed gas adjsustment from tx broadcast by @miladz68 in #54
- Use multisend to transfer funds by @wojtek-coreum in #57
- Increase default amount sent in faucet, set default value to 100 CORE. by @dzmitryhil in #59
- Release binaries and docker image by @wojtek-coreum in #58
- Improve CI caching. by @dzmitryhil in #60
- Update faucet to use new test args. by @dzmitryhil in #61
- Adjust CI by @wojtek-coreum in #62
- updated network config by @miladz68 in #63
- Fix rate limiter to consume limit only if request was a success by @miladz68 in #64
- Use @CoreumFoundation/team-backend in CODEOWNERS by @ysv in #65
- Remove unused zap logger from the integration tests. by @dzmitryhil in #66
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Apply linter config changes by @wojtek-coreum in #43
- Upgrade coreum version by @wojtek-coreum in #44
- Update CI repos flat to test-groups. by @dzmitryhil in #45
- Integrate grpc client by @dzmitryhil in #46
- Build and push docker image with git tag by @silverspase in #48
- Use
X-Original-Forwarded-For
header to determine source IP address by @wojtek-coreum in #49 - Use grpc only for the integration tests. by @dzmitryhil in #47
- Adjust CI to be similar to those in other repos by @wojtek-coreum in #50
- Improve error logging in the faucet. by @dzmitryhil in #51
- Bump github.com/labstack/echo/v4 from 4.8.0 to 4.9.0 by @dependabot in #52
- Bump golang.org/x/net from 0.3.0 to 0.7.0 by @dependabot in #53
New Contributors
- @dependabot made their first contribution in #52
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- Add CI workflow by @wojtek-coreum in #2
- Initial implementation by @miladz68 in #1
- General improvements by @wojtek-coreum in #6
- Added docker file by @miladz68 in #5
- Fixed rewriting the logger in logging middleware by @miladz68 in #8
- added integration test for transfer token by @miladz68 in #9
- enable running integration tests on faucet repo by @miladz68 in #10
- add mnemonic key file path to the accepted flags by @miladz68 in #12
- Lint and test only
faucet
repo by @wojtek-coreum in #14 - Fix linter issues after upgrading to golangci-lint v1.49.0 by @wojtek-coreum in #16
- Build docker images in CI so they might be used by
znet
later by @wojtek-coreum in #15 - Update coreum module version by @ysv in #17
- Enable CI znet test step by @ysv in #18
- Added instructions to README by @alinetskyi in #13
- Implement batcher to group multiple bank send messages into a single tx by @miladz68 in #11
- Bump coreum version by @wojtek-coreum in #19
- Bump coreum version and use
pkg/config
by @wojtek-coreum in #20 - fix test failure when queries go to different nodes by @miladz68 in #21
- fixed wrong status code being returned by @miladz68 in #24
- added API to generate private key, fund it and return it by @miladz68 in #22
- Bump
coreum
and remove WASM dependency by @wojtek-coreum in #23 - Use SDK config to generate HD paths & update coreum dependency by @ysv in #25
- Enable CI integration test step back by @ysv in #26
- use SimulateAndExecute flag to get gas info by @miladz68 in #27
- updated coreum dependecy to the latest by @miladz68 in #28
- Limit rate of fund requests per IP by @wojtek-coreum in #29
- Return 422 status code for invalid address instead of 406 by @miladz68 in #30
- Fix parsing of X-Forwarded-For header by @wojtek-coreum in #32
- Refactor integration tests to use default go test framework by @dzmitryhil in #31
- Restore integration tests by @dzmitryhil in #33
- Add github/CODEOWNERS by @ysv in #34
- configured CI to run in parallel by @miladz68 in #35
- added docker image build and CI release workflow by @silverspase in #37
- fixed release candidate creation by @silverspase in #38
- Bump up coreum version for the faucet to support udevcore prefix by @dzmitryhil in #40
- Dump docker logs on failure in CI by @dzmitryhil in #41
New Contributors
- @ysv made their first contribution in #17
- @alinetskyi made their first contribution in #13
- @dzmitryhil made their first contribution in #31
- @silverspase made their first contribution in #37
Full Changelog: https://github.com/CoreumFoundation/faucet/commits/v0.0.1