Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gnovm): add gno fuzz for gno test #3441

Closed
wants to merge 62 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0f74272
crash-check
rlaau Nov 29, 2024
abb931a
reflect Tf
rlaau Nov 29, 2024
f159794
simulate coverage
rlaau Dec 1, 2024
c17e9ca
counting sort
rlaau Dec 1, 2024
9313db1
pushed
rlaau Dec 4, 2024
9c5e3f6
protoType
pluto1011 Dec 5, 2024
b9fb97b
Merge pull request #1 from pluto1011/master
rlaau Dec 5, 2024
e6ccbea
data structrue complete
rlaau Dec 5, 2024
a4412dc
99%test
pluto1011 Dec 5, 2024
c6bd500
Merge pull request #2 from pluto1011/master
rlaau Dec 5, 2024
0635997
good
rlaau Dec 5, 2024
0fe973f
유전 알고리즘 정상화
rlaau Dec 6, 2024
65a213e
genom alg
rlaau Dec 7, 2024
15ff5c4
statemachine의 자료구조 설정 완료
rlaau Dec 8, 2024
e177cae
.
rlaau Dec 8, 2024
26b2b1d
fixed genom_alg
rlaau Dec 9, 2024
8343a89
Delete gnovm/stdlibs/testing/craash_catch_test directory
rlaau Dec 9, 2024
c14c567
Delete gnovm/stdlibs/testing/crashing directory
rlaau Dec 9, 2024
c33face
Delete gnovm/stdlibs/testing/generate directory
rlaau Dec 9, 2024
5c6678f
Delete gnovm/stdlibs/testing/pseudo_coverage directory
rlaau Dec 9, 2024
250f19c
Delete gnovm/stdlibs/testing/queue directory
rlaau Dec 9, 2024
2a13333
Delete gnovm/stdlibs/testing/runner directory
rlaau Dec 9, 2024
192f49a
Delete gnovm/stdlibs/testing/string_simulator directory
rlaau Dec 9, 2024
797f24e
sync
rlaau Dec 9, 2024
eff3460
good
rlaau Dec 9, 2024
d62b5ec
오류 없음. 현재 포멧팅 중
rlaau Dec 9, 2024
4bd26ea
misc genstd mapping.go 수정
rlaau Dec 22, 2024
1d92669
ㅠㅠㅠㅠㅠㅠ
rlaau Dec 22, 2024
c7c9cf2
망가지기 직전 스냅샷
rlaau Dec 22, 2024
21c0c09
로컬 end
rlaau Dec 22, 2024
143b396
몇 가지 수정
rlaau Dec 23, 2024
5886dce
added Add
rlaau Dec 23, 2024
45b049b
유전알고 수정
rlaau Dec 23, 2024
4eb3f7e
유전알고 for rune 완성
rlaau Dec 23, 2024
7d482dc
float 하기
rlaau Dec 24, 2024
3a2afaf
유전 알고리즘 완성
rlaau Dec 25, 2024
06d3281
싱글톤 수정
rlaau Dec 25, 2024
e565148
기반함수 끝
rlaau Dec 25, 2024
933f86e
해싱 완성
rlaau Dec 25, 2024
212fe8a
코디네이팅 추가
rlaau Dec 26, 2024
e973afb
거의 끝
rlaau Dec 27, 2024
b82a2f8
옮긴 직후
rlaau Dec 27, 2024
2268efd
아마도 로컬 에러
rlaau Dec 27, 2024
143cc1b
하ㅏㅏㅏㅏㅏㅏㅏ
rlaau Dec 27, 2024
08fcecf
파일 분리
rlaau Dec 28, 2024
fd4ff66
no error
rlaau Dec 28, 2024
53e881f
functions first
pluto1011 Dec 30, 2024
6f93a71
오류 없음. 스냅샷 시작
rlaau Dec 31, 2024
d1505a9
구조 완성
rlaau Jan 2, 2025
4b93b18
strong commit
rlaau Jan 2, 2025
b11946e
Merge pull request #4 from pluto1011/master
rlaau Jan 2, 2025
de7410d
cmd
rlaau Jan 2, 2025
45a1af4
cmp
rlaau Jan 2, 2025
7c32bda
cmd제외 끝
rlaau Jan 2, 2025
ef0dae7
cmd
rlaau Jan 4, 2025
2960a5c
완성
rlaau Jan 4, 2025
5f1c3d9
complete
rlaau Jan 4, 2025
741186c
파일 몇개 삭제
rlaau Jan 4, 2025
c62dc9d
fix
rlaau Jan 4, 2025
dc2828d
wto
rlaau Jan 5, 2025
b82403c
to eng
rlaau Jan 5, 2025
0f5599f
feat: add gno fuzz and fuzz cli
rlaau Jan 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 122 additions & 0 deletions acas
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
1d926698 (HEAD -> master, origin/master, origin/HEAD) ㅠㅠㅠㅠㅠㅠ
4bd26ea5 misc genstd mapping.go 수정
d62b5ec6 오류 없음. 현재 포멧팅 중
eff34600 good
797f24ee sync
192f49aa Delete gnovm/stdlibs/testing/string_simulator directory
2a13333e Delete gnovm/stdlibs/testing/runner directory
250f19ca Delete gnovm/stdlibs/testing/queue directory
5c6678f3 Delete gnovm/stdlibs/testing/pseudo_coverage directory
c33face8 Delete gnovm/stdlibs/testing/generate directory
c14c5675 Delete gnovm/stdlibs/testing/crashing directory
8343a89e Delete gnovm/stdlibs/testing/craash_catch_test directory
26b2b1db fixed genom_alg
e177caeb .
15ff5c4e statemachine의 자료구조 설정 완료
65a213e1 genom alg
0fe973ff 유전 알고리즘 정상화
0635997e good
c6bd5009 Merge pull request #2 from pluto1011/master
a4412dc5 99%test
e6ccbea1 data structrue complete
b9fb97be Merge pull request #1 from pluto1011/master
9c5e3f68 protoType
9313db14 pushed
c17e9caf counting sort
f159794d simulate coverage
abb931a6 reflect Tf
0f74272d crash-check
f27b1827 fix: bit shifting const expr overflow (#3192)
30aac2a8 feat(gnovm): returns error like in Golang when assignment with a function which does not return any value (#3049)
a723673b chore: revert "fix(portal-loop): hotfix revert "chore: rename r/manfred -> r/moul (#2820)" (#2865)" (#3024)
2f162b44 chore: remove ancient docker integration in `misc` (#3172)
c6f8dd4e fix: const conversions for 32 bits (#3186)
d0493dff fix: typed const conversion validation (#3117)
77e66061 fix: invoke user recover with implicit panics (#3067)
b3e4aed7 chore: (portal loop): Fixing Portal loop prod config (#3181)
139ba068 chore: sync portal loop machine and `gnolang/gno` repo (#3173)
db1d6990 feat: r/docs/home -> r/docs (#3175)
4d803786 docs(std/testing): fix NewUserRealm reference usage (#3178)
549da06d chore(otel): Open Telemetry metrics fixed and provided with demo example (#3038)
dc65f912 feat(gnovm): sync code AssignStmt - ValueDecl (#3017)
7718bc37 feat(p/int256): Optimize `int256` with two's complement implementation (#2846)
889082fa feat(examples): add source code view doc, add `r/` README (#3163)
7e5de12c chore: move `hof` under `r/leon` (#3167)
2c323f48 ci: only run fossa action on workflow_dispatch (#3125)
4646ae67 feat: add r/docs/home (#3160)
732bb0bc refactor: remove useless code and fix a test (#3159)
7188b1cd feat: add gnohealth cli tool (#3158)
b3800b7d feat(examples): mirror realm (#3156)
1e2929bb feat: bump codecov to v5 (#3152)
02467612 fix: branch stmts (#3043)
6a13619d feat(examples): add hello_world, update `r/demo/event` (#3130)
a1a7cb3a feat: add bug label automatically to the bug report template (#3132)
a1812af6 feat: add p/moul/mdtable (#3100)
6c5329d7 docs(gno-js): Add provider instantiation docs (#2427)
38736e75 chore(deps): bump the actions group across 1 directory with 2 updates (#3114)
1993c69c feat(examples): hall of fame (#2842)
6c3cc029 chore(examples): update README (#3116)
bd1d76e0 feat(examples): add haystack package and realm (#3082)
3bb666c0 feat(examples): grc20 refactor (#2983)
36cdadb8 feat: add r/sys/params + params genesis support (#3003)
60304df0 chore(p/grc721): Distinct Event Types for GRC721 Functions (#3102)
5b64aa9a feat: add initial `test5.gno.land` deployment (#3092)
5f85d50e feat: add p/moul/realmpath (#3094)
4f27a572 fix(cmd/gno/clean): allow to run `gno clean -modcache` from anywhere + rename and use `gnomod.ModCachePath` + tmp `GNOHOME` in main tests (#3083)
da79c846 test(ci): coverpkg=gno.land/... for txtar tests (#3088)
d73b6c6d ci: add go caching (#3091)
7ef606ce fix(gnovm): prevent assignment to non-assignable expressions (#2896)
9129e4e9 fix(gnovm): don't print to stdout by default (#3076)
81a88a29 feat: add p/avl/pager (#2584)
e2e94353 chore: `s/Gno.land/gno.land/g` (#3047)
2173b49d feat(examples): add `r/demo/daoweb` realm (#3074)
9dad8f18 fix(simpledao): reject invalid voting options (#3077)
724ffc99 ci: add a stale bot for PRs (#2804)
f2928f1c test(cmd/gno): prevent nil deref in testMainCaseRun (#3071)
538ebff9 feat: change `gnoweb` to add URL query string to render path (#2876)
367408af chore: fix lint issues from `go vet` (#3069)
9096ef4e fix(tm2): rename methods to avoid conflicts with (un)marshaler interfaces (#3000)
95df7b0c chore: tidy `misc/loop` mod (#3065)
e3995b97 chore: update `tx-archive` in portal loop (#3064)
879041fc feat: add `contribs/gnomigrate` (#3063)
c776e32b feat: support metadata for genesis txs (#2941)
af057801 ci: publish master Docker images without `--snapshot` flag (#3057)
28733546 test(gnovm): indented json on filetests's Events: directives (#3055)
8ec556e6 fix(gnovm): forbid star expression when value is nil (#3053)
e9640ef5 test(gno.land): add unit tests for sdk/vm.vmHandler (#2459)
494976da feat(p/json): remove unnecessary code and optimize (#2939)
850182ca fix(gnovm): forbid star expression when value is not a pointer (#2984)
9786fa36 chore: put replaces on gnolang/gno for all go.mods (#3046)
ed919917 chore: remove install.gnogenesis from root makefile (#3045)
2a2be394 feat: `r/gov/dao` v2 (#2581)
12bd8da5 chore: move `gnoland genesis` to `contribs/gnogenesis` (#3041)
d03581ed ci: don't test verbosely (#3026)
534e6523 docs: fix tm2 broken link (#3034)
2838ad1a ci: add workflow to ensure go.mod files are tidied (#3025)
cfbaff2a ci: benchmark only BenchmarkBenchdata (#3007)
49e718c0 feat: add `p/moul/txlink` + `p/moul/helplink` (#2887)
b849b5a8 ci: run gno test with --print-runtime-metrics (#2979)
603f6d3a chore: relocate tm2/std.MemFile in gnovm/std (#2910)
0b2c67ed fix(gnolang): ensure complete Uverse initialization (#2997)
a478348d chore: remove CODEOWNERS (#3022)
287c22ec fix(gnovm): fix issue with locally re-definition (#3014)
520195e3 feat(stdlibs/std): prohibit getting Banker from a pure package (#2248)
c2aef422 ci: fix goreleaser ci again again (#3010)
4927d4b0 ci: fixup goreleaser workflow, again (#3008)
a2e5c3dd ci: remove unused goreleaser files, ignore chain/ tags (#3004)
f4c4204c feat(gnovm): add 'gno test -print-events' + cleanup machine between tests (#2975)
d9617858 test(stdlibs/io): add additional test (#2898)
5e718378 test(p/uint256): Increase Test Coverage for `uint256` Package (#2931)
247f2c63 feat(ghverify): emit event when user request verification (#2778)
e34a8f7e fix(tm2): enable coin benchmark tests after fixing panic error (#2884)
43dd3f33 feat(tm2): add sdk/params module (#2920)
1a57e81f feat(gnovm): handle loop variables (#2429)
5c876f37 chore(codecov): ignore generated files (#2998)
ec222ec8 feat(examples): add interactive realm `r/stefann/home` (#2918)
4b687129 fix(crypto/keys): in dbKeybase.writeInfo, if replacing a name entry, remove the lookup by the old address (#2685)
47fb3890 chore(deps): bump the actions group across 1 directory with 2 updates (#2995)
11541727 chore: remove vmkeeper.maxcycles (#2993)
8417ca43 chore: remove misc/logos (#2965)
af169ffd fix(ghverify): fix avl tree iteration in `Render` and `GetFeedDefinitions` (#2933)
88a0c4e4 fix(gonative): add constant information when we define a go native value (#2848)
13dfd218 chore(pages): update bounty Ter
Binary file added gnovm/cmd/gno/gno
Binary file not shown.
Loading
Loading