-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge with upstream v0.3.6 #9
Commits on Aug 28, 2024
-
chore(features): enable
consensus
andnetwork
along with `provide……rs` (alloy-rs#1207) chore(features): enable consensus and network if providers is
Configuration menu - View commit details
-
Copy full SHA for f6550c5 - Browse repository at this point
Copy the full SHA f6550c5View commit details -
feat(alloy-provider): add abstraction for
NonceFiller
behavior (all……oy-rs#1108) * feat(alloy-provider): add abstraction for `NonceFiller` behavior * remove Default bound, add #[non_exhaustive] * resolve conversations * remove default generic * fix ci
Configuration menu - View commit details
-
Copy full SHA for ec70d9c - Browse repository at this point
Copy the full SHA ec70d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e30d510 - Browse repository at this point
Copy the full SHA e30d510View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75f738b - Browse repository at this point
Copy the full SHA 75f738bView commit details -
chore(README): Add a link to
rpc-types-debug
(alloy-rs#1212)Add a link to roc-types-debug
Configuration menu - View commit details
-
Copy full SHA for 2c831b0 - Browse repository at this point
Copy the full SHA 2c831b0View commit details -
feat: implement
tx_type
forTxEip7702
(alloy-rs#1214)eip7702: implement tx_type for TxEip7702
Configuration menu - View commit details
-
Copy full SHA for 6f0bfdb - Browse repository at this point
Copy the full SHA 6f0bfdbView commit details -
feat: derive
arbitrary::Arbitrary
forTxEip7702
(alloy-rs#1216)eip7702: derive arbitrary::Arbitrary for TxEip7702
Configuration menu - View commit details
-
Copy full SHA for 08c3c34 - Browse repository at this point
Copy the full SHA 08c3c34View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e51ed77 - Browse repository at this point
Copy the full SHA e51ed77View commit details -
eip7702: rm useless methods for
TxEip7702
(alloy-rs#1221)eip7702: rm useless methods
Configuration menu - View commit details
-
Copy full SHA for bfbbc32 - Browse repository at this point
Copy the full SHA bfbbc32View commit details -
fix(eips): no-std compat (alloy-rs#1222)
* fix(eips): no-std compat * fix(eips): no-std compat
Configuration menu - View commit details
-
Copy full SHA for 24e97da - Browse repository at this point
Copy the full SHA 24e97daView commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59a39ac - Browse repository at this point
Copy the full SHA 59a39acView commit details -
fix: Anvil builder default port (alloy-rs#1213)
* fix: Anvil builder default port * revert: Anvil builder default port * docs: update Anvil default port
Configuration menu - View commit details
-
Copy full SHA for 91d323f - Browse repository at this point
Copy the full SHA 91d323fView commit details
Commits on Sep 2, 2024
-
feat(
json-rpc
): implement From U256 and String for SubId (alloy-rs#……1226) feat(json-rpc): implement From U256 and String for SubId
Configuration menu - View commit details
-
Copy full SHA for 8d5f065 - Browse repository at this point
Copy the full SHA 8d5f065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177f865 - Browse repository at this point
Copy the full SHA 177f865View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81f4ab8 - Browse repository at this point
Copy the full SHA 81f4ab8View commit details -
feat(network-primitives): expose more fields via block response traits (
alloy-rs#1229) * feat(network-primitives): expose more fields in HeaderResponse * feat(network-primitives): expose `other` fields in BlockResponse * nits
Configuration menu - View commit details
-
Copy full SHA for 06e0ae9 - Browse repository at this point
Copy the full SHA 06e0ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6806537 - Browse repository at this point
Copy the full SHA 6806537View commit details
Commits on Sep 4, 2024
-
consensus: implement
Arbitrary
forHeader
(alloy-rs#1235)* consensus: implement Arbitrary for Header * fix function call * fn visibility
Configuration menu - View commit details
-
Copy full SHA for de56cb9 - Browse repository at this point
Copy the full SHA de56cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d245e - Browse repository at this point
Copy the full SHA 68d245eView commit details -
consensus: impl
is_zero_difficulty
forHeader
(alloy-rs#1236)consensus: impl is_zero_difficulty for Header Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa1f234 - Browse repository at this point
Copy the full SHA aa1f234View commit details -
consensus: impl
exceeds_allowed_future_timestamp
forHeader
(allo……y-rs#1237) consensus: impl exceeds_allowed_future_timestamp for Header Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cb6804 - Browse repository at this point
Copy the full SHA 7cb6804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb54b5 - Browse repository at this point
Copy the full SHA 0cb54b5View commit details
Commits on Sep 5, 2024
-
feat: add Reth node bindings (alloy-rs#1092)
* generalize geth into node * add basic reth setup * basic spawning and capturing of ports works, shutdown does not * add auth_port, p2p_port * clean up * fix geth tests * simplify abstraction * clean up * add explicit `dev` mode command, reth remains open * --chain takes path or string, not id * add support for UDP endpoint extraction from keys * clean up, add dev flag * tag as dev * add option to set block time * add block time * disable peer persistence if discovery is disabled * update binaries * add reth install in github workflow * fix build * fix doctest * windows geth build is zipped * fix name * fix path to reth binary * tar is flat * fix url * fix output path * reth is already extracted to the root * reth renders via stdout * disable dev by default, enabling it with .dev() * make sure to exit when running into fatal error * add tests to cover the feature set * try debugging windows * run binary install in parallel * disable discovery on blocktime dev * attempt to fix on windows by not using tempdir * re-enable tempdir, attempt to get full error log on windows * ignore tests on windows, CI of Windows is not compatible: [crates\node-bindings\src\nodes\reth.rs:369:13] &line = "2024-09-04T12:39:10.637528Z INFO reth::cli: Opening database path=\"C:\\\\Users\\\\RUNNER~1\\\\AppData\\\\Local\\\\Temp\\\\.tmp4XoSee\\\\db\"\n" [crates\node-bindings\src\nodes\reth.rs:369:13] &line = "2024-09-04T12:39:10.731699Z ERROR reth::cli: shutting down due to error\n" Error: failed to open the database: environment or database is not compatible with the requested operation or flags (-30784) Location: /project/crates/storage/db/src/mdbx.rs:28:8 * only install on linux * temporarily re-enable windows to test error catching * revert
Configuration menu - View commit details
-
Copy full SHA for 002aed5 - Browse repository at this point
Copy the full SHA 002aed5View commit details -
chore(eip1898): display
RpcBlockHash
(alloy-rs#1242)* Impl display for alloy_eips::eip1898::RpcBlockHash * Add test for display RpcBlockHash * Impl display for alloy_eips::eip1898::BlockId * Add test for display BlockId
Configuration menu - View commit details
-
Copy full SHA for ab630b8 - Browse repository at this point
Copy the full SHA ab630b8View commit details
Commits on Sep 6, 2024
-
feat(rpc-types-eth): AnyBlock (alloy-rs#1243)
* feat(rpc-types-eth): AnyBlock * rename to AnyNetworkBlock
Configuration menu - View commit details
-
Copy full SHA for 37b0c29 - Browse repository at this point
Copy the full SHA 37b0c29View commit details -
fix(consensus): Remove Unused Alloc Vecs (alloy-rs#1250)
* fix(consensus): remove unused alloc Vecs * fix: updates and msrv * fix: serde tests
Configuration menu - View commit details
-
Copy full SHA for ad0538b - Browse repository at this point
Copy the full SHA ad0538bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 122c4b1 - Browse repository at this point
Copy the full SHA 122c4b1View commit details
Commits on Sep 7, 2024
-
dep: bump tower to 0.5 (alloy-rs#1249)
* dep: bump tower to 0.5 * fix clippy
Configuration menu - View commit details
-
Copy full SHA for 9627e0a - Browse repository at this point
Copy the full SHA 9627e0aView commit details -
rpc: add getter trait methods to
ReceiptResponse
(alloy-rs#1251)* rpc: Add getter trait methods to ReceiptResponse * fix no std * fix comments * 7702 docs --------- Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2443101 - Browse repository at this point
Copy the full SHA 2443101View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35aa090 - Browse repository at this point
Copy the full SHA 35aa090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b5b9e - Browse repository at this point
Copy the full SHA 72b5b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4492c25 - Browse repository at this point
Copy the full SHA 4492c25View commit details -
feat(rpc-types-trace): always serialize result if no error (alloy-rs#…
…1258) * feat(rpc-types-trace): error or result Signed-off-by: jsvisa <[email protected]> * add a test case Signed-off-by: jsvisa <[email protected]> * feat: error + result Signed-off-by: jsvisa <[email protected]> * touchup --------- Signed-off-by: jsvisa <[email protected]> Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b487e4 - Browse repository at this point
Copy the full SHA 7b487e4View commit details -
consensus: implement
AsRef
forHeader
(alloy-rs#1260)consensus: implement AsRef for Header
Configuration menu - View commit details
-
Copy full SHA for 9c8bccc - Browse repository at this point
Copy the full SHA 9c8bcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9f45a - Browse repository at this point
Copy the full SHA 1e9f45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e5ae2 - Browse repository at this point
Copy the full SHA a8e5ae2View commit details
Commits on Sep 10, 2024
-
chore: swap BlockNumHash alias and struct name (alloy-rs#1265)
* chore: swap BlockNumHash alias and struct name * clippy
Configuration menu - View commit details
-
Copy full SHA for 06dccfe - Browse repository at this point
Copy the full SHA 06dccfeView commit details -
chore: require destination for 7702 (alloy-rs#1262)
* chore: require destination for 7702 * Update crates/consensus/src/transaction/eip7702.rs Co-authored-by: DaniPopes <[email protected]> * review * clippy --------- Co-authored-by: DaniPopes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9980cc - Browse repository at this point
Copy the full SHA c9980ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c558a5c - Browse repository at this point
Copy the full SHA c558a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d4d0c - Browse repository at this point
Copy the full SHA 75d4d0cView commit details -
chore(consensus): Alloc by Default (alloy-rs#1272)
fix: remove the feature flag for alloc
Configuration menu - View commit details
-
Copy full SHA for c9e8263 - Browse repository at this point
Copy the full SHA c9e8263View commit details -
chore(consensus): Remove Header Method (alloy-rs#1271)
chore: remove unnused header commented method
Configuration menu - View commit details
-
Copy full SHA for 30897cc - Browse repository at this point
Copy the full SHA 30897ccView commit details -
consensus: implement
seal
helper forHeader
(alloy-rs#1269)* consensus: implement seal helper for Header * fix clippy
Configuration menu - View commit details
-
Copy full SHA for 043dc20 - Browse repository at this point
Copy the full SHA 043dc20View commit details
Commits on Sep 11, 2024
-
fix: serde for
eth_simulateV1
(alloy-rs#1273)* fix: serde for eth_simulateV1 * clippy + fmt
Configuration menu - View commit details
-
Copy full SHA for 5354223 - Browse repository at this point
Copy the full SHA 5354223View commit details -
feat: no_std eth rpc types (alloy-rs#1252)
* feat: support no_std in alloy-rpc-types-eth * feat: derive_more error * ci: add no-std check * ci: update script * fix: crate collections * fix: fmt * chore: remove unused hash_map re-export --------- Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41b2fd2 - Browse repository at this point
Copy the full SHA 41b2fd2View commit details -
chore: swap
BlockHashOrNumber
alias and struct name (alloy-rs#1270)* chore: swap struct and alias name for BlockHashOrNumber * chore: update docs
Configuration menu - View commit details
-
Copy full SHA for 8546ecf - Browse repository at this point
Copy the full SHA 8546ecfView commit details
Commits on Sep 12, 2024
-
feat(engine): no_std engine types (alloy-rs#1268)
* feat: support no_std in alloy-rpc-types-eth * feat: derive_more error * ci: add no-std check * ci: update script * fix: crate collections * fix: fmt * chore: remove unused hash_map re-export * feat: converts engine rpc types to no-std * feat: derive_more display + std feature * fix: jwt feat * fix: clippy warnings * fix: clippy warnings * fix: error source * fix: remove tree * fix: std * fix: std * fix: std * fix: dep * fix: fmt * fix: ssz derive depends on std * fix: missing deps jwt feat * fix: raw duration * fix: fmts * touchups * fix: last nits * fix: remove core result * fix: remove manual result imports * fix: fmts --------- Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e61a184 - Browse repository at this point
Copy the full SHA e61a184View commit details -
Add trait methods
cumulative_gas_used
andstate_root
to `ReceiptR……esponse` (alloy-rs#1275) * Add trait methods cumulative_gas_used and state_root to ReceiptResponse * touchup --------- Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d9e194 - Browse repository at this point
Copy the full SHA 1d9e194View commit details -
Configuration menu - View commit details
-
Copy full SHA for d535ac1 - Browse repository at this point
Copy the full SHA d535ac1View commit details -
feat: improve node bindings (alloy-rs#1279)
* add run_with_tempdir * update tests, now picks random instance by default * document new random port picking * fix clippy * add port customization * reset instance when configuring custom port as this is incompatible in reth * additional tests for http_port(0) * fix comment
Configuration menu - View commit details
-
Copy full SHA for 3d8c680 - Browse repository at this point
Copy the full SHA 3d8c680View commit details -
fix:
debug_traceCallMany
andtrace_callMany
(alloy-rs#1278)* apply bug fixes and add tests * use constants
Configuration menu - View commit details
-
Copy full SHA for f50313a - Browse repository at this point
Copy the full SHA f50313aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9362494 - Browse repository at this point
Copy the full SHA 9362494View commit details -
feat(alloy-rpc-types-eth): Optional serde (alloy-rs#1276)
* feat: optional serde * feat: optional serde * fix: tests * fix: enable serde for alloy-rpc-types-trace * fix: non-attr serde
Configuration menu - View commit details
-
Copy full SHA for 8c5aff5 - Browse repository at this point
Copy the full SHA 8c5aff5View commit details
Commits on Sep 13, 2024
-
feat(engine): Optional Serde (alloy-rs#1283)
* feat: optional serde * fix: beacon types * fix: provider * fix: eip7547 * fix: run ci
Configuration menu - View commit details
-
Copy full SHA for e7ea61d - Browse repository at this point
Copy the full SHA e7ea61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4545172 - Browse repository at this point
Copy the full SHA 4545172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea2451 - Browse repository at this point
Copy the full SHA 6ea2451View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba29d6b - Browse repository at this point
Copy the full SHA ba29d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de77456 - Browse repository at this point
Copy the full SHA de77456View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbfe3d9 - Browse repository at this point
Copy the full SHA cbfe3d9View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb81345 - Browse repository at this point
Copy the full SHA cb81345View commit details -
fix(types-eth): Optional Alloy Serde (alloy-rs#1284)
* feat: optional serde * feat: optional serde * fix: tests * fix: enable serde for alloy-rpc-types-trace * fix: non-attr serde * feat: optional alloy-serde
Configuration menu - View commit details
-
Copy full SHA for 4e8f429 - Browse repository at this point
Copy the full SHA 4e8f429View commit details -
refactor: separate transaction builders for tx types (alloy-rs#1259)
* refactor: txtype-specific transaction builders * enforce legacy if access list * ignore access list
Configuration menu - View commit details
-
Copy full SHA for 099e64d - Browse repository at this point
Copy the full SHA 099e64dView commit details -
feat(
node-bindings
): support appending extra args (alloy-rs#1299)* feat(`node-bindings`): support appending args that are not part of the builder api * use OsString
Configuration menu - View commit details
-
Copy full SHA for a0eea36 - Browse repository at this point
Copy the full SHA a0eea36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7424f09 - Browse repository at this point
Copy the full SHA 7424f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c409bd - Browse repository at this point
Copy the full SHA 6c409bdView commit details -
chore(rpc): rename witness fields (alloy-rs#1293)
* chore(rpc): rename witness fields * chore: allow missing keys --------- Co-authored-by: Matthias Seitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 347626b - Browse repository at this point
Copy the full SHA 347626bView commit details
Commits on Sep 18, 2024
-
feat(transport-http): layer client (alloy-rs#1227)
* feat(transport): bare minimal reqwest-tower integration * feat(transport-http): reqwest-tower layer client * feat(transport-http): LayerClient * fix: feature gate layer transport * rm logging layer * feat(transport-http): hyper layer transport * hyper layer transport test * test with tower-http layers * rm reqwest layer transport * rm trait bounds for new * nit * unify hyper transports * rm TransportConnect for HyperLayerTransport * make request generic * unify hyper transports * nit * nit * nit * rm unintended reqwest default * rename HyperLayerTransport to HyperTransport * rename file * nit * fix: rm transport from HttpConnect * fix: rm url from HyperTransport, infer it from Http * clippy * fix * impl Http<Hyper> * fix * rename * nit
Configuration menu - View commit details
-
Copy full SHA for 68115f5 - Browse repository at this point
Copy the full SHA 68115f5View commit details -
feat(rpc-types-beacon):
SignedBidSubmissionV4
(alloy-rs#1303)* feat(rpc-types-beacon): `SignedBidSubmissionV4` * ssz * Update crates/rpc-types-beacon/src/relay.rs Co-authored-by: Oliver <[email protected]> --------- Co-authored-by: Matthias Seitz <[email protected]> Co-authored-by: Oliver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79fe182 - Browse repository at this point
Copy the full SHA 79fe182View commit details -
feature: ProviderCall (alloy-rs#788)
* feature: ProviderCall fix: rename to prov_call for disambiguation * refactor: replace output types * doc: add note about fn pointers * feat: convert `EthCall` to `ProviderCall` * use `ClientRef` in EthCall instead of `WeakClient` * change lifetimes * add *_internal methods that return `EthCall` * doc nits * use `ClientRef` instead of `WeakClient` in `RpcWithBlock` * Revert "use `ClientRef` instead of `WeakClient` in `RpcWithBlock`" This reverts commit 569d168. * feat: RpcCallWithBlock enum val in provider call * nits * feat: integrate `RpcWithBlock` into `ProviderCall` * rm `RpcWithBlock` val from ProviderCall * feat(provider): caller trait for with_block calls * rm `WeakClient` from `RpcWithBlock` * introduce `Caller` into `RpcWithBlock` * use `WithBlockCall` in `RpcWithBlock`. polling doesn't work. * nit * feat(provider): add `WithBlockFut` - polls `ProviderCall` and maps response. * nit * revert 2ff402 * Revert "feat: convert `EthCall` to `ProviderCall`" This reverts commit 1cb1579. * doc nits * feat(provider): introduce `Caller` to `EthCall`. Arc it so that its cloneable * feat(provider): add `EthCaller` - converts EthCall into ProviderCall and strengthen test * update `EthCallFut` * holds `ProviderCall` * removes Clone * impl poll_preparing and poll_running on `EthCallFut` instead of `EthCallFutInner` * poll `ProviderCall` in `EthCall`using `EthCaller` * removes WeakClient from `EthCall` * updates `EthCallFutInner::Running` to store map * nit * wrap Caller in Arc to make `RpcWithBlock` cloneable * store in `ProvideCall` fut instance in `States` * store `ProviderCall` fut in `EthCallFutInner` * feat(provider): add `ParamsWithBlock` for `RpcWithBlock` * rm `block_id` from `Caller` trait * impl `Caller` for `WeakClient` * refactor(`ProviderCall`): don't rely on `Caller` in `RpcWithBlock` (alloy-rs#1159) * feat: RpcCall:map_params * WithBlockInner * Ready variant * fmt * use ProviderCall * clippy + fmt * add From<F> * make ProviderCall::Ready return a result * add docs * Update request.rs Co-authored-by: DaniPopes <[email protected]> * fmt --------- Co-authored-by: DaniPopes <[email protected]> * refac(provider): use `ProviderCall` as return in trait * nit * doc nits * fix --------- Co-authored-by: Yash Atreya <[email protected]> Co-authored-by: Arsenii Kulikov <[email protected]> Co-authored-by: DaniPopes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6369bcc - Browse repository at this point
Copy the full SHA 6369bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1681482 - Browse repository at this point
Copy the full SHA 1681482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237693b - Browse repository at this point
Copy the full SHA 237693bView commit details
Commits on Sep 19, 2024
-
Merge tag 'v0.3.6' into merge-v0.3.6
chore: Release alloy-serde version 0.3.6 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEEQCFA0ZHpEsgE2qgNyx7WsmjsJ+YFAmbq1+gACgkQyx7Wsmjs # J+ZYCBAAyUaZZPkKM5ApiC/nUBLAhoGiijKfXhVy4vJeyw35lgQAnUtH1U8Zenpq # 4V9ujIqUqqaJYVOEk535tNF5XJ513/f7whWiYcIZ4fObftcD/isjRNsw41AJePse # Yggo5c9a/IQFeQAYk6tWy4ij8ZNZ5wHmj4Hl7k12LIjmaY7wRwWXtepl0VeLQNOn # 0jf/sA1piISMZ8/gRkxWngbP4mFE12r8AYZfwzXP0VHzb1AucxJC1P4H0EoWmMu0 # bAox9712i1br7vTN33y/x8wg3g3Aknbud76IBYnucUzYllrN6EycCPaXFgdqeqeB # tPXOJD9iqh4EJyBHR5TznIEkJtvMI82b17vKhq6pN4gDagOmuYL/KMNhd/a7UTU9 # dQFAp3YK2TwAYB2pO7zt5t101ECoDEYCrWglGbMWmJxKuICcvbiVstfFiXGYDz7N # pZlqrX1qzKguSDlu5OL35JaJ8te+BEM4ni85rKj4um0NTcNlbt34NwL+muV+sP9g # blwRiDeFcD72pznVvpLo+xsCiuQDlRyHOQcxNOWTDmNk1WJVd6bBciuE12k5dfY/ # dTqHa6uJ+g3oCYYUWug9lgMG3CPCj8XQdcQmnvYo2noVMrq4l0SP26QTE2XToDW3 # EKGKKscNB8ETVK9dd9FcfLCWIlJ918U09moez8cB88Fjvug9n30= # =a6Wq # -----END PGP SIGNATURE-----
Configuration menu - View commit details
-
Copy full SHA for 004a0ba - Browse repository at this point
Copy the full SHA 004a0baView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 718aee5 - Browse repository at this point
Copy the full SHA 718aee5View commit details