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 52 #1396

Closed
alvasw opened this issue Oct 20, 2023 · 4 comments
Closed

For Cycle 52 #1396

alvasw opened this issue Oct 20, 2023 · 4 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 Oct 20, 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: 12162.16
  • USD requested: 9000
  • BSQ rate: 0.74 USD per BSQ
  • Previous compensation request (if applicable): For Cycle 51 #1376

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-daonode: Fix Gradle build errors and target upstream bisq module dev bisq-network/bisq-daonode#4
  • Update to Gradle 7.6.3
  • Target upstream bisq (ec5bf35)
bisq: PR Review bisq-network/bisq#6879 dev bisq-network/bisq#6879
bisq: PR Review bisq-network/bisq#6884 dev bisq-network/bisq#6884
bisq: Set seednode JVM arguments dev bisq-network/bisq#6883

Logs:

[main] INFO  b.c.u.Profiler: Total memory: 4 GB; Used memory: 44 MB; Free memory: 3.957 GB; Max memory: 4 GB; No. of threads: 1  [main] INFO  b.c.s.CoreNetworkCapabilities: TRADE_STATISTICS [0], TRADE_STATISTICS_2 [1], ACCOUNT_AGE_WITNESS [2], PROPOSAL [5], BLIND_VOTE [6], ACK_MSG [7], RECEIVE_BSQ_BLOCK [8], DAO_STATE [9], BUNDLE_OF_ENVELOPES [10], SIGNED_ACCOUNT_AGE_WITNESS [11], MEDIATION [12], REFUND_AGENT [13], TRADE_STATISTICS_HASH_UPDATE [14], NO_ADDRESS_PRE_FIX [15], TRADE_STATISTICS_3 [16], BSQ_SWAP_OFFER [17]  [main] INFO  b.c.l.GlobalSettings: Locale info: en  
bisq: seednode: Create Production Dockerfile dev bisq-network/bisq#6886
bisq: seednode: Create Production Kubernetes File dev bisq-network/bisq#6887
bisq: seednode-docker: Switch to multi-stage build dev bisq-network/bisq#6888

Based on #6886.

bisq: seednode: Create dynamically slim docker image dev bisq-network/bisq#6889

Based on #6888.

bisq: seednode-docker: Run java binary directly dev bisq-network/bisq#6892
bisq: seednode-docker: Use distroless base-image dev bisq-network/bisq#6893
bisq: seednode-docker: Support all environment variables dev bisq-network/bisq#6894
bisq: seednode-docker: External Tor Dockerfile dev bisq-network/bisq#6895
bisq: Gradle: Create torDockerImage build task dev bisq-network/bisq#6896

Based on #6894 and #6895.

bisq: seednode: Add external Tor to docker-compose.yml dev bisq-network/bisq#6897
bisq: Support external Tor hostname dev bisq-network/bisq#6898

This PR requires bisq-network/netlayer#18.

bisq: seednode: Remove old Dockerfile dev bisq-network/bisq#6900
bisq: seednode-docker: Connect Bisq and Tor container dev bisq-network/bisq#6901
bisq: Target latest netlayer (2b459dc) dev bisq-network/bisq#6902
bisq: seednode-docker: Send Tor logs to stdout/stderr dev bisq-network/bisq#6903

Based on #6902.

bisq: tor: Support socksProxies from remote hosts dev bisq-network/bisq#6904

Based on #6902.

bisq: tor: Wait until external Tor bootstrapped dev bisq-network/bisq#6905

Based on #6902.

bisq: seednode-docker: Add Persistence dev bisq-network/bisq#6906
bisq: seednode-docker: Auto restart services dev bisq-network/bisq#6907

Based on #6906.

bisq: seednode-docker: Connect to Bitcoin Core on host dev bisq-network/bisq#6908
bisq: seednode-docker: Expose Bisq Node Port dev bisq-network/bisq#6909
bisq: Create bitcoind Docker image dev bisq-network/bisq#6913
bisq: seednode-docker: Add bitcoind container dev bisq-network/bisq#6914

Based on #6913.

bisq: seednode-docker: Create regtest setup dev bisq-network/bisq#6915

Based on #6914.

