Releases: covalenthq/refiner
Releases · covalenthq/refiner
v0.5.4
Commits
- 14bdb60: Bump elixir from 1.14-otp-25-alpine to 1.17.0-otp-27-alpine (dependabot[bot]) #221
- b2d47f2: bump elixir version to 1.17.0 (Pranay Valson) #221
- 1d4a20e: bump ci elixir-otp version to 1.17.0-otp-27 (Pranay Valson) #221
- 352762e: elixir 1.17.1 updates (Rodrigo Garcia) #221
- 05f9b79: update github actions (Rodrigo Garcia) #221
- 95d3ff8: bump credo to support elixir 1.17 (Rodrigo Garcia) #221
- da652fc: Configure Credo to treat the readability issues related to predicate function naming as warnings instead of error. (Rodrigo Garcia) #221
- 0134bb1: Bump broadway from 1.0.7 to 1.1.0 (dependabot[bot]) #224
- f55ba07: Bump rustler from 0.33.0 to 0.34.0 (dependabot[bot]) #225
- f5dff61: Bump jason from 1.4.1 to 1.4.4 (dependabot[bot]) #226
- b9ce9c9: Merge branch 'develop' into dependabot/hex/develop/rustler-0.34.0 (Pranay Valson) #225
- 9aa20b7: update tagged release workflow (Pranay Valson)
What's Changed
- Bump elixir from 1.14-otp-25-alpine to 1.17.1-otp-27-alpine by @dependabot in #221
- Bump jason from 1.4.1 to 1.4.4 by @dependabot in #226
- Bump broadway from 1.0.7 to 1.1.0 by @dependabot in #224
- Bump rustler from 0.33.0 to 0.34.0 by @dependabot in #225
- Refiner-DTM-RC:v0.5.4 by @noslav in #222
Full Changelog: v0.5.3...v0.5.4
v0.5.2
Commits
- 0df321b: amend block specimen decoder tests for codec 0.37 (Pranay Valson) #211
- d51aade: amend util tests for codec 0.37 (Pranay Valson) #211
- dd841b5: process newer specimens in refiner pipeline (Pranay Valson) #211
- f80205e: upload codec-0.37 specimens using ipfs in ci (Pranay Valson) #211
- 387436b: add codec-0.37 binary and decoded test-data files (Pranay Valson) #211
- c839852: fix codec version typo (Pranay Valson) #211
- faddbca: amend pipeline and avro tests for new test data files (Pranay Valson) #211
- 47129dc: fix expected block result hashes for pipeline (Pranay Valson) #211
- 6903cb2: remove obsolete codec-0.35 test files (Pranay Valson) #211
- 621e5f4: redact all mentions to test codec-0.36 files (Pranay Valson) #211
- 003d62c: remove obsolete codec-0.36 test files (Pranay Valson) #211
- 6049381: update util tests for codec-0.37 files (Pranay Valson) #211
- 1c3f305: Bump rustler from 0.31.0 to 0.33.0 (dependabot[bot]) #209
- 7d301a2: Bump plug_cowboy from 2.7.0 to 2.7.1 (dependabot[bot]) #202
- 584334a: Bump avrora from 0.27.0 to 0.28.0 (dependabot[bot]) #207
- ba0a480: update dependabot config (Pranay Valson) #211
- d827da6: Bump ex_keccak from 0.7.3 to 0.7.5 (dependabot[bot]) #201
- 8b3247b: bump refiner minor version (Pranay Valson) #211
- 361205a: Merge branch 'develop' of github.com:covalenthq/refiner into develop (Pranay Valson) #211
- 3d9f95f: Merge branch 'main' into develop (Pranay Valson) #211
- e66339b: update dependabot config for docker image (Pranay Valson) #211
What's Changed
- Bump rustler from 0.31.0 to 0.33.0 by @dependabot in #209
- Bump avrora from 0.27.0 to 0.28.0 by @dependabot in #207
- Bump plug_cowboy from 2.7.0 to 2.7.1 by @dependabot in #202
- Bump ex_keccak from 0.7.3 to 0.7.5 by @dependabot in #201
- Update CI/CD tests for BSP/BRP encoded plus json files in codec-0.37 by @noslav in #211
Full Changelog: v0.5.1...v0.5.2
v0.5.1 (Ethereum Staking Migration with Full Blob Support)
Commits
- bbaea97: update prod proofchain bsp/brp addresses (Pranay Valson)
What's Changed
- fixes to pick the write env values by @sudeepdino008 in #193
- Additional fixes needed for refiner to work on testnet by @rogarcia in #197
- Bump logger_file_backend from 0.0.13 to 0.0.14 by @dependabot in #204
- Enable extraction and proofing of complete blobs (EIP-4844) sidecar data by @noslav in #199
- Refiner-DTM-RC:v0.5.0 (Ethereum Migration v1.5) by @noslav in #205
Full Changelog: v0.4.3...v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0 (Ethereum Staking Migration with Full Blob Support)
Commits
- a77dc52: replace rudder with refiner (sudeep) #193
- 5a3f072: use compile_env instead of get_env to track changes in env variables (sudeep) #193
- c1cf836: adding the new env vars to the base .envrc otherwise the rudder service wil fail if those don't exist on env when it starts. It's fair since those new env vars should be optional; we don't need users to have those defined since there are default definitions on prod.exs and dev.exs. (Rodrigo Garcia) #193
- 94cda45: add default chain id value in .envrc to avoid compilation issue (sudeep) #193
- bdb9a6c: Reverting envrc and compose file to remove the definition optional env vars. They should be mainly for development/testing purpose only and not necessary for default operation. (Rodrigo Garcia) #193
- cc782cb: remove custom address and chainID vars from compose files to avoid confusion. These are mainly for development/test purposes and don't need to be set on regular use (defaults should be used). (Rodrigo Garcia) #197
- 7a4a30c: complete blob capture and encoded data (Pranay Valson) #199
- c7f4735: update codec 0.37 with BlobTxSideCars and type 3 tx fields (Pranay Valson) #199
- 18bdb89: Bump logger_file_backend from 0.0.13 to 0.0.14 (dependabot[bot]) #204
- 78a275e: bump refiner minor version (Pranay Valson) #205
- 37b007b: update test data with 0.37 specimen/result json files (Pranay Valson) #205
- c93ae09: Merge branch 'main' into develop (Pranay Valson) #205
Full Changelog: v0.5.0...v0.5.0
v0.4.3 (Eth Migration)
Commits
- 79ea8d0: update refiner main to use evm-server stable releases (Pranay Valson)
- 40ca833: update parsed log topic event hash for bsp quorum (Pranay Valson) #203
- 5c6985e: update log event data fn selector signature (Pranay Valson) #203
- c77dff2: test ci with new staking docker image (Pranay Valson) #203
- 4274273: engage refiner ci using cqt-staking:stable (Pranay Valson) #203
- 42125e1: eth migration pre-release (Pranay Valson)
Full Changelog: v0.4.3...v0.4.3
v0.4.2 (Dencun upgrade hotfix)
Commits
- 74572f0: update proof event topic hashes for bsps pre cqt-net v1.5 (Pranay Valson) #196
- b357a17: revert proofchain abi to pre cqt-net v1.5 (Pranay Valson) #196
- 4219392: revert specimen hash extraction (Pranay Valson) #196
- fbcc462: revert rudder fn call mentions (Pranay Valson)
What's Changed
Full Changelog: v0.4.1...v0.4.2
v0.4.1 (Dencun upgrade)
Commits
- 02f73bf: Bump briefly from 0.5.0 to 0.5.1 (dependabot[bot]) #184
- 5171001: Bump plug_cowboy from 2.6.1 to 2.6.2 (dependabot[bot]) #185
- 8e3f6d6: Bump plug_cowboy from 2.6.2 to 2.7.0 (dependabot[bot]) #186
- 1a3749d: Bump finch from 0.17.0 to 0.18.0 (dependabot[bot]) #188
- 9cef441: Bump rustler from 0.30.0 to 0.31.0 (dependabot[bot]) #189
- 4956787: Bump certifi from 2.12.0 to 2.13.0 (dependabot[bot]) #190
- 598c4a3: allow setting config params using env variables (sudeep) #195
- 3bbc672: add config params using env variables to dev.exs and to docker-compose files (Rodrigo Garcia) #195
- 3f12e9d: update block-ethereum AVRO codec for with 0.36 (Pranay Valson) #194
- b83f7c2: update ci/cd with 0.36 encoded files (Pranay Valson) #194
- c986473: update mix packages (Pranay Valson) #194
- 5090a32: update tests with 0.36 encoded bsp/brp files (Pranay Valson) #194
- caebc5b: update test data with 0.36 bsp/brp/binary files (Pranay Valson) #194
- d3bfa4a: mix format (Pranay Valson) #194
- 816d291: ci/cd pipeline tests with evm-server:latest (Pranay Valson) #194
- 8137798: adapt pipeline tests for dencun upgrade (Pranay Valson) #194
- 2c19bd9: enable use of evm-server:latest across compose yamls (Pranay Valson) #194
What's Changed
- Bump briefly from 0.5.0 to 0.5.1 by @dependabot in #184
- Bump plug_cowboy from 2.6.1 to 2.6.2 by @dependabot in #185
- Bump certifi from 2.12.0 to 2.13.0 by @dependabot in #190
- Bump rustler from 0.30.0 to 0.31.0 by @dependabot in #189
- Bump finch from 0.17.0 to 0.18.0 by @dependabot in #188
- Bump plug_cowboy from 2.6.2 to 2.7.0 by @dependabot in #186
- Rudder-DTM-RC:v0.4.1 (Dencun upgrade) by @noslav in #195
Full Changelog: v0.3.1...v0.4.1
v0.3.1
What's Changed
- Bump dialyxir from 1.4.2 to 1.4.3 by @dependabot in #176
- Bump gettext from 0.23.0 to 0.24.0 by @dependabot in #172
- Bump finch from 0.16.0 to 0.17.0 by @dependabot in #180
- Migration for CQT network v1.5 (Staking on Ethereum) by @noslav in #178
- Rudder-DTM-RC:v0.4.0 by @noslav in #182
- Bring
develop
to parity withmain
migration by @noslav in #183
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - w3up support (ipfs-pinner)
Commits
- a7fce26: Bump credo from 1.7.0 to 1.7.1 (dependabot[bot]) #168
- 0ad02f9: Bump rustler from 0.29.1 to 0.30.0 (dependabot[bot]) #169
- 4f6525a: Bump briefly from 0.4.1 to 0.5.0 (dependabot[bot]) #171
- fce7b50: Bump dialyxir from 1.4.1 to 1.4.2 (dependabot[bot]) #170
- 00555c7: update rudder minor version (Pranay Valson) #173
- 4fcef93: update mbeam rudder to accept w3up pinner (Pranay Valson) #177
- bd03e24: update mbase rudder to accept w3up pinner (Pranay Valson) #177
- fa00b0f: update stable and latest images for mbeam and mbase (Pranay Valson) #177
- 1ad91b4: update env vars (Pranay Valson) #177
- 1b6006c: test for tls certificate issue with ci build (Pranay Valson) #173
- bce44da: fix docker compose run command (Pranay Valson) #177
- fa18df3: documentation update for ipfs-pinner (sudeep) #177
- 0fb774f: bypass SSL in ci for hardhat (sudeep) #177
- 882dd99: update brp contracts for moonbase only (Pranay Valson) #177
- 10b5fed: bring back docker buildx for latest (Pranay Valson) #173
- 974feb5: update rudder minor version for ipfs-pinner w3up migration (Pranay Valson) #173
- fa50bb9: use older latest ipfs pinner for ci and newer stable for mbase (Pranay Valson) #173
What's Changed
- Bump credo from 1.7.0 to 1.7.1 by @dependabot in #168
- Bump rustler from 0.29.1 to 0.30.0 by @dependabot in #169
- Bump briefly from 0.4.1 to 0.5.0 by @dependabot in #171
- Bump dialyxir from 1.4.1 to 1.4.2 by @dependabot in #170
- Integrate w3up for
ipfs-pinner
by @noslav in #177 - Rudder-DTM-RC:v0.3.0 by @noslav in #173
Full Changelog: v0.2.16...v0.3.0
v0.2.16
Commits
- f200e97: fix ci integrations test workflow (Pranay Valson) #165
- c4a47c6: cancel previous running workflows (Pranay Valson) #166
- 37e8936: add coveralls for rudder test coverage (Pranay Valson) #166
- 4c21026: update dockerfile and ci run (Pranay Valson) #166
- 8fc3cfe: pass all required env to codecov uploader (Pranay Valson) #166
- 9dc8ec1: bring back full dockerx build with test coverage upload (Pranay Valson) #166
- d79856b: check for correct path for github ref (Pranay Valson) #166
- ace3523: add few more env vars (Pranay Valson) #166
- 680d965: use another method to extract branch name (Pranay Valson) #166
- 41a4584: add space for improvement (Pranay Valson) #167
- 557a7ca: explicitly exit docker run (Pranay Valson) #167