Thomas

Results 111 comments of Thomas

> The new mode is capable of taking an unmodified TSV file Right but it's unclear to me where this file comes from originally :) > Also, h/t to @aulneau...

here is an example with the nft_custody view, using the nft_events table where I've changed the type of `text` to `varchar(256)` before: ``` Aggregate (cost=10498.35..10498.36 rows=1 width=32) -> Gather (cost=1000.00..10498.13...

cc @zone117x @rafaelcr I think there should be a check condition implemented in the event processing methods to ensure the api cannot run without the genesis data, seems to be...

here is the output from my instance where genesis failed to sync correctly: ```json { "canonical": true, "height": 1, "hash": "0x6b2c809627f2fd19991d8eb6ae034cb4cce1e1fc714aa77351506b5af1f8248e", "parent_block_hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "burn_block_time": 1610645304, "burn_block_time_iso": "2021-01-14T17:28:24.000Z", "burn_block_hash": "0x0000000000000000000254567a2521ab99e62b14ad99f5648768a794693391b3", "burn_block_height":...

> IIUC any failure to ingest events like this would result in a critical error, triggering an API shutdown. ... If not, this would indicate either some condition where the...

for anyone interested, there is [scure-bip39](https://github.com/paulmillr/scure-bip39) (audited) which is much, much lighter weight, and by the author of noble-hashes

as i commented in https://github.com/bitcoinjs/bip39/issues/170, there is `@scure/bip39` which works in all modern bundlers, is much lighter, and supports ESM -> https://github.com/paulmillr/scure-bip39

@markmhx the rationale is that we're caching data from our redux store to localstorage, but because our application is server rendered, it can't access data in localstorage because it's not...

very much in support of this

this looks great! any ability to get this in soon?