-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
ead69b441080825781ba62c0bc886f4f4b9f9ac5
### Other Environment Infor…
-
Mô tả công việc:
- Xây dựng nền tảng tiền điện tử toàn cầu trên blockchain dành cho doanh nghiệp.
- Tối ưu hóa dịch vụ để đảm bảo các yêu cầu về bảo mật, hiệu suất và khả năng mở rộng
Yêu cầu:
-…
-
-
## History:
As said in the discussion starting on https://github.com/google/grumpy/pull/243#issuecomment-292009268, the Python tests does not count over `make cover` report.
Personally, this hin…
-
> Also I think we won't use web3 in CLI at all. I'd rather use eth_call via EtherScan HTTP API. That's why I specified Bash as a viable solution. All we need to do in the first version is:
>- comput…
biern updated
7 years ago
-
### What version of Go are you using (`go version`)?
1.10.3
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`g…
-
Running this stupid microbenchmark on linux/amd64, with different version of Go.
http://play.golang.org/p/5U0i26sA8U
```
package main
// int rand() { return 42; }
import "C"
import "testing"
func …
minux updated
5 years ago
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16.4 linux/amd64
I also checked go1.14 and go1.15 by docker image.
### Does this issue reproduce with t…
-
With the recent refactoring of code, the tests for authentication and authorization were removed. We should refactor and put these tests back.
Previous tests are found [here](https://github.com/sp…
-
Benchmark functions can call Log, Error and Fatal, but if the benchmark is run with the Benchmark function, all messages are discarded.
https://play.golang.org/p/fd5Ed-il70V
Perhaps the messages…