Skip to content

Releases: MinterTeam/cpp-minter

2.0.2

10 Jun 22:44
Compare
Choose a tag to compare

Release notes

  • Updated bigmath: fixed memory leaks
  • Removed BOOST_THROW_EXCEPTION as it conflicts with boost's macro
  • Added default constructor for tx_builder

Minter 2.0

10 Jun 22:44
Compare
Choose a tag to compare

Release notes:

  • Added transactions:

    • AddLiquidity (tx_add_liquidity)
    • RemoveLiquidity (tx_remove_liquidity)
    • BuySwapPool (tx_buy_swap_pool)
    • SellSwapPool (tx_sell_swap_pool)
    • SellAllSwapPool (tx_sell_all_swap_pool)
    • CreateSwapPool (tx_create_swap_pool)
    • CreateToken (tx_create_token)
    • RecreateToken (tx_recreate_token)
    • MintToken (tx_mint_token)
    • BurnToken (tx_burn_token)
    • EditCandidateCommission (tx_edit_candidate_commission)
    • VoteCommission (tx_vote_commission)
    • VoteUpdate (tx_vote_update)
  • Passing simple (not exactly) types by value instead of by const reference: dev::bigint, dev::bigdec18 etc

  • Added method overrides with std::string argument (float or integer representation) where by default
    passing dev::bigdec18 or dev::bigint

1.0.0 - Minter 1.2

19 Oct 00:33
Compare
Choose a tag to compare

1.0.0 Breaking changes

  • Now coins represented by its ID. It means, all methods like set_coin(std::string) or set_gas_coin(std::string)
    was renamed to set_coin_id() and same, with 2 types as arguments: dev::bigint and std::string. String represents
    numeric coin ID (for convenience)
  • Added transactions:
    • SetHaltBlock (tx_set_halt_block)
    • Recreate Coin (tx_recreate_coin)
    • EditCoinOwner (tx_edit_coin_owner)
    • EditMultisig (tx_edit_multisig)
    • PriceVote (tx_price_vote)
    • EditCandidatePublicKey (tx_edit_candidate_public_key)
  • Removed boost at all
  • Updated tests
  • Updated examples
  • Removed dependencies as submodules, now to build library without conan, you should build all dependencies by yourself,
    guide will be attached to README

0.6.2

04 May 17:12
Compare
Choose a tag to compare
0.6.2

0.6.1

26 Apr 18:56
Compare
Choose a tag to compare
refactoring, added max supply to coin creation tx

0.6.0

25 Apr 18:04
Compare
Choose a tag to compare
multisigs, deeplinks, fixed build for osx, updated examples etc

0.5.1

16 Dec 16:18
Compare
Choose a tag to compare
fixed toolbox dep

0.5.0

13 Dec 23:22
Compare
Choose a tag to compare

Release notes

  • Checks support (with texasnet gas coin)
  • Clean-up leading zeroes in signature
  • clang-format
  • Less macros, more templates
  • Refactoring

0.1.1

23 Jun 15:01
Compare
Choose a tag to compare
using single boost lib 1.70

0.1.0

22 Jun 18:07
Compare
Choose a tag to compare
disabled parallel build, because something wrongs with circleci machine