1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 01:36:56 +01:00

added versions numbers

This commit is contained in:
manolodewiner 2018-03-28 17:03:26 +02:00
parent 99a049056b
commit 0d9d04eb8b

View File

@ -44,6 +44,10 @@ Compatibility Matrix
Older versions
--------------------
#### Versions 4.x.x
As part of the changes in the BigchainDB 2.0 server, some endpoint were
modified. In order to be consistent with them, the JS driver does not have
anymore the `pollStatusAndFetchTransaction()` method as there are three
@ -57,6 +61,8 @@ being sure that the transaction is validated and commited to a block, so
there will not be any issue if you try to transfer the asset immediately.
#### Versions 3.2.x
For versions below 3.2, a transfer transaction looked like:
.. code-block:: js