-
Use code `(async () => {
let exchange = new ccxt.bittrex({'enableRateLimit': true, 'rateLimit': 6000})
await exchange.loadMarkets(true)
let tickers = await exchange.fetchTickers()
let keyso…
-
vyperのtestのベストプラクティスは?
-
# Subject of the issue
The SDK version `0.9.4` doesn't contain any class.
# Cause
`minifyEnabled` in `build.gradle` file is set to `true` and there is no proguard rules to keep the class so a…
-
Introduction: MyBit needs a careers page to showcase open positions at the company.
Page Layout Structure
Core Page
About company
Open positions
CTA to join in DDF or Telegram
Secondary Pages
Job sp…
-
Validators should not have to create and propagate deposit blocks. Instead, we simply validate that a deposit occurred by checking the rootchain and making sure that it hasn't already been spent in a …
-
[chore]
We have a few unnecessary or missing imports/variables throughout the project.
Links to the offending snippets below:
1. `Math.sol` seems to be an unnecessary import:
https://github.…
-
Issue:
After running mix seed --sample in the ewallet Docker container (docker exec -it omisego_ewallet_1 mix seed --sample) and trying to follow the instructions to login as admin@example.com, the…
-
objective is to rationalize the need of 2-phase prepare commit transactions on the child chain (or other mitigations, like the expiration time proposed by @davidknott in last plasma call).
assumpti…
-
## Reasoning
The site is appropriately a static website but the pages are currently duplicated. Changing the layout, navigation, and maintaining consistency will be difficult as it grows.
## Pro…
-
Clear tutorial on how to use Ion.
Should reach the novice user
Good examples:
* [OmiseGo Plasma MVP](https://github.com/omisego/plasma-mvp)
* [Bankex Plasma MVP](https://github.com/BANKEX/Plasma…