All notable changes to this project will be documented in this file.
- Fix incorrect date format in the spec file.
- Reorder type of transaction.
- Prevent same pubkey in a alliance redeem script.
- Fix voting bug when -txindex turn on.
- Fix rpc signrawtransaction for license/miner related tx.
- Fix assignfixedaddress.
- Fix CheckTxFeeAndColor.
- Fix bug when transferring license.
- A new role in system : Miner.
- A new Consensus address which is a multi-sig address merge by all alliance to handler alliance issue.
- rpc addalliance.
- rpc setalliance.
- rpc addminer.
- rpc revokeminer.
- rpc mintforlicense.
- rpc mintforminer.
- Separate the permission of mining and other functions that should be owned by alliance.
- Use multi-sig policy to handle concensus of all alliance (like voting, issuing license, add/revoke miner).
- Allow higher fee.
- Update COPYING.
- Increase limitation of multi-sig address (at least 100-of-100 now).
- BANVOTE type transaction and relative fuction/rpcs.
- rpc sendvotetoaddress.
- New RPC: assignfixedaddress, which used to set default address
- Update gcoin-compat-openssl.spec
- Remove member only policy
- Fix the bug of getlicenselist.
- Put the data into "main" directory when running gcoind
- Naming refactor : bitcoin -> gcoin
- Remove order(exchange) mechanism (ORDER, MATCH, CANCEL).
- RPC refinement : fix rpc message.
- Fix account related functions.
- Apply multi currency to some RPCs