Skip to content

v0.13.0

Compare
Choose a tag to compare
released this 24 Feb 11:02
· 1496 commits to master since this release
1a0b78f

What's Changed

  • Improve faucet alert closes #166 by @roychowdhuryrohit-dev in #169
  • Fix typo in GraphQL schema by @samuel-uniris in #190
  • Add Network transactions list in the API by @samuel-uniris in #198
  • beacon explorer with live streaming transactions by @imnik11 in #173
  • Fix #177 by @roychowdhuryrohit-dev in #195
  • Add transaction fee api, fix #196 by @roychowdhuryrohit-dev in #200
  • Beacon explorer live by @imnik11 in #202
  • Change faucet success flash link to tx URL, fix #204 by @roychowdhuryrohit-dev in #207
  • Use a FSM in the OracleChain Scheduler by @samuel-uniris in #219
  • 165 transaction content max size by @blackode in #227
  • Fix downloading of code in the governance screen by @samuel-uniris in #229
  • [Feature] Metric Dashboard PR2 by @apoorv-2204 in #205
  • Prepend curve type in address by @imnik11 in #210
  • Indicate usd price near of uco amounts #226 by @Neylix in #234
  • Prevent network split by @samuel-uniris in #240
  • Using Connection library to simplify TCP connection management
  • Fail self-repair if replication failed
  • Fix unordered beacon summaries in Self-Repair
  • Fetch the last transaction address instead of the entire transaction from the faucet
  • Expose container in docker-compose
  • Fix timeout in mem table loader loading
  • Ensure nearest nodes download in self repair
  • Define timeout to receive confirmation in mining
  • Remove replication nodes confirmation as the mining is asynchronous now
  • Prevent to request nodes not locally available
  • Provide P2P.nearest_nodes fallback to switch to given nodes if local node is not yet available
  • Change uniris to archethic after coingecko change
  • Include DB bucket in partition key for transaction chain sizing
  • Fix check of balance in UCO playbook
  • Catch GenServer Connection timeout calls
  • Reconnect registered nodes when a node restarts
  • Define derivation function for UCO Oracle price
  • Support adaptative waiting time in tx validation
  • Fix P2P.duplication_node? to support address based verification
  • Raise error in self-repair to stop the flow
  • Using a specific table to fetch the chains
  • Update availability in self repair only once time per node
  • Catch unexpected oracle networking issue

New Contributors

Full Changelog: v0.12.5...v0.13.0