Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Showcase commits on contributions #13

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Conversation

Web3RustDev
Copy link

No description provided.

BowTiedDeployer and others added 30 commits September 9, 2023 18:55
update: switched to old signer config because they weren't working, added regtest as network, modified coordinator config to work\nfix: some libraries not properly imported\ntemporary fix (needs to be changed back): ordered utxos by amount instead of confirmations since blocks aren't being mined and utxos don't have confirmations
update: stacks private key for coordinator, fixed function names for positive/negative removal vote
…ol's total spend per block

update: changed to v2 contract with improvements and fixes
…txo response

update: updated to latest version of stacks-sbtc fork from Trust Machines
update: tested voting out flow, commented functions that are not on smart contract so coordinator code works
update: checking if the signer sent the correct amount through his utxo, if not pox transaction is not created. Read-only call for amount on signer's tx.
fix: coordinator failing due to an attempt to display a vector.
…height x

fix: divided amount to script to number of miners
…t to pox

update: fixed a few todos, removed unused ones
…20 minutes after the propose for removal call
…ept miners in pool

update: added function to list the imported descriptors so they don't get re-imported.
fix: user to script tx creation, signing now accepts multiple inputs
…ator

update: uncommented used line, removed unused code in refund tx creation and signing
fix: listdescriptors is now called on the current wallet
…s and amount

update: added is-proposed-for-removal sc read-only call and checking it every 5 minutes while waiting to vote miners out to be sure that bad actors are removed, bitcoin to regtest network on testnet config (for testing), removed unused code part
…local nonce and increment it with 1 in order to fix the 'conflicting nonce' error
…o amount is greater (instead of smaller) than the amount needed
…fore voting him out

fix: moved first nonce api call out of loop (which was causing it to still give ConflictingNonce error), fixed is_proposed_for_removal call returning an error
update: changed unwraps and expects to unwrap_or or match for error handling so the code won't panic if an error comes, removed print for whom coordinator votes out from degen_base_coordinator
…e correct ones

fix: pox transaction sending more money than needed back to scripts.
Web3RustDev and others added 6 commits October 25, 2023 23:33
…onfig

fix: variables for transaction checking being initialized with 1 element, causing the check to fail
…r with a given amount

add: check the blocks for which the coordinator didn't create a pox transaction (log to file)
update: removed unused functions/imports
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants