This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* origin/development: updated docs conf updated docs conf initial docs replaced neo.Network.RPC package with neo-python-rpc pip package fixed bootstrap file in protocol.testnet finished RPC client implementation added documentation to client calls adding rpc client fix codestyle updating docs for Wallet bugfix for contrib/privnet-claim-neo-and-gas.py Remove white spaces from docstring endings as per @metachris review's request initial contrib/privnet-claim-neo-and-gas.py Dockerfile/Readme Ubuntu update, added --testnet to prompt args, some minor cleanup Add some more docstrings Remove void from docstrings, replaced with None where appropriate. quick fix CreateKey Small cleanup in (User)Wallet.CreateKey functions and a lot of docstrings for `Wallet` resolve if the whole file is not found
Feature events localhuman
* Logging: configure through settings, enable logfile * Update all __log and print statements to new logger system * move default log level to INFO, and only have certain (often-occuring) log messages in DEBUG * Fixes * UserWallet: logger.info -> logger.error + logger.debug * UserWallet pep8 fix
* origin/development: Update all the requirements (#87) Added Wallet.GetSyncedBalances
Just wanted to leave a comment here about the new way to subscribe to SC events:
Great work by @metachris ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EventHub and logging.
Many commits, many changes. Will add some documentation to the README / docs in a later step. A prompt user doesn't really notice much, except a bit more log messages, and the option to use
config debug on/off
andconfig sc-events on/off
.For devs that use neo-python as library, this is a great many essential changes. It allows to send all the log messages into logfiles, and to easily react to smart contract events.