Skip to content

Devnet 0.10.0

Compare
Choose a tag to compare
@jeffesquivels jeffesquivels released this 22 Mar 21:24
· 1853 commits to albatross since this release
v0.10.0
ca7ec82

What's Changed

  • Update comments and clarify Tendermint code by @hrxi in #1447
  • Refactor accounts by @styppo in #1451
  • Accept various argument types for sending a transaction by @sisou in #1449
  • Further ZKP improvements by @paberr in #1445
  • Rename include_transactions to include_body in RPC server, interface and client by @onmax in #1448
  • Return PlainTransactionDetails from tx sending methods by @sisou in #1425
  • Serialize blocks to JS as objects by @sisou in #1410
  • Make the web-client's network ID configurable by @sisou in #1461
  • Emit "syncing" consensus events by @sisou in #1460
  • Accept various formats for addresses and transactions in client API by @sisou in #1459
  • Remove unnecessary Arc by @nibhar in #1471
  • Reintroduce Block Logs by @paberr in #1472
  • Change read interface for the staking contract and remove database dependency from account crate by @jsdanielh in #1462
  • Create the accounts proof request by @viquezclaudio in #1408
  • Update nimiq-jsonrpc dependency by @jsdanielh in #1477
  • Include hybrid values that are proven in trie proofs by @hrxi in #1474
  • Remove panic when requesting unknown block via RPC by @paberr in #1476
  • Add signer to proposal signature by @nibhar in #1480
  • Add support for block inclusion proofs by @fiaxh in #1444
  • Bump quote from 1.0.23 to 1.0.26 by @dependabot in #1433
  • Bump toml from 0.5.11 to 0.7.3 by @dependabot in #1432
  • Bump serde from 1.0.154 to 1.0.157 by @dependabot in #1456

New Contributors

Full Changelog: v0.9.0...v0.10.0