Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6709d61
Close #278: Exclude internal transactions
Marchosiax May 22, 2022
4f53081
Close #266, Write tests for create and cancel order (#279)
ebrahimmfadae May 23, 2022
954830d
Reverse accountant transfer ref
Marchosiax May 23, 2022
9fbd02e
Close #280, Refactor and resolve failed tests in api wallet and match…
ebrahimmfadae May 25, 2022
daf5568
api: Fix price ticker bug
ebrahimmfadae May 26, 2022
b6b1b51
matching-gateway: Fix missing PairConfigLoader bean
ebrahimmfadae May 28, 2022
ef4e494
#254: Custom verification service (#283)
Marchosiax May 31, 2022
591e7aa
Close #285, Add reserved addresses by sending CSV file (#286)
ebrahimmfadae Jun 7, 2022
d558afe
Close #281, Remove dependency to chain scanner (#284)
ebrahimmfadae Jun 7, 2022
9f6b330
vault: Update config file
Jun 8, 2022
85681bb
Fix database url
Jun 8, 2022
d9f7007
vault: Fix config
Jun 8, 2022
376c814
docker-compose: Fix config
Jun 8, 2022
befa323
preferences: Add BUSD
Jun 8, 2022
5adeb22
preferences: Fix markets on dev
Jun 8, 2022
7cd2fbf
PostgreSQL: Fix init script
Jun 8, 2022
e9db3a5
docker-compose: Update docker-compose files
Jun 8, 2022
27f2723
spring: Remove bootstrap config
Jun 8, 2022
682c00e
Merge branch 'dev' into release-1.0.0-beta.3
Jun 8, 2022
0ead075
Update chain schedules
ebrahimmfadae Jun 8, 2022
7c85f31
Revert "spring: Remove bootstrap config"
ebrahimmfadae Jun 8, 2022
7d34df8
Add WBNB along with BNB
ebrahimmfadae Jun 8, 2022
c4360ae
Add TBNB market
ebrahimmfadae Jun 8, 2022
5d78e85
Add gift to TBNB currency
ebrahimmfadae Jun 8, 2022
3c1d86f
Add TWBNB symbol
ebrahimmfadae Jun 8, 2022
38fa946
bc-gateway: Add token symbol property
ebrahimmfadae Jun 8, 2022
b6f0284
preferences: Add WBNB symbol to BNB
ebrahimmfadae Jun 8, 2022
06381ef
bc-gateway: Refactor currency implementation
ebrahimmfadae Jun 8, 2022
5fab863
bc-gateway: Fix currency implementation dao
ebrahimmfadae Jun 8, 2022
3b0ec27
bc-gateway: Fix currency implementation schema
ebrahimmfadae Jun 8, 2022
e56e161
api: Fix inout chain model
ebrahimmfadae Jun 8, 2022
625efe5
preferences: Update schedules on dev
ebrahimmfadae Jun 9, 2022
c14684e
preferences: Update schedules on dev
ebrahimmfadae Jun 9, 2022
c9b430b
docker: Hide health check command output
ebrahimmfadae Jun 9, 2022
2c0fffa
docker-compose: Add POSTGRES_DB env
ebrahimmfadae Jun 9, 2022
cb6cec2
docker-compose: Remove $PREFERENCES_IDENTIFIER
ebrahimmfadae Jun 9, 2022
8071f8d
Update realm config (#288)
Marchosiax Jun 12, 2022
3faa569
user-management: Update context path
ebrahimmfadae Jun 13, 2022
a096aea
GitHub: Disable maven cache
ebrahimmfadae Jun 13, 2022
aa310fb
user-management: Fix context path issue
ebrahimmfadae Jun 13, 2022
659f82c
user-management: Add blank context path
ebrahimmfadae Jun 13, 2022
b83f238
user-management: Fix context path
ebrahimmfadae Jun 13, 2022
aee8088
Unit tests for accountant (#290)
Marchosiax Jun 14, 2022
828c981
bc-gateway: Revert removing deposits
ebrahimmfadae Jun 15, 2022
011915c
api: Improve hisrec controllers
ebrahimmfadae Jun 15, 2022
98248e0
bc-gateway: Fix sync transfers function
ebrahimmfadae Jun 16, 2022
5e522b2
maven: Version bump
ebrahimmfadae Jun 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
distribution: 'adopt'
java-package: jdk
java-version: ${{ matrix.java }}
cache: maven
# cache: maven
- name: Build
run: mvn -B -T 1C clean install
- name: Run Tests
run: mvn -B -T 1C -Dskip.unit.tests=false surefire:test
- name: Build Docker images
env:
TAG: dev
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
distribution: 'adopt'
java-package: jdk
java-version: ${{ matrix.java }}
cache: maven
# cache: maven
- name: Build
run: mvn -B -T 1C clean install
- name: Run Tests
run: mvn -B -T 1C -Dskip.unit.tests=false surefire:test
- name: Build Docker images
env:
TAG: latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
distribution: 'adopt'
java-package: jdk
java-version: ${{ matrix.java }}
cache: maven
# cache: maven
- name: Build
run: mvn -B -T 1C clean install
- name: Run Tests
run: mvn -B -T 1C -Dskip.unit.tests=false surefire:test
- name: Build Docker images
env:
TAG: latest
Expand Down
90 changes: 45 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### Other files ###
.env
docker-compose.local.yml
docker-compose.legacy.yml
application-local.yml
mvnw
mvnw.cmd
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
!/.mvn/
.DS_Store
resources
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### Other files ###
.env
docker-compose.local.yml
docker-compose.legacy.yml
application-local.yml
mvnw
mvnw.cmd

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
!/.mvn/

.DS_Store
resources
2 changes: 1 addition & 1 deletion accountant/accountant-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM openjdk:11
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["sh", "-c", "java ${JAVA_OPTS} -jar /app.jar"]
HEALTHCHECK --interval=45s --start-period=30s --retries=5 CMD curl -f 'http://localhost:8080/actuator/health' || exit 1
HEALTHCHECK --interval=45s --start-period=30s --retries=5 CMD curl -sf 'http://localhost:8080/actuator/health' >/dev/null || exit 1
2 changes: 1 addition & 1 deletion accountant/accountant-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>co.nilin.opex.accountant</groupId>
<artifactId>accountant</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-beta.3</version>
</parent>

<groupId>co.nilin.opex.accountant.app</groupId>
Expand Down
Loading