-
expired channels should not emit heartbeat or any validator messages - in other words, should not be ticked at all
the best solution seems to be:
1. implement a query parameter on `/channel/list…
-
Create an integration test suite for the AdEx validator stack
Protocol spec: https://github.com/AdExNetwork/adex-protocol
Validator stack implementation: https://github.com/AdExNetwork/adex-vali…
-
when you register, use a username.adexnetwork.eth (or username.adex.network) that points to your addr
-
since the ethereum channels can't be entirely collected from the blockchain, we need to be able to submit info about the channel to the sentry
we also need to be able to negotiate whether the valid…
-
each campaign/channel should have a "market health"
which is an aggregate of the
- health as reported by each validator
- off-chain state, as determined per: https://github.com/AdExNetwork/adex…
-
- [x] getLatestMsg - SHOULD RELY ON PROPER TIMESTAMP/SEQUENCE; maybe a primitive DB abstraction?
- [x] https://github.com/AdExNetwork/adex-validator-stack-js/issues/61
- [x] those tests should be mo…
-
The idea is to allow users with quick (limited) accounts to recover their account
The process will work as follows:
- when the user makes a quick account, we create two wallets: wallet A and wal…
-
In Ethereum, signed messages are usually prefixed with `"Ethereum signed message:\n"` in order to avoid being able to trick the user into signing transactions.
However, dapps such as decentralized …
-
so far, the repo should be theoretically compatible with EIP 712 signatures according ot the latest spec
to see if it's so in practice, review metamask and test
potentially have tests which use …
-
In PyNN 0.9.3 documentation (http://neuralensemble.org/docs/PyNN/reference/neuronmodels.html#pyNN.standardmodels.cells.IF_cond_alpha), in the EIF_cond_alpha_isfa_ista parameters, the units of adaptati…