rebase
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 28 2025
use -noparkdeepreorg and mine 5 blocks
Feb 27 2025
v3.14.0 on the netlify instance after multiple refreshes
only call slpSend with bigints
rebase, name/type/spacing nit updates per comments
no longer needed since D17710
- rebase on D17710
- fixed some checks in the functional test not checking what we think they're checking (sort() returns nothing)
- added a version of setStakingRewardWinners that preserves proofids and does not attempt to re-update the cache
re-add and fixup test case for invalidation after finalization
Tighten up wording per review comments
fix clang-tidy style error, fix test flakiness (mine enough new block to trigger automatic unparking on the other node, 5 was not enough)
In D17701#403495, @emack wrote:Consider a 100% 50% 25% button above the Redeem button similar to binance. Easier for tax calculations when people are just partially selling rounded percentages.
Show "you receive" amount for FIRMA redemptions
rebase
Consider a 100% 50% 25% button above the Redeem button similar to binance. Easier for tax calculations when people are just partially selling rounded percentages.
Remove stupid timeout
Remove debug statements
remove unused include
remove unnecessary forward declaration
some suggestions trying to tighten up the copy, go with whatever you think is best. I don't think anyone reads something longer than a full sentence on the internet anymore. But we really only need a handful of people who "get it" to see this stuff, so I don't think we need to worry about general consumption too much here.
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.68.37.192:41502 for the next 60 minutes.
@bot preview-e.cash
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.68.37.192:41146 for the next 60 minutes.
@bot preview-e.cash
Feb 26 2025
update proto script, patch lingering "value:" keys in READMEs, downstream impacts of proto script update (other bigints, type handling)
Since the button will only work based on the external api, it's better to not show the button if the api is unavailable for some reason.
I suggest you do this:
- Attempt to retrieve the price from that endpoint
- If not successful, don't show the button. Otherwise show the button with the actual price, like "Redeem FIRMA for 1234 XEC"
- Not sure if it's worth refreshing periodically (in the even the price changes quickly)