Skip to content
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

For Cycle 49 #1334

Closed
alvasw opened this issue Jul 17, 2023 · 3 comments
Closed

For Cycle 49 #1334

alvasw opened this issue Jul 17, 2023 · 3 comments
Assignees
Labels
parsed:valid https://bisq.wiki/Compensation#Ensure_your_request_is_valid team:dev https://bisq.wiki/Dev_Team was:accepted Indicates that a compensation request was accepted by DAO voting
Milestone

Comments

@alvasw
Copy link

alvasw commented Jul 17, 2023

Summary

Specify the total amount of BSQ you are requesting, along with the USD total and BSQ/USD rate (don't include the brackets!):

  • BSQ requested: 11538.46
  • USD requested: 9000
  • BSQ rate: 0.78 USD per BSQ
  • Previous compensation request (if applicable): For Cycle 48 #1315

Contributions delivered

Add contributions you have delivered and roles you have performed here as new rows in the table below. Role line-items should include an asterisk (*) in the team column.

Title Team USD Link Notes
bisq: PR Review bisq-network/bisq#6679 dev bisq-network/bisq#6679
bisq: PR Review bisq-network/bisq#6680 dev bisq-network/bisq#6680
bisq: PR Review bisq-network/bisq#6700 dev bisq-network/bisq#6700
bisq: PR Review bisq-network/bisq#6701 dev bisq-network/bisq#6701
bisq: PR Review bisq-network/bisq#6702 dev bisq-network/bisq#6702
bisq: PR Review bisq-network/bisq#6705 dev bisq-network/bisq#6705
bisq: PR Review bisq-network/bisq#6722 dev bisq-network/bisq#6722
bisq: PR Review bisq-network/bisq#6723 dev bisq-network/bisq#6723
bisq: PR Review bisq-network/bisq#6724 dev bisq-network/bisq#6724
bisq: PR Review bisq-network/bisq#6725 dev bisq-network/bisq#6725
bisq: PR Review bisq-network/bisq#6727 dev bisq-network/bisq#6727
bisq: PR Review bisq-network/bisq#6732 dev bisq-network/bisq#6732
bisq: PR Review bisq-network/bisq#6733 dev bisq-network/bisq#6733
bisq: PR Review bisq-network/bisq#6738 dev bisq-network/bisq#6738
bisq: PR Review bisq-network/bisq#6740 dev bisq-network/bisq#6740
bisq: PR Review bisq-network/bisq#6741 dev bisq-network/bisq#6741
bisq: PR Review bisq-network/bisq#6742 dev bisq-network/bisq#6742
bisq: PR Review bisq-network/bisq#6744 dev bisq-network/bisq#6744
bisq: PR Review bisq-network/bisq#6749 dev bisq-network/bisq#6749
bisq: PR Review bisq-network/bisq#6765 dev bisq-network/bisq#6765
bisq: PR Review bisq-network/bisq#6766 dev bisq-network/bisq#6766
bisq: Add missing junit-bom-5.7.0.pom to verification metadata dev bisq-network/bisq#6713
bisq: Fix broken gson version enforcement dev bisq-network/bisq#6716

We strictly enforce version 2.8.5 for all modules, but the cli module transitively depends on version 2.8.6.

bisq: Add JaCoCo Gradle Plugin to all modules dev bisq-network/bisq#6717

Supersedes #6689

bisq: Create standalone code coverage aggregation module dev bisq-network/bisq#6718

Supersedes #6689

bisq: GitHub Actions: Create aggregated JaCoCo coverage report dev bisq-network/bisq#6719

Supersedes #6689

bisq: GitHub Actions: Upload Coverage Report to Codacy dev bisq-network/bisq#6720

Supersedes #6689

bisq: Update DelayedPayoutTxReceiverService Activation Date dev bisq-network/bisq#6735
bisq: GitHub Actions: Upload Coverage Report to Codacy dev bisq-network/bisq#6750
bisq: java-conventions: Remove duplicate repositories block dev bisq-network/bisq#6751
bisq: Declare global protobuf-java in Java Platform Plugin dev bisq-network/bisq#6752

The constraints in the platform module apply to all libraries (including to transitively included libraries).

bisq: Declare protoc version in proto module dev bisq-network/bisq#6753
bisq: Declare grpc compiler version in proto module dev bisq-network/bisq#6754
bisq: proto: Apply proto tasks only to main source set dev bisq-network/bisq#6755
bisq: proto: Add idea plugin dev bisq-network/bisq#6756
bisq: proto: Remove redundant 'sourceSets.main.java.srcDirs += ' dev bisq-network/bisq#6757
bisq: Remove Java Installation Scripts dev bisq-network/bisq#6759
bisq: Move bisq-* scripts from root directory to scripts directory dev bisq-network/bisq#6760
bisq2: Add RelayTorrcGenerator dev bisq-network/bisq2#935
bisq2: Implement DirectoryAuthorityFactory dev bisq-network/bisq2#941
bisq2: Pass allDAs Set from DirAuthFactory to TorrcGenerator dev bisq-network/bisq2#942
bisq2: Tor: Create da package for DirectoryAuthority classes dev bisq-network/bisq2#971
bisq2: KeyFingerprintReader: Return optional in read method dev bisq-network/bisq2#972

We return an empty optional if the file doesn't exist or the read fails due to an I/O error.

bisq2: Tor: Move enterPassphrase to keygen class dev bisq-network/bisq2#973
bisq2: Tor: Move fingerprint reads to DirectoryAuthority dev bisq-network/bisq2#974
bisq2: Make DirectoryAuthorityKeyGenerator.generate(...) static dev bisq-network/bisq2#975
bisq2: Create generic TorNode class dev bisq-network/bisq2#976
bisq2: Add TorNode.Type enum dev bisq-network/bisq2#977

Possible TorNode.Type values are DIRECTORY_AUTHORITY and RELAY.

bisq2: Rename getIdentityKeyFingerprint() to getAuthorityIdentityKeyFingerprint() dev bisq-network/bisq2#978
bisq2: RelayTorrcGeneratorTests: Rename dirAuths to relays dev bisq-network/bisq2#979
bisq2: Tor: Add client support dev bisq-network/bisq2#980
bisq2: Create Tor Private Network Builder dev bisq-network/bisq2#981
bisq2: Tor: Support local network restart dev bisq-network/bisq2#982
bisq2: Create Main for Tor Local Network dev bisq-network/bisq2#983
bisq2: Move FileCreationWatcher to common module dev bisq-network/bisq2#984
bisq2: FileCreationWatcher: Allow to wait for specific file dev bisq-network/bisq2#985
bisq2: FileCreationWatcher: Fix missing events bug dev bisq-network/bisq2#986
bisq2: Move LogScanner classes to common module dev bisq-network/bisq2#987
bisq2: Implement NativeTorProcess dev bisq-network/bisq2#988
bisq2: Add control port authentication to TorNodes dev bisq-network/bisq2#989
bisq2: NativeTorController: Add takeOwnership API dev bisq-network/bisq2#990
bisq2: PR Review bisq-network/bisq2#955 dev bisq-network/bisq2#955
bisq2: PR Review bisq-network/bisq2#957 dev bisq-network/bisq2#957
bisq2: PR Review bisq-network/bisq2#965 dev bisq-network/bisq2#965
bisq2: PR Review bisq-network/bisq2#1011 dev bisq-network/bisq2#1011
bisq2: PR Review bisq-network/bisq2#1014 dev bisq-network/bisq2#1014
dev 9000 Total for items above.
@ghost ghost added parsed:valid https://bisq.wiki/Compensation#Ensure_your_request_is_valid team:dev https://bisq.wiki/Dev_Team labels Jul 17, 2023
@MwithM MwithM added this to the Cycle 49 milestone Jul 17, 2023
@alvasw
Copy link
Author

alvasw commented Jul 20, 2023

502a3b02e5e9282e4b15063acfe19a52830387af4c467dd921c67c296514694c

@MwithM MwithM added the was:accepted Indicates that a compensation request was accepted by DAO voting label Jul 31, 2023
@ghost
Copy link

ghost commented Jul 31, 2023

Issuance by Team:

team amount BSQ amount USD
dev 11538.46 9000.00

Total Issuance: 11538.46 BSQ (equivalent to: 9000.00 USD)

@MwithM
Copy link
Contributor

MwithM commented Jul 31, 2023

Closed as accepted.

@MwithM MwithM closed this as completed Jul 31, 2023
@alvasw alvasw mentioned this issue Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parsed:valid https://bisq.wiki/Compensation#Ensure_your_request_is_valid team:dev https://bisq.wiki/Dev_Team was:accepted Indicates that a compensation request was accepted by DAO voting
Projects
Archived in project
Development

No branches or pull requests

3 participants