-
Notifications
You must be signed in to change notification settings - Fork 136
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
Closed
Closed
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
…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
…#3224) Co-authored-by: dev <[email protected]>
* check for used addresses * fix docstring and check for wallet trait on tx * add dcr recipient and mempool txs
JoeGruffins
approved these changes
Jul 9, 2025
dev-warrior777
approved these changes
Jul 10, 2025
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.
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.
* 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.
|
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. |
d4e5b3f to
acd1304
Compare
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.