Tres

Results 7 issues of Tres

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? Register rule with unexisted contract address ### 2. What did you expect...

bug
good first issue
help wanted

## Bug Report ### 1. What did you do? Test tps of bitxhub. ### 2. What did you expect to see? no error ### 3. What did you see instead?...

bug

I followed `cli.md` and encountered some error when `npm run build`: ``` $ npm run build > [email protected] build > tsc && copyfiles "json/**/*.json" dist && copyfiles "tests/**/*.json" dist &&...

Python Verseion: `3.9.4` Error logs: ``` (py3_9) ✘ treaser@MacBook-Plou  ~  ghtopdep https://github.com/trufflesuite/truffle ⠼ Fetching information about repositoriesTraceback (most recent call last): File "/Users/treasersmac/opt/anaconda3/envs/py3_9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 696, in urlopen self._prepare_proxy(conn)...

### What I'm trying to achieve python manage.py runserver 0.0.0.0:8000 ### Steps to reproduce the problem 1. python manage.py runserver 0.0.0.0:8000 2. ### What I expected to happen start successfully...

bug

There seems No.20 slide is missing...

I found in `request.go`: ```go func (r *Request) Send(c *http.Client) (*Response, error) { // snip if resp.StatusCode >= http.StatusBadRequest { // snip io.Copy(ioutil.Discard, resp.Body) resp.Body.Close() } } ``` when developer...

need/triage