Max Block

Results 6 issues of Max Block

- **OpenEthereum version**: v3.0.1 - **Operating system**: Linux - **Installation**: binary from github - **Fully synchronized**: yes - **Network**: goerli - **Restarted**: no trace_call request works fine with "latest" block:...

I'm trying to print SQL of the last revision in one command. I can do it like this: `alembic upgrade --sql 5fb648aeb2e7:head` But it's necessary to do `alembic history` first...

command interface
use case
PRs (with tests!) welcome

TypeScript complains on table.push(). Here is a test code: ```TypeScript import Table from "cli-table3" const table = new Table({ head: ["H1", "H2"] }) table.push(["c1", "c2"]) console.log(table.toString()) ``` Here is an...

bug

I need the column to have an auto width (depends on content), but not more than maxWidth.

enhancement

I'm trying to transfer spl token from acc1 to acc2 using a payer as a totally different account acc3. So, I have a token client: client = Token(...., payer=acc3). When...

help wanted
good first issue

There is the code in the book: ``` pub async fn send_confirmation_email(email_client: &EmailClient, new_subscriber: NewSubscriber) -> Result { let confirmation_link = "https://my-api.com/subscriptions/confirm"; ``` It should first fail in tests, because...