Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into no-longer-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jack authored Jun 19, 2024
2 parents ba4c14e + 7c70d9a commit 6758e31
Show file tree
Hide file tree
Showing 290 changed files with 589 additions and 334 deletions.
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/addPeer.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/addPeer' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/datadir.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/datadir' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/exportChain.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/exportChain' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/getSpamThrottlerCandidateList' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/getSpamThrottlerThrottleList' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/getSpamThrottlerWhiteList' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/importChain.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/importChain' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/importChainFromString' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/nodeConfig.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/nodeConfig' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/nodeInfo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/nodeInfo' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/peers.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/peers' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/removePeer.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/removePeer' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/saveTrieNodeCacheToDisk' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/setMaxSubscriptionPerWSConn' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/setSpamThrottlerWhiteList' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/spamThrottlerConfig' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/startHTTP.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/startHTTP' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/startSpamThrottler' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/startStateMigration' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/startWS.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/startWS' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/stateMigrationStatus' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/stopHTTP.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/stopHTTP' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/stopSpamThrottler' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/stopStateMigration' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/code-samples/curl/admin/stopWS.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/admin/stopWS' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/dumpBlock' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/dumpStateTrie' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/getBadBlocks' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/getBlockRlp' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/getModifiedAccountsByHash' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/getModifiedAccountsByNumber' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/printBlock' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/setHead' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/startCollectingTrieStats' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/startContractWarmUp' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/startWarmUp' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/stopWarmUp' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/backtraceAt' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/setVMLogTarget' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/verbosity' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/verbosityByID' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/verbosityByName' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/vmodule' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/chaindbProperty' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/getModifiedStorageNodesByNumber' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/seedHash' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/setMutexProfileFraction' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/storageRangeAt' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/blockProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/cpuProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/mutexProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/setBlockProfileRate' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/startCPUProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/startPProf' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/stopCPUProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/stopPProf' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
curl -X 'POST' \
'https://api.baobab.klaytn.net:8651/debug/writeBlockProfile' \
'https://api.baobab.klaytn.net:8651' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
Expand Down
Loading

0 comments on commit 6758e31

Please sign in to comment.