Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1 updates #4

Open
wants to merge 9 commits into
base: v1.1-updates
Choose a base branch
from
Open

Conversation

TAIIOK
Copy link

@TAIIOK TAIIOK commented Sep 3, 2019

LIST OF CHANGES:
added: Check for a running synchronization process (the sequence may be broken if 2 synchronization processes are running) (setting in the config)
change: Image extensions in the config (cosmetic change)
added: Logging the reason why the meme does not fit (to understand the reason the meme was rejected)
added: Checking the folder with images (if there is an image in the folder but not in the database, it will be deleted and if there is a file in the database and there is no folder then it will download) ((setting in the config))
fix: burn amount for meme (now it charges 0.01 and does not leave as much)
fix: Deleting files (could delete a picture due to duplicate and as a result there will be no picture at all)
fix: [Errno 99] Cannot assign requested address (written to the log but processed in the code)
fix: The sequence is now composed as correctly as possible (the old lane in the blockchain can no longer be changed)
fix: Image expansion checks in the addition of a meme (could lead to duplicates and sequence outages)
fix: Check for synchronization at the time of adding a meme (waiting for the end of synchronization also breaks the sequence)

… in sync. Add new config options. Add check if sync already running. Add updating mem status (block number)
addmeme method example:

http POST localhost:1337/api/addmeme addr==KMMqGN1AQ6fzrjy6t3UTnu6L5FrwiNLyou Content-Type:image/png < /media/psf/Home/Pictures/py7.png
add address param check
fix MemeTx delegete
now last block dump to sync.p before sync process (fix if ipfs timeout)
Need new ipfs meme getter method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant