From 74a13d0ad37db1aecccea9397049e12a96327981 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 14 Mar 2025 01:06:45 +0800 Subject: [PATCH] hello, world --- .gitignore | 3 +++ .../audits/2017-04-25_Geth-audit_Truesec.pdf | Bin {docs => doc}/audits/2018-09-14_Clef-audit_NCC.pdf | Bin .../2019-10-15_Discv5_audit_LeastAuthority.pdf | Bin .../audits/2020-01-24_DiscV5_audit_Cure53.pdf | Bin .../postmortems/2021-08-22-split-postmortem.md | 0 doc/study_state_machine.md | 7 +++++++ 7 files changed, 10 insertions(+) rename {docs => doc}/audits/2017-04-25_Geth-audit_Truesec.pdf (100%) rename {docs => doc}/audits/2018-09-14_Clef-audit_NCC.pdf (100%) rename {docs => doc}/audits/2019-10-15_Discv5_audit_LeastAuthority.pdf (100%) rename {docs => doc}/audits/2020-01-24_DiscV5_audit_Cure53.pdf (100%) rename {docs => doc}/postmortems/2021-08-22-split-postmortem.md (100%) create mode 100644 doc/study_state_machine.md diff --git a/.gitignore b/.gitignore index 7000fedd25..7f7b109c38 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,7 @@ profile.cov # VS Code .vscode +pkg +pkg/* + tests/spec-tests/ diff --git a/docs/audits/2017-04-25_Geth-audit_Truesec.pdf b/doc/audits/2017-04-25_Geth-audit_Truesec.pdf similarity index 100% rename from docs/audits/2017-04-25_Geth-audit_Truesec.pdf rename to doc/audits/2017-04-25_Geth-audit_Truesec.pdf diff --git a/docs/audits/2018-09-14_Clef-audit_NCC.pdf b/doc/audits/2018-09-14_Clef-audit_NCC.pdf similarity index 100% rename from docs/audits/2018-09-14_Clef-audit_NCC.pdf rename to doc/audits/2018-09-14_Clef-audit_NCC.pdf diff --git a/docs/audits/2019-10-15_Discv5_audit_LeastAuthority.pdf b/doc/audits/2019-10-15_Discv5_audit_LeastAuthority.pdf similarity index 100% rename from docs/audits/2019-10-15_Discv5_audit_LeastAuthority.pdf rename to doc/audits/2019-10-15_Discv5_audit_LeastAuthority.pdf diff --git a/docs/audits/2020-01-24_DiscV5_audit_Cure53.pdf b/doc/audits/2020-01-24_DiscV5_audit_Cure53.pdf similarity index 100% rename from docs/audits/2020-01-24_DiscV5_audit_Cure53.pdf rename to doc/audits/2020-01-24_DiscV5_audit_Cure53.pdf diff --git a/docs/postmortems/2021-08-22-split-postmortem.md b/doc/postmortems/2021-08-22-split-postmortem.md similarity index 100% rename from docs/postmortems/2021-08-22-split-postmortem.md rename to doc/postmortems/2021-08-22-split-postmortem.md diff --git a/doc/study_state_machine.md b/doc/study_state_machine.md new file mode 100644 index 0000000000..90613070b0 --- /dev/null +++ b/doc/study_state_machine.md @@ -0,0 +1,7 @@ +# 找到和公链通信的代码 + +# 找到账本 + +# 找到交易代码 + +# 找到币的地址 \ No newline at end of file