Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto-Python committed Mar 17, 2022
1 parent 3ba524d commit 80c5a8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.2.1...HEAD>`_
--------------------------------------------------------------------------------------

`2.2.2 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.2.1...2.2.2>`_ - 2022-03-17
------------------------------------------------------------------------------------------------

Fixed
^^^^^

* Init not finished with NFT card when ABI is large

`2.2.1 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.2.0...2.2.1>`_ - 2022-03-14
------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion cryptnoxpro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "2.2.1"
__version__ = "2.2.2"
2 changes: 2 additions & 0 deletions cryptnoxpro/command/erc_token/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _dual_seed(self, card: cryptnoxpy.Card, init_data, nfc_sign, slots: List[str
card.dual_seed_load(second_pair, init_data.pin)

print("Card has been initialized.")
print("Use 'info' command to see all information regarding your token.")
if self.data.easy_mode:
print("Card is in easy mode.\n\nPress enter for all pin and puk prompts.\n")

Expand Down Expand Up @@ -136,6 +137,7 @@ def _nft_slots() -> List[str]:
"contract_address": contract_address,
"nft_id": nft_id,
}),
"",
ui.input_with_exit("ABI: "),
ui.input_with_exit("Metadata: ")
]
Expand Down

0 comments on commit 80c5a8c

Please sign in to comment.