Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha 0.10 multi asset #94

Closed
wants to merge 19 commits into from
Closed

Alpha 0.10 multi asset #94

wants to merge 19 commits into from

Commits on Mar 11, 2016

  1. Configuration menu
    Copy the full SHA
    ae812cf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Chainparams: Don't check the genesis block, but store its transaction…

    …s asvalid (HF for bitcoin)
    
    - Like in #6597 (bitcoin), the genesis block shouldn't be checked
    because it is a consensus rule in itself
    
    - On the other hand, some elements like deterministic peg (because the
      21M reserve of pegged-coins needs to be created at some point) and
      multi-assets (because one cannot define new assets without existing
      utxos to be used as input for the asset definition transactions)
    jtimon committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    4e411b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6d4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc38c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23186f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    635b629 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    3543834 View commit details
    Browse the repository at this point in the history
  2. HF Assets: primitives/transaction: post-CT: Explicit multi-asset fees

    Fix CTransaction::GetFee() + Introduce CMutableTransaction::SetFeesFromTxRewardMap
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    f406c03 View commit details
    Browse the repository at this point in the history
  3. HF Assets: coins.cpp: Adapt CCoinsViewCache::VerifyAmounts and CCoins…

    …::FromTx()
    
    Assets: Adapt CCoins::FromTx() to Asset definition transactions
    
    jerzy Assets: coins.cpp fix for txs spending genesis tx
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ba04aed View commit details
    Browse the repository at this point in the history
  4. HF Assets: Adapt Consensus functions (main.cpp):

    -main::CheckInputs
    -main::CheckTransaction
    -main::ConnectBlock()
    
    fixup! main.cpp by jerzy, also TODO enforce cannonical representation of vTxFees in CheckTransaction()
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    2611cec View commit details
    Browse the repository at this point in the history
  5. HF Assets: Adapt miner.cpp

    fixup! miner.cpp by jerzy
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    6f0a16f View commit details
    Browse the repository at this point in the history
  6. HF Assets: Adapt bitcoin-tx.cpp

    With String parsing and optional argument handling fixes by jerzy
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    e109041 View commit details
    Browse the repository at this point in the history
  7. HF Assets: Adapt rpcrawtransaction.cpp

    fixup! src/rpcrawtransaction.cpp by jerzy
    
    jerzy: Assets: Fixed createrawtransaction JSON created by bitcoin-cli
    jtimon committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    aee6723 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d72a1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4f6f6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a9809c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dad4286 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4186ff2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f71ca4 View commit details
    Browse the repository at this point in the history