Arthur Chiu

Results 10 issues of Arthur Chiu

padrino-admin has a pretty good start on this. I think it be good if we can extract that out into its own(like merb-auth) so users can swap the authentication in...

feature

I think it would be better if the component specific rake tasks were generated into an app instead of loaded in. This allows users to modify them to whatever their...

feature

moving issue from padrino/padrino-framework#1048 here

In the code base we use a variety of different transaction RLP format forms: * We use a [raw/unsigned encoding](https://github.com/omisego/elixir-omg/blob/master/apps/omg/lib/omg/state/transaction.ex#L54) - `[transaction_type, inputs, outputs, tx_data, metadata]` * We use a...

chore

We already match variable names closely with `plasma-contracts` so let's do it for the rest. For example: elixir-omg | plasma-contracts ---------- | ----------------- owner | output_guard currency | token blknum...

good first issue

We should groom our logging outputs and place each outputs into its distinct logging levels.

enhancement
good first issue

We should create feature flags to help us better test behaviors we implement as we push changes. This makes it easier for us to: * Test new features before doing...

enhancement

:clipboard: https://tauri.app/v1/guides/testing/webdriver/introduction Synced with @isSerge, we should explore how to implement e2e testing for the app. Currently tauri is still pre-alpha but some of the ones discussed: * https://webdriver.io/ *...

testing

:clipboard: #11 how much reward they gained in total (need block explorer integration for this, let's do this later)

enhancement

:clipboard: #11 how much space is pledged in total (by the network) - check this formula https://github.com/subspace/block-vote-authorship-collector

enhancement