Skip to content

Conversation

@martonp
Copy link
Collaborator

@martonp martonp commented May 7, 2025

No description provided.

dev-warrior777 and others added 9 commits July 8, 2025 06:55
…decred#3121)

* client: Use the app build version as Version in UI in hamburger menu #2.

	- This is a rework of decred#3096 and keeps the Build ID in the
	  settings dialog.

	- Webpack Build ID for caching site/dist build will be
	  addressed in another PR if required.

* client: Re-work profile dropdown to show simplified, user-facing app version

* client,webserver: re-work to modify config per JoeGruff suggestions #2

* client,app,webserver: Remove un-needed configuration variables.

---------

Co-authored-by: dev-warrior777 <>
* 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
* check for used addresses

* fix docstring and check for wallet trait on tx

* add dcr recipient and mempool txs
martonp and others added 16 commits October 13, 2025 14:45
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.
…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]>
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.
* 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]>
* 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 <>
* upgrade to darwinkit

Signed-off-by: Philemon Ukane <[email protected]>

* bisonw-desktop: fix conversion

Signed-off-by: Philemon Ukane <[email protected]>

---------

Signed-off-by: Philemon Ukane <[email protected]>
* client: Always set default config values.

* dcr: Log fee problems as debug.
* multi: send notifications for change in DEX account status

Signed-off-by: Philemon Ukane <[email protected]>

* fix typo and error formatting

Signed-off-by: Philemon Ukane <[email protected]>

---------

Signed-off-by: Philemon Ukane <[email protected]>
This commit introduces a new API endpoint to ensure a consistent
reporting of the Bison Wallet build ID.

Signed-off-by: Philemon Ukane <[email protected]>
…ecred#3286)

* multi: show upgrade banner if newer version is available on GitHub

Signed-off-by: Philemon Ukane <[email protected]>

* review changes

Signed-off-by: Philemon Ukane <[email protected]>

* redirect users to bison wallet website

Signed-off-by: Philemon Ukane <[email protected]>

* review changes

Signed-off-by: Philemon Ukane <[email protected]>

* review: Compare semver components individually for upgrades

Modified version comparison logic to check major, minor, and patch
numbers separately in a single if statement for clarity and efficiency.
Ensures accurate upgrade decisions based on semantic versioning rules.

Signed-off-by: Philemon Ukane <[email protected]>

* minor: remove duplicate test function

Signed-off-by: Philemon Ukane <[email protected]>

* fix typo

Signed-off-by: Philemon Ukane <[email protected]>

* fix typo

Co-authored-by: JoeGruffins <[email protected]>
Signed-off-by: Philemon Ukane <[email protected]>

---------

Signed-off-by: Philemon Ukane <[email protected]>
Co-authored-by: JoeGruffins <[email protected]>
The VWAP calculation was multiplying uint64 rates and quantities
to keep track of a weighted total. This could result in a uint64
overflow. The calculation is updated to use `big.Int` instead.
Previously the entire certificate was being passed as a string, causing
core to think it was the file path of the certificate.
The ticker for the polygon ecosystem token was updated from MATIC to POL
in the Binance API. This change updates the binance API code to account
for this. It also makes the special handling of weth <-> eth mappings
more generic.
Updates the run end time along with each event update in order to avoid
having a nil end time if the process is killed during a market making run.
peterzen and others added 5 commits October 13, 2025 14:54
Various changes in this new major version, including a new config file format:

- gofmt and goimports are now categorized as formatters (instead of
  linters) and are moved to their own section.
- The functionality of gosimple has been bundled into staticcheck. Only
  the gosimple behaviour is enabled (prefix "S1") and all other
  staticcheck behaviour is disabled.
- typecheck is now always on and cannot be independently
  enabled/disabled.
ukane-philemon and others added 4 commits October 14, 2025 20:14
* bisonw-desktop: follow up upgrade changes

Signed-off-by: Philemon Ukane <[email protected]>

* use objc.Retain instead of AutoRelease pool

Signed-off-by: Philemon Ukane <[email protected]>

* undo follow up changes

Signed-off-by: Philemon Ukane <[email protected]>

---------

Signed-off-by: Philemon Ukane <[email protected]>
Fixes a segmentation fault that occurs when web views are destroyed.
Apperantly some memory is corrupted causing the seg fault. Web views
are no longer destroyed, just hidden and reopened.
@JoeGruffins
Copy link
Member

JoeGruffins commented Oct 16, 2025

I may have messed up removing the v5 commits. release-v1.0 was already set to v5 at some point, and unsure if we should change that history. Sorry, my fault. Waiting for buck to decide, but maybe will need to rearrange the history here again. Let's see.

edit: Seems we can change the history there, so this should be fine so far. I am testing on it.

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.

7 participants