Testnet 0.11.0
jeffesquivels
released this
28 Mar 15:35
·
1779 commits
to albatross
since this release
What's Changed
- Fix duplicate message IDs and check for them in CI by @hrxi in #1487
- Tx events subscription by @viquezclaudio in #1437
- Allow to prove the non-existence of keys by @hrxi in #1484
- Return RPC error if there are invalid params by @onmax in #1485
- Cleanup remnants of view changes by @fiaxh in #1486
- Fix generation of devnet keys in prover by @paberr in #1490
- Verify that transaction proof matches our chain state by @fiaxh in #1491
- consensus: Add a way of getting staking contract elements by @jsdanielh in #1492
- Various WASM client updates by @sisou in #1489
- Validity window fix by @ii-cruz in #1488
- Improve mempool behaviour during and after consensus loss by @fiaxh in #1475
- consensus: Use the block number to generate a transaction proof by @jsdanielh in #1496
- Include add_stake transaction notifications by @viquezclaudio in #1495
- Add client accessor methods to query stakers and validators by @sisou in #1493
- Adding testnet genesis block and zkp keys by @ii-cruz in #1494
- Improve logging for Tendermint by @nibhar in #1500
- Compat for WASM PrivateKey, PublicKey & KeyPair APIs by @sisou in #1498
- Prove transaction by hash by @viquezclaudio in #1497
- Fix TOCTOU in selecting next peer in sync queue by @hrxi in #1502
- Fetching all stakers from a validator by @ii-cruz in #1504
- Increase the limits of address subscriptions by @viquezclaudio in #1505
- Use subscriptions to detect tx inclusion when sending txs by @sisou in #1509
- lib: Add an optional
advertised_addresses
forNetworkSettings
by @jsdanielh in #1507 - Fixing panic when calculating the upper bound by @ii-cruz in #1510
- network-libp2p: Add support for websocket TLS by @jsdanielh in #1508
- Increasing macro sync threshold to a epoch by @ii-cruz in #1513
- consensus: Drop the blockchain lock ASAP for live block queue by @jsdanielh in #1516
- Increase default buffer size in block queue by @ii-cruz in #1518
- Various fixes for recent transaction proving by @sisou in #1517
- Query full nodes for recent transaction proofs by @sisou in #1521
- Parse and output some transaction data by @sisou in #1519
- Update README file for testnet by @jsdanielh in #1501
- Bump openssl from 0.10.45 to 0.10.48 by @dependabot in #1503
Full Changelog: v0.10.0...v0.11.0