theoreticalbts

Results 57 issues of theoreticalbts

https://bytemaster.bitshares.org gives an SSL error because the domain is simply a CNAME pointing to bytemaster.github.io, so the server's cert is for Github domain, not Bitshares domain. If we want SSL...

There is no need for the `url` field of witnesses to be tracked in consensus.

EOS describes an issue where different sides of a (highly unlikely) network split can put LIB on different branches. (Basically the scenario here is that 2/3+1 are honest, but switch...

HARDFORK

In #1802, @mvandeberg suggests brainstorming ways to create SBD for the testnet. Here are some options: - (a) Create SBD on a particular account at genesis - (b) Implement a...

I started reading the docs, on http://steem.readthedocs.io/ as suggested by `README.md`. That site says: "`steem-python` is the official STEEM library for Python. It comes with a BIP38 encrypted wallet and...

Here is a minimal example that demonstrates the issue: ``` #!/usr/bin/env python3 import steem from steembase.transactions import SignedTransaction tx_json = {"operations": [["account_update", {"account": "initminer", "owner": {"weight_threshold": 1, "account_auths": [], "key_auths":...

The WP currently says: > The symbol precision in `smt_setup_operation` is authoritative. It may differ from, and will override, any previously specified operations' precision. Subsequently issued operations must have matching...

So the idea I'm going to discuss in this ticket is this: We may in the future want to implement new emissions destinations for SMT's. How can SMT's which launched...

Specifying a relative emission amount is conceptually simple: ``` supply = k*supply ``` The problem is that reasonable values of `k` are very small positive real numbers, because there are...

The time in emissions schedules should be relative to the launch time, not absolute points in time.