Accumulate
  • Getting Started
    • Introduction
    • Support
    • Glossary
    • Fees
    • Networks
    • Open source and contribution
    • Frequently Asked Questions
    • Converting FCT to ACME
  • Setup
    • Local DevNet Setup
    • Follower node setup with AccMan
    • Validator node setup with AccMan
    • Retaining validator keys when wiping node data
  • CLI
    • CLI setup
    • CLI reference
      • Flags
    • Import a Factom wallet
  • Nodes
    • Operator onboarding guide
    • Debugging node issues
  • Developer Resources
    • API Reference
    • Factom API support
  • Staking
    • What is staking
    • How to stake your tokens
    • FAQ
  • Tools
    • Explorer
    • Javascript SDK
    • Java SDK
  • Deep Dive
    • Lite accounts
    • Accumulate digital identifiers (ADIs)
    • Key management
    • Identity hierarchies
    • Synthetic transactions
    • Signatures and authorities
  • Integration
    • Ledger Integration
      • How to use the Ledger with the Accumulate CLI
      • CLI Reference
    • Tendermint
  • Tutorials
    • Accumulate Bridge Guides
      • How to convert ACME to WACME
      • How to convert WACME to ACME
      • How to setup a bridge node
    • How to create a Lite Account and Keys on Mainnet / Testnet
    • Sending Tokens from a Lite Token Account via CLI
    • How to create an ADI via CLI
    • How to create a Custom Token/Token Issuer using CLI
    • Querying Accumulate token account with Json RPC API
  • Release Note
    • Release notes
      • Release Note 2.0 RC2
      • Release Note 1.0 RC1
      • Release Note 0.6
      • Release Note 0.5.1
      • Release Note 0.5
  • Blog
  • Hackathon
    • Accumulate web3athon guide
Powered by GitBook
On this page

Was this helpful?

  1. Release Note
  2. Release notes

Release Note 0.5.1

Accumulate 0.5.1 - April 30th 2022

🚀 New

  • We have added support for executing multiple key page updates as a single transaction (We have added a multi-operation key page updates)

  • We added API support for other signature types

  • Create an access control framework

  • Add transactions for adding, removing, updating a validator

  • Envelope and synthetic transaction redesign

  • Capture evidence from Tendermint

  • Capture votes from Tendermint

  • Create index chains

  • Add an API call that constructs a proof of the state of an account

  • Add memo and metadata field to the transaction

  • CLI Command to display how many Credits you receive per ACME

  • Add the ability to lock a key page

  • Support Factom RCD1 signatures

  • We created Sub-ADIs

🔧 Fixes

  • A synthetic transaction with an invalid origin is not saved

  • We fixed a bug that could cause the TestNet to stall due to an invalid synthetic transaction We built a solid Monitoring infrastructure

🔧 Improvements

  • Key page entries must be key hashes

  • Deprecate extids on data accounts

  • Document API methods

  • Rename the pending chain

  • Run two nodes side-by-side

  • Use 'timestamps' instead of 'nonces'

  • Track the key page version

  • Track issued tokens instead of remaining reserve

  • Accumulate only check the nonce of the first signature

  • Burn ACME to buy credits

  • We added Nest Key Pages with Key Books (acc://ethan/book/1)

  • Keys must be hashed with SHA-256

PreviousRelease Note 0.6NextRelease Note 0.5

Last updated 2 years ago

Was this helpful?