Skip to content

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
wants to merge 12 commits into
base: release-v1.0
Choose a base branch
from
Open

Release v1.0.4 #3268

wants to merge 12 commits into from

Conversation

martonp
Copy link
Collaborator

@martonp martonp commented May 7, 2025

No description provided.

JoeGruffins and others added 12 commits May 7, 2025 13:06
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants