Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#132 Wrong ETH Contract Balance
Browse files Browse the repository at this point in the history
-- fix search api hash input format
  • Loading branch information
hleb-albau committed May 22, 2018
1 parent 0127813 commit c2d26be
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 48 deletions.
13 changes: 0 additions & 13 deletions search-api/src/main/kotlin/fund/cyber/api/common/Func.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class EthereumContractHandlersConfiguration {

@Autowired
private lateinit var applicationContext: GenericApplicationContext
//0.722901489983285700
//0.722901489982963896

@Bean
fun ethereumContractById(): RouterFunction<ServerResponse> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package fund.cyber.api.ethereum

import fund.cyber.api.common.asSingleRouterFunction
import fund.cyber.api.common.toSearchHashFormat
import fund.cyber.cassandra.configuration.REPOSITORY_NAME_DELIMETER
import fund.cyber.cassandra.ethereum.model.CqlEthereumTx
import fund.cyber.cassandra.ethereum.repository.EthereumTxRepository
import fund.cyber.common.toSearchHashFormat
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package fund.cyber.api.ethereum

import fund.cyber.api.common.asSingleRouterFunction
import fund.cyber.api.common.toSearchHashFormat
import fund.cyber.cassandra.configuration.REPOSITORY_NAME_DELIMETER
import fund.cyber.cassandra.ethereum.model.CqlEthereumUncle
import fund.cyber.cassandra.ethereum.repository.EthereumUncleRepository
import fund.cyber.common.toSearchHashFormat
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fund.cyber.api.ethereum.functions

import fund.cyber.api.common.toSearchHashFormat
import fund.cyber.cassandra.ethereum.model.CqlEthereumContractMinedBlock
import fund.cyber.cassandra.ethereum.repository.PageableEthereumContractMinedBlockRepository
import fund.cyber.common.toSearchHashFormat
import org.springframework.data.cassandra.core.query.CassandraPageRequest
import org.springframework.web.reactive.function.server.HandlerFunction
import org.springframework.web.reactive.function.server.ServerRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fund.cyber.api.ethereum.functions

import fund.cyber.api.common.toSearchHashFormat
import fund.cyber.cassandra.ethereum.model.CqlEthereumContractTxPreview
import fund.cyber.cassandra.ethereum.repository.PageableEthereumContractTxRepository
import fund.cyber.common.toSearchHashFormat
import org.springframework.data.cassandra.core.query.CassandraPageRequest
import org.springframework.web.reactive.function.server.HandlerFunction
import org.springframework.web.reactive.function.server.ServerRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fund.cyber.api.ethereum.functions

import fund.cyber.api.common.toSearchHashFormat
import fund.cyber.cassandra.ethereum.model.CqlEthereumContractMinedUncle
import fund.cyber.cassandra.ethereum.repository.PageableEthereumContractMinedUncleRepository
import fund.cyber.common.toSearchHashFormat
import org.springframework.data.cassandra.core.query.CassandraPageRequest
import org.springframework.web.reactive.function.server.HandlerFunction
import org.springframework.web.reactive.function.server.ServerRequest
Expand Down
30 changes: 0 additions & 30 deletions search-api/src/test/kotlin/fund/cyber/api/common/FuncTest.kt

This file was deleted.

0 comments on commit c2d26be

Please sign in to comment.