You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `--tracing-headers` to allow specifying headers to the tracing indexer
19
+
20
+
### Fixes
21
+
22
+
- Fixed API handler crash for `lookupState` in `prestate` tracer
23
+
- Fixed API handler crash for LOG edge cases in the `callTracer`
24
+
25
+
### What's Changed
26
+
27
+
- stop persisting rejected blocks on P-chain by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/1696
28
+
- Ensure scripts/lint.sh failure when used with incompatible grep by @marun in https://github.com/ava-labs/avalanchego/pull/1711
29
+
- sum peers clock skew into metric by @najeal in https://github.com/ava-labs/avalanchego/pull/1695
30
+
- Make AVM implement `block.HeightIndexedChainVM` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/1699
31
+
- ProposerVM nits by @abi87 in https://github.com/ava-labs/avalanchego/pull/1688
32
+
- Sorting -- Remove old `IsSortedAndUnique`, rename `IsSortedAndUniqueSortable` to `IsSortedAndUnique` by @danlaine in https://github.com/ava-labs/avalanchego/pull/1666
33
+
- Update snow consensus doc post X-chain linearization by @exdx in https://github.com/ava-labs/avalanchego/pull/1703
34
+
-`merkledb` / `sync` -- remove TODOs by @danlaine in https://github.com/ava-labs/avalanchego/pull/1718
35
+
- remove cache TODOs by @danlaine in https://github.com/ava-labs/avalanchego/pull/1721
36
+
- Adjust `NewSizedCache` to take in a size function by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/1725
37
+
- Wallet issuance to return tx instead of tx id by @felipemadero in https://github.com/ava-labs/avalanchego/pull/1704
38
+
- Add support for providing tracing headers by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/1727
39
+
- Only return accepted blocks in `GetStatelessBlock` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/1724
40
+
- Proposermv fix goroutine leaks by @abi87 in https://github.com/ava-labs/avalanchego/pull/1713
41
+
- Update warp msg format by @aaronbuchwald in https://github.com/ava-labs/avalanchego/pull/1686
42
+
- Cleanup anr scripts by @ceyonur in https://github.com/ava-labs/avalanchego/pull/1714
43
+
- remove TrackBandwidth from NetworkClient by @danlaine in https://github.com/ava-labs/avalanchego/pull/1716
44
+
- Bump network start timeout by @marun in https://github.com/ava-labs/avalanchego/pull/1730
45
+
- e2e: Ensure e2e.test is built with portable BLST by @marun in https://github.com/ava-labs/avalanchego/pull/1734
46
+
- e2e: Increase all ANR timeouts to 2m to ensure CI reliability. by @marun in https://github.com/ava-labs/avalanchego/pull/1733
47
+
48
+
### New Contributors
49
+
50
+
-@exdx made their first contribution in https://github.com/ava-labs/avalanchego/pull/1703
0 commit comments