Code Monkey home page Code Monkey logo

tegroton / api-dex-ton-blockchain Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 7.0 346 KB

This GitHub repository is dedicated to the backend services, focusing on two primary components: the DEX Pair Alpha Beta and DEX TON Smart-Contracts. It serves as a central hub for developers and contributors involved in building and maintaining the backend infrastructure of decentralized exchange platform.

Home Page: https://tegro.finance

Kotlin 100.00%
api backend blockchain defi dex kotlin smart-contracts ton toncoin web3

api-dex-ton-blockchain's People

Contributors

andreypfau avatar antonmeep avatar defiton avatar dependabot[bot] avatar moneytegro avatar renovate[bot] avatar

Watchers

 avatar

api-dex-ton-blockchain's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): update dependency org.jetbrains.kotlinx:atomicfu to v0.23.1
  • fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.5.0
  • fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2
  • fix(deps): update dependency org.postgresql:postgresql to v42.7.1
  • fix(deps): update dependency org.springdoc:springdoc-openapi-ui to v1.7.0
  • fix(deps): update dependency org.ton:ton-kotlin to v0.2.18
  • fix(deps): update exposed_version to v0.46.0 (org.jetbrains.exposed:exposed-jdbc, org.jetbrains.exposed:exposed-kotlin-datetime, org.jetbrains.exposed:exposed-dao, org.jetbrains.exposed:exposed-core)
  • fix(deps): update ktor_version to v2.3.7 (io.ktor:ktor-server-call-logging, io.ktor:ktor-client-content-negotiation, io.ktor:ktor-server-content-negotiation, io.ktor:ktor-serialization-kotlinx-json, io.ktor:ktor-client-cio, io.ktor:ktor-server-cio)
  • fix(deps): update ton_kotlin_version to v0.3.0 (org.ton:ton-kotlin-contract, org.ton:ton-kotlin-liteclient)
  • fix(deps): update ydb_version (tech.ydb.auth:yc-auth-provider, tech.ydb:ydb-sdk-table, tech.ydb:ydb-sdk-core)
  • chore(deps): update actions/setup-java action to v4
  • chore(deps): update dependency gradle to v8
  • chore(deps): update plugin org.springframework.boot to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/yandex.yml
  • actions/checkout v4
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • yc-actions/yc-cr-login v1
  • actions/checkout v4
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • yc-actions/yc-cr-login v1
  • actions/checkout v4
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • yc-actions/yc-cr-login v1
gradle
gradle.properties
  • io.ktor:ktor-server-cio 2.2.2
  • io.ktor:ktor-client-cio 2.2.2
  • io.ktor:ktor-serialization-kotlinx-json 2.2.2
  • io.ktor:ktor-server-content-negotiation 2.2.2
  • io.ktor:ktor-client-content-negotiation 2.2.2
  • io.ktor:ktor-server-call-logging 2.2.2
  • org.jetbrains.exposed:exposed-core 0.41.1
  • org.jetbrains.exposed:exposed-dao 0.41.1
  • org.jetbrains.exposed:exposed-kotlin-datetime 0.41.1
  • org.jetbrains.exposed:exposed-jdbc 0.41.1
  • org.ton:ton-kotlin-liteclient 0.2.14
  • org.ton:ton-kotlin-contract 0.2.14
  • tech.ydb:ydb-sdk-core 2.0.1
  • tech.ydb:ydb-sdk-table 2.0.1
  • tech.ydb.auth:yc-auth-provider 2.0.1
settings.gradle.kts
build.gradle.kts
  • org.springframework.boot 2.7.7
  • io.spring.dependency-management 1.0.15.RELEASE
  • org.jetbrains.kotlin.jvm 1.7.22
  • org.jetbrains.kotlin.kapt 1.7.22
  • org.jetbrains.kotlin.plugin.spring 1.9.22
  • org.jetbrains.kotlin.plugin.jpa 1.7.22
  • org.jetbrains.kotlin.plugin.serialization 1.9.22
  • io.ktor.plugin 2.2.2
core/build.gradle.kts
  • org.ton:ton-kotlin 0.1.1
  • io.github.microutils:kotlin-logging-jvm 3.0.4
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.4.1
observer/build.gradle.kts
  • org.ton:ton-kotlin 0.1.1
  • io.github.microutils:kotlin-logging-jvm 3.0.4
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.4.1
rest/build.gradle.kts
  • org.ton:ton-kotlin 0.1.1
  • io.github.microutils:kotlin-logging-jvm 3.0.4
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.4.1
  • org.mapstruct:mapstruct 1.5.3.Final
  • org.springdoc:springdoc-openapi-ui 1.6.14
  • org.springdoc:springdoc-openapi-kotlin 1.7.0
  • org.mapstruct:mapstruct-processor 1.5.3.Final
rest-v2/build.gradle.kts
  • org.postgresql:postgresql 42.5.1
  • ch.qos.logback:logback-classic 1.4.5
  • com.github.ben-manes.caffeine:caffeine 3.1.2
  • org.jetbrains.kotlinx:kotlinx-datetime 0.4.0
  • org.jetbrains.kotlinx:atomicfu 0.19.0
ton-indexer/build.gradle.kts
  • ch.qos.logback:logback-classic 1.4.5
  • com.github.ben-manes.caffeine:caffeine 3.1.2
  • org.jetbrains.kotlinx:kotlinx-datetime 0.4.0
  • org.jetbrains.kotlinx:atomicfu 0.19.0
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 7.6.3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.