Skip to content

Commit

Permalink
chore(build): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Feb 20, 2018
1 parent 171ff99 commit 7dc4f3e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 24 deletions.
25 changes: 10 additions & 15 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This details the changes made from the previous recorded version.

- API

- Add support for manpulating smart contracts. This means that you can send assets from smart contracts. This support is currently enabled only in the core API methods ``sendAsset`` and ``doInvoke``.
- Add support for manpulating smart contracts. This means that you can send assets from smart contracts. This support is currently enabled only in the core API methods ``sendAsset`` and ``doInvoke``. **This is currently experimental and is subject to breaking changes without notice** (no minor version bump for changes to these).
- Add support for ``config.account``. You can now use Account in place of address and private key.
- Add support for ``config.balance``. You can use an old Balance object instead of retrieving a new one. Attaching a Balance object will cause the function to skip over the retrieval process.

- Wallet

Expand All @@ -19,6 +21,10 @@ This details the changes made from the previous recorded version.

- Add ContractParam.hash160

- Util

- Add ``isHex`` and ``ensureHex`` as ways to conveniently check format of hexstrings.

- Fixes

- Add more logging messages throughout.
Expand Down Expand Up @@ -131,10 +137,7 @@ This details the changes made from the previous recorded version.
2.3.4
-----

- Fix ``TxAttrUsage`` not being imported properly.

2.3.3
-----
- Docs moved to ``docs`` folder

- Fixes

Expand All @@ -143,16 +146,8 @@ This details the changes made from the previous recorded version.
- update export name for ``TxAttrUsage``.
- Fix transaction attribute deserialization.
- Fix _emitNum emitting trimmed hex numbers.

2.3.2
-----

- Docs moved to ``docs`` folder

2.3.1
-----

- clean neonDB input numbers
- clean neonDB input numbers
- Fix ``TxAttrUsage`` not being imported properly.

2.3.0
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
scv_sort = ('semver',)

scv_whitelist_branches = ('master', 'dev')
scv_whitelist_tags = ('1.1.2', '2.3.4', re.compile('3.3.[\d.]+'))
scv_whitelist_tags = ('1.1.2', '2.3.5', re.compile('3.3.[\d.]+'))

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
10 changes: 5 additions & 5 deletions lib/browser.js

Large diffs are not rendered by default.

Binary file modified lib/browser.js.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions lib/index.js

Large diffs are not rendered by default.

Binary file modified lib/index.js.gz
Binary file not shown.

0 comments on commit 7dc4f3e

Please sign in to comment.