0.11.1 (2023-11-09)
Bug Fixes
Tests
Continuous Integration
- fix mempool test failures (#1304) (01c0ae0)
- ignore third_party directory for tests and linters (#1310) (cb1052a)
Build Systems
- deps: Bump github.com/celestiaorg/go-header from 0.4.0 to 0.4.1 (#1298) (ca2e98d), closes celestiaorg/go-header#124 celestiaorg/go-header#119 celestiaorg/go-header#125 celestiaorg/go-header#126 #126 #125 #119 #124
- deps: Bump github.com/creachadair/taskgroup from 0.6.1 to 0.6.2 (#1299) (f133b08)
- deps: Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#1314) (42e3e55), closes gorilla/mux#595 gorilla/mux#602 gorilla/mux#660 gorilla/mux#679 gorilla/mux#693 gorilla/mux#713 gorilla/mux#718 gorilla/mux#719 gorilla/mux#720 gorilla/mux#721 gorilla/mux#722 gorilla/mux#724 gorilla/mux#723 gorilla/mux#726 gorilla/mux#727 gorilla/mux#725 gorilla/mux#678 gorilla/mux#712 gorilla/mux#672 gorilla/mux#708 gorilla/mux#676 gorilla/mux#733 gorilla/mux#734 gorilla/mux#602 gorilla/mux#679 gorilla/mux#693 gorilla/mux#713 gorilla/mux#718 gorilla/mux#724 gorilla/mux#725 gorilla/mux#712 gorilla/mux#672 gorilla/mux#708 gorilla/mux#676 gorilla/mux#733 #734 #733 #676 #708 #672 #712 #678 #725 #727 #726
- deps: Bump github.com/gorilla/rpc from 1.2.0 to 1.2.1 (#1317) (7d6cf81), closes gorilla/rpc#73 gorilla/rpc#91 gorilla/rpc#93 gorilla/rpc#76 gorilla/rpc#94 gorilla/rpc#95 gorilla/rpc#91 gorilla/rpc#93 gorilla/rpc#76 #95 #94 #76 #93 #91 #73
- deps: Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (#1318) (1a28a79), closes gorilla/websocket#752 gorilla/websocket#773 gorilla/websocket#793 gorilla/websocket#788 gorilla/websocket#798 gorilla/websocket#839 gorilla/websocket#761 gorilla/websocket#840 gorilla/websocket#856 gorilla/websocket#857 gorilla/websocket#752 gorilla/websocket#773 gorilla/websocket#793 gorilla/websocket#798 gorilla/websocket#839 gorilla/websocket#761 #857 #856 #840 #839 #788
- deps: Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1316) (49f7148), closes spf13/cobra#2018 spf13/cobra#1428 spf13/cobra#1952 spf13/cobra#2023 spf13/cobra#1943 spf13/cobra#2044 spf13/cobra#2063 spf13/cobra#1945 spf13/cobra#1978 spf13/cobra#1960 spf13/cobra#2061 spf13/cobra#1940 spf13/cobra#1971 spf13/cobra#1976 spf13/cobra#2021 spf13/cobra#1934 spf13/cobra#2047 spf13/cobra#2028 securego/gosec#1005 spf13/cobra#2022 spf13/cobra#1980 spf13/cobra#1983 spf13/cobra#2003 spf13/cobra#2024 spf13/cobra#2052 spf13/cobra#2053 spf13/cobra#2000 spf13/cobra#2041 #2063 #2018 #2028 #1940 #2053 #2061 #2052 #2044 #2047 #1934
What's Changed
- Fix typos in docs by @xiaolou86 in #1303
- ci: fix mempool test failures by @MSevey in #1304
- use a ci setup job to set a go-version by @ramin in #1300
- build(deps): Bump github.com/creachadair/taskgroup from 0.6.1 to 0.6.2 by @dependabot in #1299
- ci: ignore third_party directory for tests and linters by @MSevey in #1310
- specs: add validator set specs by @tuxcanfly in #1279
- Bring txsToByteSlices to parity with byteSlicesToTxs by @Manav-Aggarwal in #1295
- De-duplicate getRandomBlock across the repo by @Manav-Aggarwal in #1306
- build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #1316
- build(deps): Bump github.com/gorilla/rpc from 1.2.0 to 1.2.1 by @dependabot in #1317
- build(deps): Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #1318
- build(deps): Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in #1314
- Rollkit RPC Equivalency by @nashqueue in #1275
- mempool spec by @S1nus in #1263
- test: fix genesis validator set helper by @tuxcanfly in #1309
- fix: address slow shutdowns in aggregation loop by @MSevey in #1297
New Contributors
- @xiaolou86 made their first contribution in #1303
- @ramin made their first contribution in #1300
Full Changelog: v0.10.6...v0.11.1