What's Changed
- fix: Fix prefix
v
in RCs by @jrmanes in #1364 - chore(deps): Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in #1365
- feat: make the testnode port allocation dynamic by @SweeXordious in #1368
- feat: register testnode cleanup in teardown by @SweeXordious in #1372
- feat: Use common Docker Build Pipeline by @jrmanes in #1370
- test: add QGB queries test by @SweeXordious in #1374
- chore(deps): Bump alpine from 3.17.1 to 3.17.2 by @dependabot in #1373
- fix: add permissions to docker security build by @SweeXordious in #1379
- chore: explicitly set namespace size by @rootulp in #1385
- chore(deps): Bump github.com/ethereum/go-ethereum from 1.10.26 to 1.11.0 by @dependabot in #1387
- refactor: Keep only the common Ci by @jrmanes in #1383
- feat: data commitment for height support for yet to be committed heights by @SweeXordious in #1389
- refactor: attestation iteration by @rootulp in #1392
- ci: remove unused build tags from go test by @rootulp in #1397
- ci: consolidate linters in lint workflow by @rootulp in #1400
- chore: delete CHANGELOG.md by @rootulp in #1395
- refactor: Cleanup old Pipelines by @jrmanes in #1401
- chore(deps): Bump github.com/ethereum/go-ethereum from 1.11.0 to 1.11.1 by @dependabot in #1402
- chore: remove residual docker build by @rootulp in #1404
- fix: remove changing unnecessary parameters in single-node.sh by @SweeXordious in #1386
- chore(deps): Bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #1409
- chore: use
DefaultNetwork
instead of duplicate code by @SweeXordious in #1410 - chore: delete testnode home dir during cleanup by @SweeXordious in #1411
- chore: fix qgb rpc flaky test by @SweeXordious in #1412
- chore: update dead link by @SweeXordious in #1414
- chore: remove duplicate error handling in
initFileStructure
by @SweeXordious in #1416 - docs: hoist ADR status by @rootulp in #1407
- docs: fix code coverage link by @rootulp in #1406
- fix: use a custom remove function to find the file causing the flakiness by @SweeXordious in #1417
- refactor: cliarify a few names and add some docs to the wrapper by @evan-forbes in #1418
- chore(deps): Bump github.com/ethereum/go-ethereum from 1.11.1 to 1.11.2 by @dependabot in #1421
- chore: improve nmt wrapper tests by @rootulp in #1423
- chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #1425
- fix: better way to delete tendermint config folder by @SweeXordious in #1426
- chore: bump core to v1.15.0 by @evan-forbes in #1433
- docs: ADR 14 Versioned Namespaces by @rootulp in #1382
- chore: create a WaitForBlocks util helper function by @phamminh0811 in #1430
- chores: QGB keepers specific errors by @phamminh0811 in #1431
- feat!: removes the
Tree
method from the NMT wrapper and introduces theProveRange
API by @staheri14 in #1438 - docs: ADR 15 Namespace ID Size by @rootulp in #1405
- refactor(testutil/testnode): Allow passing chainID to testnode constuctor by @renaynay in #1445
- chore: use cosmossdk.io/errors by @rootulp in #1448
- feat: add the ability to log directly to a file by @evan-forbes in #1449
- chore: adds NMT Wrapper specifications by @staheri14 in #1442
- chore(deps): Bump github.com/ethereum/go-ethereum from 1.11.2 to 1.11.3 by @dependabot in #1451
- chore: issue label and project automation by @rootulp in #1456
- chore: run hadolint and yamllint during
make lint
by @rootulp in #1447 - chore: clarifies that Q3 can be computed from Q1 as well by @staheri14 in #1461
- chore(deps): Bump actions/cache from 3.2.6 to 3.3.0 by @dependabot in #1463
New Contributors
- @phamminh0811 made their first contribution in #1430
Full Changelog: v0.12.0-rc7...v0.13.0-rc0