1. Grey Hack
  2. News
  3. [Nightly] Update v0.8.4312a

[Nightly] Update v0.8.4312a

[h3]Changelog[/h3]

- Added subwallet.last_transaction showing information of the last transaction made.

- Removed blockchain service, you still can get the blockchain.so library from apt-get.

- Moved wallet.transaction to coin.transaction

- Moved and renamed coin.login_subwallet to subwallet.check_password

- Added address parameter in blockchain.create_coin, which will be used to tell the players where the store is to register, if they try to buy coins before the registration.

- Added coin.get_address and coin.set_address

- Preferences > Accounts now shows the coin creator credentials.

- Moved wallet.mining to subwallet.mining therefore it will be necessary for the coin creators to distribute the binaries necessary for mining among the users.

- Moved general.login_wallet to blockchain.login_wallet

- Moved and renamed coin.delete_subwallet to subwallet.delete

- Added subwallet.get_user

[h3][Nightly] Update v0.8.4313a[/h3]

- Moved general.create_wallet to blockchain.create_wallet. This also fixes the problem in the wallet program when creating a wallet account.

- Removed transaction option from the wallet program, since it is now carried from the coin object. Note: You will need to re-download the wallet program from the shop to get the latest changes.

[h3][Nightly] Update v0.8.4314a[/h3]

- Updated blockchain.create_coin documentation to indicate that it now needs a new parameter, string address.

- Now blockchain.create_coin throws a runtime exception if wrong arguments are used.