Skip to content

Here's what's popular on GitHub today...

The ReadME Podcast

Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Chrome logo

Popular topic

Chrome is a web browser from the tech company Google.
GitHub Apps to the Rescue & Startup Spotlight

Upcoming event recommended by GitHub

Aug
17

GitHub Apps to the Rescue & Startup Spotlight

August 17, 2021 • Online

Setting up GitHub Apps. User-to-Server token and Server-to-Server token. Making API request using GitHub App tokens. GitHub Apps permissions and Webhooks.

Trending repository

fedekunze
fedekunze commented Aug 6, 2021

Most of the functions from statedb.go perform a no-operation (no-op) when an error is encountered. The problem is, that these functions don't have any context of whether previous calls failed or not. For example, both GetCodeHash and GetNonce require the account to exist before returning the value.

Solution:

Introduce a stateErr error field on the Keeper and return early on every

App recommended by GitHub

Metabob-app

Save countless hours with AI-based Meta Analysis

Metabob is the only tool for visualizing and reviewing Python code for hidden errors and performance sinks.

public-apis

Trending repository

Trending repository

🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。

  • Updated Aug 16, 2021
  • Java

Trending repository

glozow
glozow commented Aug 11, 2021

RPCs that return detailed information about mempool entries (e.g. getmempoolentry and getrawmempool(verbose=True) include the fields fee, modifiedfee, descendantfees, and ancestorfees which were marked as "DEPRECATED" and replaced with a fees object field in #12240 (since v0.17).

We should remove these fields, but first, properly deprecate them using -deprecatedrpc.

Usef

javascript-questions

Trending repository

oldbootz
oldbootz commented Aug 6, 2020

Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').

Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.

App recommended by GitHub

DeepScan

Tired of the troubles with JavaScript? DeepScan can help you.

DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.

You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.