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.
https://github.com/OmniLayer/Documentation/blob/master/OLEs/ole-300.adoc
Core part introduce a new cli parameter
-omnisafeaddresses
enabled by default in mainnet. It enforces using of bech32/m addresses with prefixo
, in regtest it's useful for testing purpose. RPC methods takes and return addresses encoded in new format.omni_encodeaddress
andomni_decodeaddress
respectively encodes and decodes bech32 addresses, they are tool methods to help dealing with native addresses. On protocol side there is no changes, implementation is trying to prevent users to sends their money to custodial wallets thus tokens might be locked. So when user wants to receive omni layer tokens it should share its omni encoded address thus sender will use it in rpc or Qt wallet side.Qt wallet is fully revamped, all dialogues are fully functional and could be tested in regtest by
LC_ALL=C ./qt/omnicore-qt -regtest -server -omnisafeaddresses=1 -fallbackfee=0.0002 -showdex=1
LC_ALL=C
- locale Independent interface-regtest -omnisafeaddresses=1
- on regtest it should explicitly enabled, it is only on mainnet-showdex=1
- exchange page is disabled by defaultQt wallet fixes:
bitcoin:
as well asomni:
MaidSafeCoin
andTether USD
property ids 3 and 31 on mainnet will be shown asEMAID
andUSDT