Skip to content

Commit

Permalink
fix(gnovm): add fuzz CLI, and modified the annotation and variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaau committed Jan 9, 2025
1 parent de60c17 commit 2d1a744
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 0 deletions.
258 changes: 258 additions & 0 deletions e -i HEAD~3
Original file line number Diff line number Diff line change
@@ -0,0 +1,258 @@
commit 4b89e29c872d679d4e4aacca441cc9c4e112a64b (HEAD -> master, origin/master, origin/HEAD)
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:24:21 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit a9ff9df62ae94cf924142f2a2ec9c3008b147183
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:19:54 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit 6f02f89350b568a6f2bae730f3ff6489667ef2be
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:15:46 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit 52504c02e377ad61faf5f4a8c4de972c2b57c7e6
Author: rlaau <[email protected]>
Date: Thu Jan 9 08:53:14 2025 +0900

주석 일단 작성은 완료

commit 33f2bc2fc5f06e7252b9ae478d1df8feaa2222d1
Author: rlaau <[email protected]>
Date: Thu Jan 9 08:29:09 2025 +0900

fixed annotation

commit 72bafe8b9502f66a9543b77c5895283bc4944d05
Author: rlaau <[email protected]>
Date: Thu Jan 9 05:52:18 2025 +0900

fixed error

commit 252971d7189a9e7b4d10cfaae27b12b671d71d25
Author: rlaau <[email protected]>
Date: Wed Jan 8 20:04:07 2025 +0900

changing annotation

commit 438a83d745b7f58ffe7947ee2e9bff07957b17c2
Author: rlaau <[email protected]>
Date: Wed Jan 8 16:57:49 2025 +0900

berfoe fix hn

commit e52a7bcd2a0899da7305d7457362ab3dd6f8f772
Author: rlaau <[email protected]>
Date: Wed Jan 8 03:29:20 2025 +0900

코드 배치도 끝

commit 8fa044e93fc6aa6c8e00f5bbe8adb778f730df31
Author: rlaau <[email protected]>
Date: Wed Jan 8 03:06:34 2025 +0900

변수 변경 완료

commit a85f7f0a17e3919b3c9b5b89508869bcc71ace17
Author: rlaau <[email protected]>
Date: Wed Jan 8 02:52:27 2025 +0900

변수 이름 변경 1. 소문자 변경시키기

commit e0289f252b7a27c08747a05d90f16cd808afed39
Author: rlaau <[email protected]>
Date: Tue Jan 7 18:27:59 2025 +0900

logger

commit 8428c00438160f433ba4a638135739964b58bc74
Author: rlaau <[email protected]>
Date: Tue Jan 7 17:35:37 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit e3b033cdf284853b176becf87f09fb67762959c7
Author: rlaau <[email protected]>
Date: Tue Jan 7 17:26:15 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 612a264fb2221b15087c1af2523dc81b2bc303ee
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:48:50 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 1525bf6f3c90b7404ac7cd59db0422244f42ce4b
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:31:54 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 436478c8e97d9cd90351975f8789aa2ef9064f16
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:00:50 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit c6d9618c321a23a9d1dab9ed50ee9022ef3dd2ee
Author: rlaau <[email protected]>
Date: Tue Jan 7 09:19:53 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit b4b359dba5426b252bf43e8fac925969aad62d4d
Author: rlaau <[email protected]>
Date: Mon Jan 6 14:34:00 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit f45bcf588da49b5903c64f7d72979e29b349b9a4
Author: rlaau <[email protected]>
Date: Mon Jan 6 14:23:14 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit 6c503bf459a513e61aef755815e25da79c1e85e4
Author: rlaau <[email protected]>
Date: Mon Jan 6 13:43:24 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit e38cf6f74b01e7f055f0f16493d9e6dc3c47be70
Author: rlaau <[email protected]>
Date: Mon Jan 6 13:41:00 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit beb48e7fa52c4e3ff725d5228c4dac01386dbf1a (upstream/master)
Author: Manfred Touron <[email protected]>
Date: Tue Dec 31 09:55:18 2024 +0100

