Alexandre Bourget
Alexandre Bourget
Integration is possible, might require building with CGO_ENABLED=1, which might make cross-compilation a bit harder, we could have a ledger-enabled build for different platforms. Refs: * https://github.com/ethanfrey/ledger * which uses...
We won't change the name of `--sudo-wrap` because it's very explicit and to the point. This implies a change in `eos-go` under `eos-go:sudo`, which I guess we'll also rename to...
There is a risk that between the moment you review a multisig transaction, it is changed under the hood and you approve the wrong thing. Ideally, `multisig review` prints a...
Double checks that the lower bound key is actually the key you asked (otherwise returnsthe next row) so we always need to check. It's about annoying.
The new `/v1/chain/get_table_by_scope` endpoint allows us to query the scopes. * [ ] Integrate into `eos-go` as an `eos.API` function. * [ ] Add a `get scope` command to `eosc`....
That was implemented in `cleos`.. allows to call `eosio.token::open` before a `transfer`.. so you can pay for RAM of the receipient ... they called it `--pay-ram-to-open` Ref: https://github.com/EOSIO/eos/pull/5581
We need to sign a message, and submit the transaction to the `eosio.unreg` contract. https://github.com/eoscanada/eos-bios/blob/01b85e24519b8934c89c6027d93543cef6533bf1/eosio.unregd/eosio.unregd.cpp#L69 message format.
I see that Ethermint relies on `go-ethereum` which is LGPL, and this code base is licensed as Apache 2.0.. how do you reconcile that? You might know how enterprises don't...
Would it be very complex to allow the endpoints to be changed, in order to support GHE ?
Was there a need to have zero + zero dependencies? I'm curious about the story behind this DB.. Why it was written and what sets it apart from Cayley and...