Commit Graph

4 Commits

Author SHA1 Message Date
desmond-hui
780e4a5ef1
Tensorswap models using logs (#600)
* udf to grab program data logs from log messages

* output table with encoded program data in tx logs

* add comments

* setup views and source

* update tag

* wip realtime view

* wip

* fix bad join

* wip

* decoded logs

* wip

* add event_type, index, inner_index and refactor existing

* handle additional nested calls

* add columns, add to SO

* use backfill macro

* wip

* handle non-contiguous program log messaging

* tmp upperbound

* minor changes

* reset child index when a new top level program is invoked

* rebuild transaction logs program data

* remove backfill

* still need to use min price as backup

* add post PR TODO

* revert tmp full-refresh changes

* add comment

* add tests

* update columns

* add docs and tests, fix col name

* update col description
2024-07-09 09:27:57 -07:00
desmond-hui
0b6e3e34c2
add to core schedule (#578) 2024-06-12 07:38:42 -07:00
desmond-hui
182b6f29ab
Add b58 decoding to logs extraction udf (#576)
* add _udf_error col to schema

* handle logs that end in success but is not end of program log

* handle logs truncated as last or not last msg

* add dependency descriptor

* handle legacy BPF log format

* filter out txs with null log_messages

* handle legacy upgrade logs

* ignore single length logs

* add expect _udf_error to be null test
2024-06-12 07:02:56 -07:00
desmond-hui
9a927a2d44
Encoded program data logs table (#570)
* udf to grab program data logs from log messages

* output table with encoded program data in tx logs

* add comments

* add event_type, index, inner_index and refactor existing

* handle additional nested calls

* add columns, add to SO

* use backfill macro

* handle non-contiguous program log messaging
2024-06-10 07:26:24 -07:00