- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 9 2024
Aug 9 2024
tobias_ruck committed rABC193c2dc00373: [Chronik] Add tests for 404 errors on plugin endpoints (authored by tobias_ruck).
[Chronik] Add tests for 404 errors on plugin endpoints
some ideas for better code style
Aug 8 2024
Aug 8 2024
tobias_ruck updated the test plan for D16609: [Chronik] Add tests for 404 errors on plugin endpoints.
Aug 7 2024
Aug 7 2024
teamcity awarded D16597: [guix] Build Chronik plugins on Windows and Linux a Piece of Eight token.
teamcity awarded D16597: [guix] Build Chronik plugins on Windows and Linux a Haypence token.
Aug 6 2024
Aug 6 2024
tobias_ruck committed rABCe3b90a9aea1b: [Chronik] Relax plugin height checks at startup (authored by tobias_ruck).
[Chronik] Relax plugin height checks at startup
address review
Aug 3 2024
Aug 3 2024
tobias_ruck committed rABCf0ca89e6737c: [Chronik] Fix non-token inputs of bare burns (authored by tobias_ruck).
[Chronik] Fix non-token inputs of bare burns
Aug 2 2024
Aug 2 2024
Aug 1 2024
Aug 1 2024
rebase onto master
can't say no to this much removed code 🤷🏼♂️
tobias_ruck committed rABCc0eba5d32d58: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint (authored by tobias_ruck).
[Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint
CI failure unrelated, will land anyway
tobias_ruck committed rABC5dc82c8a9b88: [Chronik] Fix reading coinbase txs when plugins are loaded (authored by tobias_ruck).
[Chronik] Fix reading coinbase txs when plugins are loaded
rebase onto D16568
rebase onto D16568 again
tobias_ruck updated the diff for D16568: [Chronik] Fix reading coinbase txs when plugins are loaded.
fix test
fix test
fix nits
rebase onto D16568
Jul 31 2024
Jul 31 2024
tobias_ruck committed rABC3d759543a0a9: [Chronik] Use the test framework's CScript in plugins instead of our own version (authored by tobias_ruck).
[Chronik] Use the test framework's CScript in plugins instead of our own version
tobias_ruck retitled D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint from [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoints to [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint.
tobias_ruck updated the summary of D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint.
tobias_ruck updated the summary of D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint.
tobias_ruck updated the summary of D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint.
avoid DOS by setting reasonable limits
tobias_ruck retitled D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint from [Chronik] Add `/plugin/:plugin_name/(un)confirmed-groups` HTTP endpoints to [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoints.
merge both endpoints
better unify both endpoints into one
tobias_ruck updated the summary of D16557: [Chronik] Add `/plugin/:plugin_name/groups` HTTP endpoint.
tobias_ruck added a comment to D16551: [Chronik] Use the test framework's CScript in plugins instead of our own version.
In D16551#374824, @PiRK wrote:I'm not very familiar with the chronik plugin system, so just to clarify, is the CScript class now something that chronik users will be encouraged to use when writing plugins?
Jul 30 2024
Jul 30 2024
tobias_ruck committed rABCa82dbcbacd63: [test_framework] Move sighash related functions to signature_hash.py (authored by tobias_ruck).
[test_framework] Move sighash related functions to signature_hash.py
tobias_ruck committed rABCa6574e14816d: [test_framework] Move hash160 to hash.py (authored by tobias_ruck).
[test_framework] Move hash160 to hash.py
tobias_ruck committed rABC61fc15d7c0df: [Chronik] Add `/plugin/:plugin_name/:group_hex/utxos` HTTP endpoint (authored by tobias_ruck).
[Chronik] Add `/plugin/:plugin_name/:group_hex/utxos` HTTP endpoint
tobias_ruck requested review of D16550: [test_framework] Move sighash related functions to signature_hash.py.
tobias_ruck requested review of D16550: [test_framework] Move sighash related functions to signature_hash.py.
teamcity awarded D16546: Bump Rust version to 1.80 a Mountain of Wealth token.
Jul 29 2024
Jul 29 2024
teamcity awarded D16546: Bump Rust version to 1.80 a Doubloon token.
teamcity awarded D16546: Bump Rust version to 1.80 a Piece of Eight token.
teamcity awarded D16547: [Chronik] Find and add Bcrypt library a Haypence token.
teamcity awarded D16546: Bump Rust version to 1.80 a Haypence token.
tobias_ruck requested review of D16541: [Chronik] Add `/plugin/:plugin_name/:group_hex/utxos` HTTP endpoint.
tobias_ruck committed rABC017a2ba2f24b: [Chronik] Add `MempoolPlugins`, run plugins on mempool txs (authored by tobias_ruck).
[Chronik] Add `MempoolPlugins`, run plugins on mempool txs
tobias_ruck committed rABCe3f9c1b0fa67: [Chronik] Enable indexing txs by plugins + return protobuf (authored by tobias_ruck).
[Chronik] Enable indexing txs by plugins + return protobuf
tobias_ruck committed rABCe5fc6a5832e6: [Chronik] Add `PluginsWriter::update_sync_height`, enforce plugins are synced (authored by tobias_ruck).
[Chronik] Add `PluginsWriter::update_sync_height`, enforce plugins are synced
tobias_ruck committed rABC23ebe92a9b71: [Chronik] Add PluginsWrite::{insert, delete} (authored by tobias_ruck).
[Chronik] Add PluginsWrite::{insert, delete}
tobias_ruck requested review of D16541: [Chronik] Add `/plugin/:plugin_name/:group_hex/utxos` HTTP endpoint.
rerun ci
improve plugin failure message
tobias_ruck committed rABC17327131bd7b: [Chronik] Add `PluginContext::run_on_tx` (authored by tobias_ruck).
[Chronik] Add `PluginContext::run_on_tx`
Jul 28 2024
Jul 28 2024
igibjanci1106 awarded D16525: [Chronik] Add `plugin` field to `TxInput` in `tx.py` a Like token.
Jul 27 2024
Jul 27 2024
tobias_ruck published D16540: [Chronik] Add `MempoolPlugins`, run plugins on mempool txs for review.
tobias_ruck published D16537: [Chronik] Enable indexing txs by plugins + return protobuf for review.
teamcity awarded D16534: [Chronik] Add test for disconnectpool a Haypence token.
rebase onto D16527 again
rerun CI, failure seems unrelated