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

remove get_named_account_balances #1135 #1153

Closed
wants to merge 120 commits into from

Conversation

cogutvalera
Copy link
Member

xeroc and others added 30 commits May 13, 2018 18:30
The peer is an attacker or buggy, which means the item_hashes_received is
not correct.

Move the check before updating items ids to save some time in this case.
node.cpp: Check the attacker/buggy client before updating items ids
Modified Dockerfile to work with new docker cloud version
Tydus and others added 22 commits July 5, 2018 01:20
Making a dockerized daemon receive SIGTERM could be very tricky:
firstly, CMD should not use the "shell form", otherwise a "sh -c" process
will possess the PID 1 therefore no one can receive the SIGTERM sent
from "docker stop";
second, the bitsharesentry.sh should call $BITSHARESD with exec, i.e.
let the daemon take the same PID (i.e. 1). Or in another way, a
"trap SIGTERM" trick may be employed to make sure the SIGTERM is
forwarded to the actual daemon process.
Fixes to make Docker containers shutdown properly
Remove crypto_api from default list of allowed APIs. (issue bitshares#1123)
remove double assert in object_id_type constructor
In current help message of create_asset, printed in gethelp, gives an
example of option with quote asset_id of "1.3.0". This asset id is
not a valid one, since the code requires the id to be "1.3.1" on
creating a new asset.

This change set the default quote asset_id to "1.3.1", so that the
gethelp message would give a valid option example.
Add BTS Seed Node: seed.bts.bangzi.info:55501
…issa-and-tests

Range proof mantissa minimum bit length
@cogutvalera cogutvalera changed the title Valera issue 1135 fixed issue 1135 Jul 18, 2018
@cogutvalera cogutvalera changed the base branch from master to develop July 18, 2018 16:26
@cogutvalera cogutvalera changed the title fixed issue 1135 remove get_named_account_balances #1135 Jul 21, 2018
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.