feat(examples): add moul/ulist (#3407)

- [x] Depends on #3404 (cherry-picked)

Replaces #3402
Related with #3321

---------

Signed-off-by: moul <[email protected]>

commit 597f3f5cb18a5df4d8bbe00af66ecbe8c231592a
Author: Manfred Touron <[email protected]>
Date: Sat Dec 28 08:38:32 2024 +0100

chore: add r/demo/tests/test20 + add grc20.TokenGetter to reduce boilerplate when using grc20reg (#3397)

- add `r/demo/tests/test20`
- add `grc20.TokenGetter` to reduce boilerplate when using
`grc20reg.Register(...)`

Replaces #2549
Continues #3135

Signed-off-by: moul <[email protected]>

commit b6a4aab10a5e4b6a9ae292d52b592e6abd512e0c
Author: Manfred Touron <[email protected]>
Date: Fri Dec 27 23:22:04 2024 +0100

fix(examples): run 'make fmt' (#3415)

Fixes the CI
Addresses #3410

---------

Signed-off-by: moul <[email protected]>

commit 3fd557173bd2f9062bcca741d5507a918d73d36b
Author: Manfred Touron <[email protected]>
Date: Fri Dec 27 04:52:30 2024 +0100

feat(examples): add moul/typeutil (#3404)

Extracted from #3299

Signed-off-by: moul <[email protected]>

commit 07099844016a121f66890b762cc5ed2f06fb1c99
Author: Nemanja Matic <[email protected]>
Date: Thu Dec 26 22:49:08 2024 -0500

feat(examples): Add Nemanya's Home Realm to Examples (#3410)

## Overview

This home realm allows users to donate GNOT to support Web3 projects,
with dynamic content updates, text art, and a sponsor leaderboard. The
code is easy to understand and copy, making it a great example. It also
serves as an informative introduction to myself for ecosystem users.

## Key Features:

- **Text Art Rendering:**
- Introduced a feature to display text art in codeblocks, offering a
visually appealing and customizable way to present content on the home
realm page.

- **Content Customization:**
- Admin can easily update the contents of the page, including sections
like "About Me," "Sponsor Information," and social media links, giving
them full control over the realm’s presentation.

- **GNOT Donation System for Projects:**
- Integrated a GNOT donation system, enabling users to sponsor specific
Web3 projects. Donations are displayed on the project pages, showcasing
the support of the community.

- **Sponsor Tracking and Display:**
- Added functionality to track and display the sponsors for each
project, allowing donors to see the impact of their contributions.

## Realm appearance


![image](https://github.com/user-attachments/assets/843e94af-0694-475d-aea9-92aeb3b66f4f)

![image](https://github.com/user-attachments/assets/679c0bc4-1797-4da5-980e-1a3718bb538f)

Co-authored-by: Nemanya21 <[email protected]>

commit ea3231583ff07e944b31363d26fb9aabf955ea54
Author: Lee ByeongJun <[email protected]>
Date: Thu Dec 26 02:00:50 2024 +0900

feat(stdlibs): add `encoding`, `encoding/{base32,binary,csv}` (#1290)

- [X] `encoding`
- [X] `encoding/base32`
- [X] `encoding/binary`
- [X] `encoding/csv` : Due to the `reflect` does not implemented yet,
skipped `fuzz`
---
1. `encoding/asn1`: better after `reflection`

related to:
- https://github.com/gnoswap-labs/gno/issues/7
- https://github.com/gnolang/gno/issues/1267

depends-on:

- #3296
- #3298

---------

Co-authored-by: Morgan Bazalgette <[email protected]>
Co-authored-by: ltzmaxwell <[email protected]>

commit 6f7c6770591d4e02dcce596d760ef169ff503db0
Author: Morgan <morg
125 changes: 125 additions & 0 deletions git rebase -i HEAD~3
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
commit 4b89e29c872d679d4e4aacca441cc9c4e112a64b (HEAD -> master, origin/master, origin/HEAD)
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:24:21 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit a9ff9df62ae94cf924142f2a2ec9c3008b147183
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:19:54 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit 6f02f89350b568a6f2bae730f3ff6489667ef2be
Author: rlaau <[email protected]>
Date: Thu Jan 9 19:15:46 2025 +0900

fix(gnovm): add fuzz CLI, and modified the annotation and variable names

commit 52504c02e377ad61faf5f4a8c4de972c2b57c7e6
Author: rlaau <[email protected]>
Date: Thu Jan 9 08:53:14 2025 +0900

주석 일단 작성은 완료

commit 33f2bc2fc5f06e7252b9ae478d1df8feaa2222d1
Author: rlaau <[email protected]>
Date: Thu Jan 9 08:29:09 2025 +0900

fixed annotation

commit 72bafe8b9502f66a9543b77c5895283bc4944d05
Author: rlaau <[email protected]>
Date: Thu Jan 9 05:52:18 2025 +0900

fixed error

commit 252971d7189a9e7b4d10cfaae27b12b671d71d25
Author: rlaau <[email protected]>
Date: Wed Jan 8 20:04:07 2025 +0900

changing annotation

commit 438a83d745b7f58ffe7947ee2e9bff07957b17c2
Author: rlaau <[email protected]>
Date: Wed Jan 8 16:57:49 2025 +0900

berfoe fix hn

commit e52a7bcd2a0899da7305d7457362ab3dd6f8f772
Author: rlaau <[email protected]>
Date: Wed Jan 8 03:29:20 2025 +0900

코드 배치도 끝

commit 8fa044e93fc6aa6c8e00f5bbe8adb778f730df31
Author: rlaau <[email protected]>
Date: Wed Jan 8 03:06:34 2025 +0900

변수 변경 완료

commit a85f7f0a17e3919b3c9b5b89508869bcc71ace17
Author: rlaau <[email protected]>
Date: Wed Jan 8 02:52:27 2025 +0900

변수 이름 변경 1. 소문자 변경시키기

commit e0289f252b7a27c08747a05d90f16cd808afed39
Author: rlaau <[email protected]>
Date: Tue Jan 7 18:27:59 2025 +0900

logger

commit 8428c00438160f433ba4a638135739964b58bc74
Author: rlaau <[email protected]>
Date: Tue Jan 7 17:35:37 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit e3b033cdf284853b176becf87f09fb67762959c7
Author: rlaau <[email protected]>
Date: Tue Jan 7 17:26:15 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 612a264fb2221b15087c1af2523dc81b2bc303ee
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:48:50 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 1525bf6f3c90b7404ac7cd59db0422244f42ce4b
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:31:54 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit 436478c8e97d9cd90351975f8789aa2ef9064f16
Author: rlaau <[email protected]>
Date: Tue Jan 7 16:00:50 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit c6d9618c321a23a9d1dab9ed50ee9022ef3dd2ee
Author: rlaau <[email protected]>
Date: Tue Jan 7 09:19:53 2025 +0900

fix(gnovm): add fuzz cli and delete pkg/mod files

commit b4b359dba5426b252bf43e8fac925969aad62d4d
Author: rlaau <[email protected]>
Date: Mon Jan 6 14:34:00 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit f45bcf588da49b5903c64f7d72979e29b349b9a4
Author: rlaau <[email protected]>
Date: Mon Jan 6 14:23:14 2025 +0900

feat(gnovm): add fuzz and fuzz cli

commit 6c503bf459a513e61aef755815e25da79c1e85e4
Author: rlaau <[email protected]>
Date: Mon Jan 6 13:43:24 2025 +0900

feat(gnovm): add fuzz and fuzz cli

0 comments on commit 2d1a744

Please sign in to comment.