Skip to content
#

cryptocurrencies

Here are 714 public repositories matching this topic...

PIVX
go-spacemesh
lrettig
lrettig commented Aug 27, 2020

Description

We have a custom Log struct defined in log/zap.go:

https://github.com/spacemeshos/go-spacemesh/blob/964bddb7134d6d643fdbff3142eafaa4519e16b6/log/zap.go#L15-20

#2092 removes the level attribute and removes the functionality to change the log level of an instantiated logger, which a.) wasn't used, b.) isn't necessary, and c.) is bad juju because it does things the logger wa

LefterisJP
LefterisJP commented Sep 8, 2020

Abstract

As a user found out in TG, calling the API without including the content-type header leads to a failure.

curl 'http://localhost:4243/api/1/blockchains/ETH' \
  -X 'PUT' \
  -H 'Accept: application/json, text/plain, */*' \
  -H 'Content-Type: application/json;charset=UTF-8' \
  --data-raw '{"accounts":[{"address":"0x","label":"","tags":[]}]}

This works remov

ZongUin
ZongUin commented May 16, 2018

There is this error when I use backtest :

perl backtest.pl Gekko BacktestTool v0.6 Website: https://github.com/xFFFFF/Gekko-BacktestTool

Exchange list: history/binance_0.1.db
config/strategies/MACD.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/CCI.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/RSI.tomltrue[2018-05-16 14:29:20

Improve this page

Add a description, image, and links to the cryptocurrencies topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptocurrencies topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.