-
I'm specifically looking to export for **Koinly**, but even the Universal export appears to download improperly formatted files.
e.g.
Universal format
[📥 Download a sample universal template]…
-
I'm running NBX on a regtest node. If the current tip is at height 103 and
* I have a transaction for a tracked address at height 102
* I `invalidateblock` for height 102
I expect to get a `new…
-
The source of this issue is https://github.com/FuelLabs/fuel-core/issues/623.
Initially, the idea was to remove all complex queries from `fuel-core` and make it part of the indexer's responsibility. …
-
When doing a simple bot to trade around the buy/sell spread of a BTC market, the "buy" side is pretty much useless, because it only uses 7 decimal points to represent the price. e.g.
`1/0.0000069`…
-
I tried to use swap on my windows 10 machine and it fails to reach the rendezvous point stated in the release notes. On the same machine under WSL/Ubuntu the connection works, so I don't think its my …
-
# Lines of code
https://github.com/code-423n4/2024-01-salty/blob/main/src/price_feed/CoreChainlinkFeed.sol#L15
https://github.com/code-423n4/2024-01-salty/blob/main/src/price_feed/CoreSaltyFeed.sol#L…
-
Since the order of tickers will be changed when add_technical_indicator is executed in DataProcessor, it is unable to use price_array to get the price of the specified ticker now.
https://github.co…
-
Hello, thank you for the great work. I was unable to use it because I get the error:
```
"Getting ticker data for BTC
/v1/cryptocurrency/quotes/latest?symbol=BTC&convert=EUR
deserializeJson() fa…
-
```
"profitSwitch": {
"enabled": true,
"updateInterval": 600,
"depth": 0.90,
"usePoloniex": true,
"useCryptsy": true,
"useBittrex": false,
"useMintpal": true
}
```
couple …
-
On Homepage we have
```nim
import macros, strutils
macro toLookupTable(data: static[string]): untyped =
result = newTree(nnkBracket)
for w in data.split(';'):
result.add newLit(w)
…