bisq: Support dockerized regtest seednodes dev bisq-network/bisq#6917

Based on #6915.

bisq: Set seednode options with Docker Config dev bisq-network/bisq#6918

Based on #6917.

bisq: seednode-docker: Create installation script dev bisq-network/bisq#6919

Based on #6918.

bisq: seednode-docker: Add blocknotify support dev bisq-network/bisq#6920

Based on #6919.

bisq: seednode-docker: Fix regtest bitcoind config dev bisq-network/bisq#6921
bisq: bitcoind-docker: Remove -onion arg (doesn't support hostnames) dev bisq-network/bisq#6922

Based on #6921.

bisq: bitcoind-docker: Install netcat dev bisq-network/bisq#6923

Based on #6922.

bisq: bitcoind-docker: Create bitcoind data dir in install script dev bisq-network/bisq#6924

Based on #6923.

bisq: Update to Gradle 7.6.3 dev bisq-network/bisq#6926
bisq: DockerBuildTask: Report Progress dev bisq-network/bisq#6927
bisq: docker-swarm: Remove unsupported depends_on dev bisq-network/bisq#6928
bisq: seednode-docker: Remove extra_hosts mapping dev bisq-network/bisq#6929

Based on #6928.

bisq: gradle-plugins: Use embedded Kotlin compiler dev bisq-network/bisq#6932

Based #6926.

bisq2: Tor: Remove Deprecated Code dev bisq-network/bisq2#1143
bisq2: Refactor tor module dev bisq-network/bisq2#1144
bisq2: Tor: Support multiple networkIds dev bisq-network/bisq2#1163
bisq2: Fix multiple TorService creations dev bisq-network/bisq2#1164
bisq2: Implement TorIdentity dev bisq-network/bisq2#1169
bisq2: Set pricenodes in config files dev bisq-network/bisq2#1172

With this change, devs can override the configs on the command line run a local pricenode during development.

bisq2: Implement TorOnionKey Generation dev bisq-network/bisq2#1180
bisq2: TorIdentity: Add onion address encoding from key dev bisq-network/bisq2#1189
bisq2: Parallelize CI builds dev bisq-network/bisq2#1205
bisq2: CI: Create reusable build workflow dev bisq-network/bisq2#1206
bisq2: NetworkDataValidation: Log wrong data dev bisq-network/bisq2#1207
bisq2: Add Docker Support for Bitcoin Core dev bisq-network/bisq2#1220

This helps developers to quickly setup Bitoin Core.

bisq2: Create docker-compose file for Bitcoin Core dev bisq-network/bisq2#1222
bisq2: docker: Add ElectumX Support dev bisq-network/bisq2#1223
bisq2: docker: Add mempool support dev bisq-network/bisq2#1224
bisq2: PR Review bisq-network/bisq2#1158 dev bisq-network/bisq2#1158
bisq2: PR Review bisq-network/bisq2#1174 dev bisq-network/bisq2#1174
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 Oct 20, 2023
@alvasw
Copy link
Author

alvasw commented Oct 20, 2023

2d065999b13a05255e8c352e4e25a298561f93427b35b48feae8fafc5203e7b3

@MwithM MwithM added this to the For Cycle 52 milestone Oct 22, 2023
@MwithM MwithM added this to In Review in Compensation Request Board Oct 22, 2023
@ripcurlx
Copy link
Contributor

I approve this compensation request for dev. Sorry for my late response! I'm available from now on on a more regular basis again - finally 😅

@MwithM MwithM moved this from In Review to Proposal Submitted in Compensation Request Board Oct 29, 2023
@MwithM MwithM added the was:accepted Indicates that a compensation request was accepted by DAO voting label Nov 3, 2023
@ghost
Copy link

ghost commented Nov 3, 2023

Issuance by Team:

team amount BSQ amount USD
dev 12162.16 9000.00

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

@MwithM
Copy link
Contributor

MwithM commented Nov 3, 2023

Closed as accepted.

@MwithM MwithM closed this as completed Nov 3, 2023
Compensation Request Board automation moved this from Proposal Submitted to Closed Nov 3, 2023
@alvasw alvasw mentioned this issue Nov 21, 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
Development

No branches or pull requests

3 participants