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

Feat: Configurable RPC Apis #349

Merged
merged 29 commits into from
Jul 26, 2021
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f65707c
fix confusing name
crypto-facs Jul 22, 2021
84d475d
feat: Enable configurable grpc apis
crypto-facs Jul 23, 2021
6fb66fe
docs: Update docs and changelog
crypto-facs Jul 23, 2021
89416b5
Organized flags order
crypto-facs Jul 23, 2021
e097d36
merge conflicts
crypto-facs Jul 25, 2021
b65d49a
fix linter
crypto-facs Jul 25, 2021
ce5087d
fix linter
crypto-facs Jul 25, 2021
144b388
fix maligned struct
crypto-facs Jul 25, 2021
c131a06
Merge branch 'main' into configurable-rpcs
crypto-facs Jul 25, 2021
073aa9d
fix typo in docs
crypto-facs Jul 26, 2021
2929380
fix unnecesary duplicate
crypto-facs Jul 26, 2021
1c50243
Update cmd/ethermintd/config/config.go
crypto-facs Jul 26, 2021
dcebdc0
Update cmd/ethermintd/config/config.go
crypto-facs Jul 26, 2021
ebfb6de
Update cmd/ethermintd/config/config.go
crypto-facs Jul 26, 2021
2d93d8e
Update docs/basics/json_rpc.md
crypto-facs Jul 26, 2021
960cb40
fix eth to be manage as default
crypto-facs Jul 26, 2021
3010993
Update init.sh
crypto-facs Jul 26, 2021
ac03109
Update tests/solidity/init-test-node.sh
crypto-facs Jul 26, 2021
bb6bfa4
add default case
crypto-facs Jul 26, 2021
6ce870b
Merge branch 'configurable-rpcs' of github.com:crypto-facs/ethermint …
crypto-facs Jul 26, 2021
277bce6
add default enable api namespaces
crypto-facs Jul 26, 2021
5048f20
update changelog
crypto-facs Jul 26, 2021
d9a0ace
fix namespaces array handler
crypto-facs Jul 26, 2021
3c4032a
remove duplicated changelog
crypto-facs Jul 26, 2021
43b0f7b
fix typo
crypto-facs Jul 26, 2021
bb9aa27
remove duplicates namespaces and fix eth namespace issue
crypto-facs Jul 26, 2021
129f154
fix variable name
crypto-facs Jul 26, 2021
4e554bf
break line in docs
crypto-facs Jul 26, 2021
994b817
Merge branch 'main' into configurable-rpcs
fedekunze Jul 26, 2021
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
Prev Previous commit
Next Next commit
Update tests/solidity/init-test-node.sh
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
  • Loading branch information
crypto-facs and fedekunze authored Jul 26, 2021
commit ac03109c2bc058bdb3607a252fe36125a7bb63a1
2 changes: 1 addition & 1 deletion tests/solidity/init-test-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ethermintd collect-gentxs
ethermintd validate-genesis

# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
ethermintd start --pruning=nothing --rpc.unsafe --keyring-backend test --trace --log_level info --evm-rpc.api txpool,personal,net,debug,web3
ethermintd start --pruning=nothing --rpc.unsafe --keyring-backend test --trace --log_level info --evm-rpc.api eth,txpool,personal,net,debug,web3