Skip to content

DefichainPython v3.0.0

Choose a tag to compare

@eric-volz eric-volz released this 01 Sep 08:43
· 72 commits to main since this release

Release v3.0.0 of the DefichainPython Library! 馃殌馃殌馃殌

Version 3.0.0 of the DefichainPython library is finally released and is available on PyPi. You can install it using just this line of code:

pip install defichain -U

The new update brings some really cool new features:

  • Implementation of new ocean API endpoints: Governance and Consortium
  • Possibility to encrypt your wallet and store it
  • Possibility to create your own RawTransactions (also known as Custom Transaction and DefiTransaction). For more information follow this explanation: Basic Usage Of Transactions Builder

Already implemented RawDefiTransactions:

  • UtxosToAccount
  • AccountToUtxos
  • AccountToAccount
  • hex_data
  • str_data
  • Vote
  • TakeLoan
  • PayBackLoan
  • CreateMasternode
  • ResignMasternode
  • UpdateMasternode
  • PoolSwap
  • CompositSwap
  • AddPoolLiquidity
  • RemovePoolLiquidity
  • send
  • sendall
  • sendmany
  • CreateVault
  • DepositToVault
  • WithdrawFromVault

What has changed in the code?

Improvements

New Implementations

RawTransactions

Tests

Full Changelog: v2.3.0...v3.0.0