Matthias
Matthias
ad 1.: Use OpenAPI version 3.0: https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml ad 2.: The function `openapiRegister` is created by the `openapi-cli-generator generate` subcommand. It's named after the name of the YAML file (here: "openapi.yaml"...
Can't reproduce. Session seems to be renewed as long the browser tab is open. Showing remaining requests currently not possibles because this information is transfered in the response header.
Invalidate browser cookie on 401 error. Currently browser keeps sending invalid cookie value so proxy ignores 'Authorization' header.
This will be fixed in the upcoming release. In the meantime you need to remove the two directories from `elm.json` by hand.
eth: * `raw.block.block_group` `transformed.block_transactions.height_group` * `raw.block.number` `transformed.block_transactions.height` `raw.transaction.block_number`
Just collecting things here. Need to discuss: * `block_transactions.txs` (a list) `address_transactions.transaction_id` (a foreign key)
`cluster_tag_by_label` column `entity` instead of `cluster`
utxo transformed schema: ``` CREATE TYPE tx_id_time ( block_id int, tx_id bigint, timestamp int ); ``` vs. eth transformed schema: ``` CREATE TYPE tx_id_time ( height int, transaction_id int, block_timestamp...
I think we can remove `tx_id_time` at all since tx needs to be looked up anyways for the tx_hash. Instead just store tx_id for first/last_tx in address/cluster table.