- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 13 2023
@bot build-linux64 build-linux-arm build-linux-aarch64 build-osx build-win64
rebase and update dependency
rebase and update dependency (commits reordered so I can land the accepted ones without waiting for D14039)
rebase and fix dependency
Jun 12 2023
remove image imports, css uppercase
In D14035#313405, @Fabien wrote:What do you think about mirroring the placement of the "Lean more" tile ? The site is in english, reading from left to right and it would make sense imo to have the tile on the left, and the techno tiles on the right.
This should be done in another diff though.
In D14035#313319, @bytesofman wrote:
Good suggestions in general, added.
improve testing and comments, rename and move utils function
In D14036#313361, @emack wrote:Both default genesis block and user specified block words fine, just need to test the failed price API scenario on sendBlockSummary
Support legacy fusion prefix
lint
Update spec for txs with multiple OP_RETURN outputs
In D13994#312568, @bytesofman wrote:Actually if we want to do minimum pushes, better to support eMPP spec https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/chronik/bitcoinsuite-slp/src/empp/mod.rs
In this way:
- We can lose the "04" for protocol identifier push
- We can lose the "15" for address type + hash push
- We can lose the 0x01-0x15 for alias length push (by putting the alias at the end, we just say "the rest of this push is the alias"
We need to add OP_RESERVED but still save a couple bytes. And of course, would also enable other app pushes in the same tx.
That said, we should prob support both (legacy with min push and empp)
This needs some fixes to work around the jemalloc messages to stderr when running under qemu
@bot build-linux64 build-linux-arm build-linux-aarch64 build-osx build-win64
The test plan doesn't really help to know if this is enough. You should run:
cd depends HOSTS="arm64-apple-darwin" make openssl
And check the libs are built for the correct target
@bot build-linux64 build-osx build-win64
@bot gitian-osx gitian-linux gitian-win
Just drop the change to protobuf.mk, it is not needed with our recent protobuf version
fix protobuf. Apparently the version we build does not have gtest/build-aux
The protobuf failure might be related to this change, actually.
Preprocessing protobuf... cp: target 'gtest/build-aux' is not a directory make: *** [funcs.mk:277: /bitcoin/depends/work/build/arm64-apple-darwin/protobuf/21.12-b4be8389631/.stamp_preprocessed] Error 1 make: Leaving directory '/bitcoin/depends'
@bot gitian-osx gitian-linux gitian-win