Fixed up the nav bar. It's still not perfect, but most of the links are 1-to-1 the same at least.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 10 2020
Sep 10 2020
jasonbcox committed rABCWEB7474bdcc73a3: Fix logo link in non-prod environments (authored by jasonbcox).
Fix logo link in non-prod environments
Sep 9 2020
Sep 9 2020
Add a bunch of release notes
jasonbcox requested changes to D7409: [CMAKE] Make the doc-rpc target actually generate the rpc docs.
jasonbcox requested changes to D7409: [CMAKE] Make the doc-rpc target actually generate the rpc docs.
jasonbcox committed rABCWEBb4924382712d: Migrate all page content to flexbox (authored by jasonbcox).
Migrate all page content to flexbox
- Fix inconsistent margins on small screens
- Fix element sizing on blockquotes that contain long, unbroken words
Sep 8 2020
Sep 8 2020
Migrate footer to flexbox
Remove unused minimal layout
Remove unused avatar code
jasonbcox committed rABCWEB537866c203a9: Remove bigimg support and cleanup header (authored by jasonbcox).
Remove bigimg support and cleanup header
jasonbcox retitled D7399: Remove bigimg support and cleanup header from Cleanup header to Remove bigimg support and cleanup header.
Remove big-img styles and init code (none of which are used)
This seems excessive for longer scripts like build-coverage and build-docs. Doesn't this remove linting for those bash scripts? The shorter ones like check-seeds seems reasonable to me.
Add check-buildbot CI config
Sep 7 2020
Sep 7 2020
Fix buildbot requirements path
jasonbcox committed rABC6e00a2676796: Clarify source control tools cmake flag (authored by jasonbcox).
Clarify source control tools cmake flag
Fix description
Sep 5 2020
Sep 5 2020
- Rebase
- Update naming per feedback
In D7363#175807, @Fabien wrote:This is not building, but this is not testing either. What about ENABLE_SOURCE_CONTROL_TOOLS_TESTS ?
jasonbcox committed rABC0f4d92ca24b0: [land-bot] Extract out conduit token sanitization code (authored by jasonbcox).
[land-bot] Extract out conduit token sanitization code
jasonbcox committed rABC3b6093bdc7cd: Rename buildbot teamcity wrapper module (authored by jasonbcox).
Rename buildbot teamcity wrapper module
Sep 4 2020
Sep 4 2020
- Rebase on yml config
- Use pytest without -v option
- Fix comment
Rebase
jasonbcox committed rABCf0b9203e65bd: Reduce noise in check-source-control-tools (authored by jasonbcox).
Reduce noise in check-source-control-tools
jasonbcox committed rABC491ad850c4d0: Add check-source-control-tools build config (authored by jasonbcox).
Add check-source-control-tools build config
build -> check per feedback
Sep 3 2020
Sep 3 2020
jasonbcox committed rABC6b18a015f4fc: Port the abcbot code into this repository (authored by jasonbcox).
Port the abcbot code into this repository
jasonbcox committed rABC77c3f9dc3ce4: Fix detection of binary open() calls in the Python encoding linter (authored by jasonbcox).
Fix detection of binary open() calls in the Python encoding linter
jasonbcox added inline comments to D7324: [CI] Allow for describing the build from the configuration file.
jasonbcox committed rABC7cfda4b280b0: Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli (authored by Wladimir J. van der Laan <laanwj@protonmail.com>).
Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
jasonbcox requested review of D7326: Fix detection of binary open() calls in the Python encoding linter.
jasonbcox added a comment to D7326: Fix detection of binary open() calls in the Python encoding linter.
Completely rewrote the summary to focus on the problem being solved. The code change mostly speaks for itself.
jasonbcox updated the summary of D7326: Fix detection of binary open() calls in the Python encoding linter.
- Fixed the blog styling issues with regards to fonts and some colors
- Added homepage navigation button to blog nav
- Added language selector to the blog nav and fixed up some broken parts of the selector
jasonbcox requested changes to D7333: [WEBSITE] Add a link to go back from documentation to version selection.
Move to contrib
jasonbcox updated the diff for D7326: Fix detection of binary open() calls in the Python encoding linter.
Fix restricting file mode matching
jasonbcox added a comment to D7326: Fix detection of binary open() calls in the Python encoding linter.
In D7326#175088, @deadalnix wrote:I have no idea what problem this fixes.
Sure, this match different things. Ok. Why should it match these things? What problem happens when it doesn't?
Sep 2 2020
Sep 2 2020
jasonbcox requested changes to D7331: [WEBSITE] Wait for bitcoind to be fully started before fetching the help.