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 2.0 RC2

Accumulate Release Candidate 2 (RC2) Release Notes – 09/06/22

🚀  New  

  • Add height to /status

  • Integrate factom snapshot with accumulate genesis tool

  • Allow new Factom data entries

  • Variable fee schedule update

  • Limit delegation depth

  • Validate validator set at Genesis

  • Validate anchor and synthetic transaction keys against dn.acme/network instead of dn.acme/operators

  • Route when query-tx with txid

  • Send synthetic transactions as an RPC batch

🔧  Fixes  

  • ParseLiteAddress panics on small hex values

  • getVersion is exiting with check errors when it should be returning error

  • Do not allow adding a page as an authority

  • Various performance improvements

  • Correct configuration issue with routing transactions to DN

  • Limit URL length

  • Update Tendermint to 0.35.9

  • Pending synthetic transactions cause performance to suffer badly

  • Delegation allows replay

  • StateManager.AddAuthority checks the wrong URL

  • Able to Remove Delegate Entry (Only Entry) on Highest Priority Key Page

  • Able to add Duplicate Keys When Creating a New Key Page

  • UpdateKey doesn’t work with a delegated signature

✨ Improvements  

  • Add more logging to the sequence healing code

  • Eliminate remote transactions

  • Accumulated logs are a little too silent at startup

  • Decouple API v2 from ABCI

  • Query-tx API should accept the fully qualified tx ID (URL)

  • Replace block index with an account

  • Export the client

  • Move URL package to not internal

  • Remove deprecated terms

PreviousRelease notesNextRelease Note 1.0 RC1

Last updated 2 years ago

Was this helpful?