-
Notifications
You must be signed in to change notification settings - Fork 119
Release v1.0.4 #3268
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
Open
martonp
wants to merge
12
commits into
decred:release-v1.0
Choose a base branch
from
martonp:v1.0.4
base: release-v1.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v1.0.4 #3268
Conversation
This file contains hidden or 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
…#3224) Co-authored-by: dev <[email protected]>
…ets (decred#2855) * add ExchangeWalletCustom Signed-off-by: Philemon Ukane <[email protected]> * client/asset/btc: expose spv scanFilters method * export useful methods Signed-off-by: Philemon Ukane <[email protected]> * fix comments and remove redundant method Signed-off-by: Philemon Ukane <[email protected]> * revert AccountInfo changes in decred@d7a5488 Signed-off-by: Philemon Ukane <[email protected]> * export dcr wallet options Signed-off-by: Philemon Ukane <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]> Co-authored-by: Wisdom Arerosuoghene <[email protected]>
* check for used addresses * fix docstring and check for wallet trait on tx * add dcr recipient and mempool txs
The transaction db for firo electrum wallets was not being created because the firo electrum wallet does not supporting listing onchain history. This was a bug. The db should have been created, but only the syncing of historical transactions should have been disabled.
Fixed GetBlockHash to handle Firo's 120-byte block header. Previously, it deserialized a hex string and re-serialized it in Bitcoin's 80-byte format before double SHA-256 hashing, causing issues with Firo. Now, the hex string is converted to bytes and hashed.
* mm: Handle market params update This diff updates the market maker to listen for updates to the server config. If the lot size of a market that a bot is currently trading on is updated, the number of placements that the bot makes is updated so that the bot places as many lots as possible without exceeding the amount that was placed before the lot size update. * Review updates * Reivew updates
* multi: Check book feed isn't closed. * Fix exchange adaptor ctx --------- Co-authored-by: martonp <[email protected]>
* fix bug where we checked the wrong variable Signed-off-by: Philemon Ukane <[email protected]> * remove unused test function Signed-off-by: Philemon Ukane <[email protected]> * remove invalid var check Signed-off-by: Philemon Ukane <[email protected]> * fix error name typo Signed-off-by: Philemon Ukane <[email protected]> * comment out unused input vars Signed-off-by: Philemon Ukane <[email protected]> * fix bug where tip var was not assigned correctly Signed-off-by: Philemon Ukane <[email protected]> * remove unneccessary indexing of nil var Signed-off-by: Philemon Ukane <[email protected]> * asset/btc: remove unused height input from testAddTxOut Signed-off-by: Philemon Ukane <[email protected]> * asset/btc: fix check for genesis block Signed-off-by: Philemon Ukane <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]> # Conflicts: # tatanka/client/mesh/mesh.go
* client: Deserialize Firo blocks from wire bytes De-serialize: - header: for either regtest, mainnet or testnet - minimally: all Firo transaction types to reach the start of the next transaction in a block stream. - fully: Normal transparent transactions Return de-serialized header and any Normal transparent transactions as wire.MsgTx's * client,test: Fix regnet test * client: Fix TransactionSpork TransactionSpork, TransactionQuorumCommitment both have zero transaction inputs or outputs. * client: Fix TransactionAlias TRANSACTION_ALIAS is a regular spark spend transaction, but contains additional info, it is a spark name transaction. In this tx besides spark spend outputs you also have data about created/modified spark name. * client/docs: New Firo version "This mandatory release introduces Spark Names, allowing users to register unique, easy-to-remember aliases instead of long cryptographic addresses." https://github.com/firoorg/firo/releases/tag/v0.14.14.1 * client: Fix testnet typo and clean up comments * client: Update based on review from JoeGruffins * client: Update on review from MartonP --------- Co-authored-by: dev-warrior777 <>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.