katsumata(TK)
katsumata(TK)
お疲れ様です。 最近MaxTargetVolumePercentが使われているタイミングについて質問があります。 下記ログの通りMainLimitCheckerで取引数量が取引可能数量の`MaxTargetVolumePercent`%内であるかを判断して、オープンするかを判定していると思います。 ただ、個人的に思うのが、なぜ取引数量を決定するタイミングでこの`MaxTargetVolumePercent`を考慮しないのでしょうか? 下記ログの場合ですとAvailable volumeが0.03 btcであり、`MaxTargetVolumePercent`が20.0ならば、`Target volume`を`OppotunitySearcher`の部分で0.006 btcとするようにしたほうが、効率的に裁定できると思っています。 ``` 2018-05-10 17:04:59.708 INFO [OppotunitySearcher] Best ask : Bitbankcc Ask 1,015,900 0.659 2018-05-10 17:04:59.708 INFO [OppotunitySearcher] Best bid : Quoine Bid...
お疲れ様です。 大変素晴らしいシステムを開発していただいてありがとうございます。 ただ、利用させていただいてキャンセル時の挙動で気になるところがあります。 下記ログをの通り、キャンセルするときに`Profit is NaN`と出てしまうのは意図したとおりでしょうか? キャンセル時もクローズ時のキャンセルもProceedにしていれば一応Proftはでると思うので、なぜ、NaNにしてしまうのかなと思い質問させて頂きました。 ``` # log 2018-05-12 22:21:59.784 INFO [PairTrader] >>Sending order targetting quote Btcbox Ask 938,000 0.099... 2018-05-12 22:21:59.784 INFO [PairTrader] >>Sending order targetting quote...
### Issue I tried to boot up a zilliqa's local testnet for development. Its nodes are launched, but they don't start to create DS/TX block. ### Steps to Reproduce -...
The schema for the postgres table in the README was wrong, so I fixed it.
This pull request introduces the TimeWeightedVectorStoreRetriever class to the retrievers module, which retrieves documents based on their time-weighted relevance. The implementation is based on the reference Python implementation found at...
This PR adds test coverage for `debug_standardTraceBadBlockToFile` method as part of addressing issue #30833. The new test `TestStandardTraceBadBlockToFile` covers: - Basic bad block tracing with transactions - Error handling for...
- Extend the Go facilitator client to expose Supported and ListDiscoveryResources operations and share auth header handling alongside query encoding for discovery requests. - Introduce typed models for supported payment...
## Summary - Resource servers currently run business logic after `/verify` but before `/settle`; if settlement fails, irreversible side effects (NFT mint, physical shipment, partner API call) persist without payment....
## Summary - `/verify` and `/settle` are POST endpoints but the spec never states how facilitators must deal with duplicate requests, so recoverable network errors can produce inconsistent retries. -...
**Description** Refactor VM package to consistently use `PrecompiledContracts` type alias instead of raw `map[common.Address]PrecompiledContract` type declarations. **Additional context** Improves code consistency and readability by using the established type alias throughout...