Build Bitcoin ABC Diffs / Diff Testing (build-chronik-plugins) failed.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 24 2024
Oct 24 2024
Kronkmeister published D16988: [e.cash] Change "Stack" to Stack Wallet and add "Desktop" for review.
teamcity added a comment to D16937: [chronik] add scripthash option to the various script endpoints.
teamcity added a comment to D16937: [chronik] add scripthash option to the various script endpoints.
Build Bitcoin ABC Diffs / Diff Testing (build-chronik) failed.
as_member_ref -> as_ref, factor repeated code into a member_ser_from_member method
add comments about the double switch Some(cf_member_hash) and mem_data.is_member_hash_index_enabled
mention in the summary that the mempool indexing is not part of this diff
tobias_ruck committed rABC218edc02974a: [CI] Update build-configurations with secp256k1 dependencies (authored by tobias_ruck).
[CI] Update build-configurations with secp256k1 dependencies
Fabien committed rABC0e98326c7596: [CI] Remove PPA package for Ubuntu 20.04 Focal (authored by Fabien).
[CI] Remove PPA package for Ubuntu 20.04 Focal
[CI] Deploy nodejs on Debian Bookworm
Fabien committed rABC9856864d5e0e: [faucet] Allow to retry upon request failure (authored by Fabien).
[faucet] Allow to retry upon request failure
Fabien committed rABC4d927831191e: [faucet] Add a docker config for the faucet (authored by Fabien).
[faucet] Add a docker config for the faucet
[secp256k1] Fix the Cirrus build
bytesofman committed rABC31e27d47cace: [Cashtab] Parse agora oneshot buys and sells (authored by bytesofman).
[Cashtab] Parse agora oneshot buys and sells
Rebase
bytesofman committed rABCf9240b2aa27d: [Cashtab + token-server + ecash-lib] Copy src/secp256k1 in docker container (authored by bytesofman).
[Cashtab + token-server + ecash-lib] Copy src/secp256k1 in docker container
tobias_ruck requested changes to D16937: [chronik] add scripthash option to the various script endpoints.
tobias_ruck committed rABCde1c383640b3: [Iguana] Display empty stack items as `""` (authored by tobias_ruck).
[Iguana] Display empty stack items as `""`
bytesofman committed rABCc26579b9c6c9: [Cashtab] Move google analytics id out of monorepo (authored by bytesofman).
[Cashtab] Move google analytics id out of monorepo
Fabien committed rABC0fb0091228c1: [CI] Include ecash-secp256k1 in the docker builds (authored by Fabien).
[CI] Include ecash-secp256k1 in the docker builds
PiRK added inline comments to D16937: [chronik] add scripthash option to the various script endpoints.
I still need to figure out the mempool thing and maybe rust tests
rebase, feedback
feedback:
- allow shutdown during scripthash reindexing
- rename scripthash -> member_hash in the group_history.rs context
- let the hash member method deal with endianness to minimize risks of getting in wrong in callsite (hash_member() -> Sha256 -> ser_hash_mebmer -> [u8; 32])
- &[0xff; 32]
tobias_ruck committed rABCcabdfe09fbe5: [linter] Fix shebang lint false positive (authored by tobias_ruck).
[linter] Fix shebang lint false positive
tobias_ruck requested changes to D16937: [chronik] add scripthash option to the various script endpoints.
tobias_ruck requested review of D16981: [CI] Update build-configurations with secp256k1 dependencies.
tobias_ruck committed rABCbeb30ceabc8b: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm` (authored by tobias_ruck).
[ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`
It seems like you're not indexing the mempool for scripthash yet, will this be in another diff? If so, add it to the summary. Otherwise I think it's fine to keep it in this diff, it's just a relatively simple HashMap.
teamcity awarded D16966: [Chronik] Build Bitcoin Core with Chronik attached a Love token.
tobias_ruck updated the diff for D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
fix is_empty
tobias_ruck updated the diff for D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
uncomment secp256k1_sys test
Fabien requested changes to D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
bytesofman committed rABC77bc58465ccc: [ecash-agora] Catch up changelog for next published version (authored by bytesofman).
[ecash-agora] Catch up changelog for next published version
bytesofman committed rABC64acb2647c4c: [ecash-herald] Deprecate block-based daily msgs (authored by bytesofman).
[ecash-herald] Deprecate block-based daily msgs
I'm just going to land this now so we don't lose track of this stuff.
bytesofman published D16973: [ecash-agora] Catch up changelog for next published version for review.
Oct 23 2024
Oct 23 2024
tobias_ruck updated the diff for D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
fix one usage of PublicKey
teamcity added a comment to D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
Build Bitcoin ABC Diffs / Diff Testing (build-ecash-secp256k1) failed.
tobias_ruck added inline comments to D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
tobias_ruck updated the diff for D16956: [ecash-secp256k1] Add `ecash-secp256k1`, use in `ecash-lib-wasm`.
- update URLs in Cargo.toml
- update README
- remove unused elligator const
- remove unused deprecated functions, and undeprecate functions that clearly are useful
- uncomment test
Kronkmeister committed rABC32fac48c3457: [e.cash] Fix typo and remove redundancy on CORE-TECH (authored by Kronkmeister).
[e.cash] Fix typo and remove redundancy on CORE-TECH
updated copy as requested (almost)
tobias_ruck committed rABC79b2e673791c: [secp256k1] Backport "'Schnorrsig API overhaul' fixups" (authored by tobias_ruck).
[secp256k1] Backport "'Schnorrsig API overhaul' fixups"