- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 4 2023
Jun 3 2023
Jun 2 2023
Rebase
Remove unused variables
The variables are removed in D13974, I missed the warning
@bot gitian-osx gitian-linux gitian-win
remove comment about ubuntu 18.04
rebase and add dependency
rebase after bumping glibc 2.28
@bot gitian-osx gitian-linux gitian-win
@bot gitian-osx gitian-linux gitian-win
rebase and bump glibc to 2.28
drop the control flow backports, it does not work and should be done in a separate diff
The control flow thing is not working on MacOS: https://build.bitcoinabc.org/repository/download/BitcoinABC_BitcoinAbcStaging/568733:id/gitian-osx.tar.gz!/build.log
@bot gitian-osx gitian-linux gitian-win
fix a flake8 error (don't use bare except)
@bot gitian-osx gitian-linux gitian-win
@bot gitian-osx gitian-linux gitian-win
Enable control-flow enforcement for hardened builds
Jun 1 2023
In D13964#311827, @Fabien wrote:You're missing a test for the case the pushdata length doesn't match the operator, like my previous example 4d42 (aka PUSHDATA2 42)
Adding unit tests for stack of only pushdata or only improperly formed pushdata
Add test case for pushdata not matching op_pushdata2