Zubin
d3f9d785f8
Website: Amend /docs/developers/dapp-developer/native: ( #27880 )
...
* Amend /docs/developers/dapp-developer/native:
1. Fix type
2. Fix slice of common.Hash slice syntax.
3. Clarify how the hex string for the Transfer event is computed so the code matches with the description.
* Incorporate feedback on PR + update code for blocknum typecasting
1 year ago
Delweng
e9b4a9cbdd
docs/interacting-with-geth/rpc: don't set header for Example,Parameters ( #27892 )
...
* docs/interacting-with-geth/rpc: don't set header for Example,Parameters
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc: Example,Parameters in bold text
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc: Usage,Response the same ad Example
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/pubsub: fix some json typo
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/debug: with blod text
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/eth,personal: typo
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/pubsub: rm comments in code
Signed-off-by: jsvisa <delweng@gmail.com>
* ns-eth: curl with bash type
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
1 year ago
Ardis Lu
3c41789451
website: fix typos
1 year ago
Delweng
1afde8ffda
website: add jsonrpc: "2.0" in requests ( #27284 )
2 years ago
Sina Mahmoodi
f54991a5c8
website: details for diffMode of prestateTracer ( #27210 )
...
tracing: add details about diff mode of prestateTracer
2 years ago
Manas Nagaraj
41ecd256ed
website: rectifed RPC connection docs ( #27215 )
...
* website: rectified RPC connect docs
* Update docs/developers/dapp-developer/native-bindings.md
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2 years ago
Tim Qian
66ef43ecd7
[website]: Fix 404 links ( #26684 )
2 years ago
Vegard Stikbakke
3954559b0a
[website] fix list in docs section Custom Javascript tracing ( #26661 )
2 years ago
omahs
19bc8bcdb2
[website] fix typos ( #26615 )
...
Fixes various typos
2 years ago
Joe
80bd48438c
add spacing between note and text
2 years ago
Joe
b04b6f03ac
fix broken link
2 years ago
Joseph Cook
cb1b2c1e83
[website]: update page on mobile development ( #26602 )
...
Updates developers/mobile due to the removal of mobile support from geth in #26601 .
2 years ago
Lefort
964a5c7734
gethclient: fix typo ( #26543 )
...
Fix `CreateAccessList()` gethclient typo
2 years ago
Lefort
1ea58c3569
Update native.md ( #26537 )
...
Fix typo
2 years ago
nullbitx8
b4c81b3274
[website] fix typo ( #26468 )
...
docs, typo: one letter
2 years ago
Joe
4464c02b89
update README and contributing page
2 years ago
Paul Wackerow
b285c11671
Add missing redirect ( #197 )
...
* add missing redirect
* fix: contributing links
Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
2 years ago
Nicolás Quiroz
bc1bdfbb44
fix: private network path
2 years ago
Paul Wackerow
eec473187d
remove extra whitespace
2 years ago
Joe
a98b52709f
add some basic pagination to landing pages
2 years ago
Sam Richards
8b0d037f6a
Fix broken docs links ( #175 )
...
* Fix broken docs links
* Update docs/fundamentals/backup-restore.md
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2 years ago
Joseph Cook
0051501bc5
docs: move some pages ( #169 )
...
Moves a few pages to new locations based on feedback from Geth team.
Co-authored-by: Felix Lange <fjl@twurst.com>
2 years ago
Marius van der Wijden
61214ee283
Update code-review-guidelines.md
...
Removing this whitespace might make the final page look cleaner (Not as much whitespace between terminology and process)
2 years ago
Marius van der Wijden
50254f6e80
Update contributing.md
2 years ago
Joshua
27769604a3
Fix Ethereum and GitHub typos
2 years ago
Corwin Smith
0b9ff8b1e6
Create docs navigation sidebar ( #40 )
...
* crawl files and create directory tree for sidebar
* dropdown
* Working on dropdown links and styling
* setup header nav
* Styles
* DocumentNav sidebar done
* wrap up header sidebar
* setup top level nav
* update root level data and fix link bug
* doc links yaml
* nav links for docs
* remove character
* prettier
* fix build error
* MDX style
* Update src/components/UI/docs/DocsLinks.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
* Abstract LinksList component into its own file
* change requests
* AccordionButton styles
* AccordionButton styled
* fix broken links
* prettier
* prettier
* fix broken default code snippet
* fix accordion spacing
* fix gap at top of DocsNav lg
* fix but of persistent header link
* remove test content
* setup Notes and prettier
* rehype
* Note component
* Note font styling
* convert old notes to use component
* Breadcrumb cleanup and prettier
* MDXComponents -> MDComponent and documentation
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2 years ago
Joe
394f1b07e6
fix links and typos
2 years ago
Joe
2d59711d13
standardize code snippets
2 years ago
Nicolás Quiroz
91dd04faa2
feat: All releases downloads ( #46 )
...
* chore: update constants
* feat: add releases data utils
* chore: add fast-xml-parser
* chore: update types
* feat: fetch & parse all releases data
* chore: update utils
* wip: use real data on DataTable
* chore: update yarn.lock
* fix: getReleaseCommitHash
* feat: filter data per downloads tab
* chore: update DownloadsTable
* chore: update DownloadsTable Props
* fix: getReleaseArch.ts
* feat: add fetchXMLData util
* feat: add fetchLatestReleaseCommit util
* feat: add getSortedReleases util
* chore: comment wip primary release feature
* fix: fetchXMLData
* chore: add netlify.toml
* fix: total number of releases count
* fix: center showing latest releases text and use smaller font
* chore: prettier
* chore: update textStyles
* fix: merge conflicts
2 years ago
Joe
7af02a2d04
update tracing docs
2 years ago
Joe
d37b803f62
add page ids
2 years ago
Joe
dd4929f40d
various content updates
2 years ago
Corwin Smith
5c949d0869
fix a bunch of paths
2 years ago
Corwin Smith
10a0a3680a
setup template to render for docs
2 years ago