Daniel Choi
0870a27018
crypto: fix Bip44 derivation path ( #577 )
...
* change derivationpath to geth's const
* fix lint
* change to var
* add hd path and derivation tests
* replace method
* add to tests
* fix test; pr to sdk
* Update types/config.go
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* Update types/config.go
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
* add wrong path/acct test
* use BytesToAddress
* add to changelog
* update tests
* update changelog
* minor comment change
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-10-16 10:51:00 -03:00
dependabot[bot]
13d0d5298c
build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.0 ( #578 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.0.0...v1.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 07:13:49 -03:00
dependabot[bot]
fb6f914f89
build(deps): bump actions/cache from v2.1.1 to v2.1.2 ( #572 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 10:10:21 -03:00
dependabot[bot]
4fadc7306b
build(deps): bump technote-space/get-diff-action from v3.3 to v4 ( #573 )
...
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action ) from v3.3 to v4.
- [Release notes](https://github.com/technote-space/get-diff-action/releases )
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc )
- [Commits](https://github.com/technote-space/get-diff-action/compare/v3.3...d2dec23ebfc4fa59ffad32c31437e6c867c0d6b0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 09:12:21 -03:00
Federico Kunze
1d0412febc
docs: ethermint resources ( #570 )
2020-10-10 08:48:23 -03:00
Federico Kunze
d0456e546e
ChainSafe/ethermint -> cosmos/ethermint renaming ( #569 )
...
* ChainSafe/ethermint -> cosmos/ethermint renaming
* more renaming
* chainsafe
2020-10-09 17:52:32 +02:00
Federico Kunze
4e01da905a
crypto: refactor for stargate ( #559 )
...
* changelog
* update changelog
* crypto: refactor for stargate
* fixes
* fix keys
* changelog
2020-10-06 20:57:55 +02:00
Justin Thompson
e7a19a1c0a
random doc fixes ( #560 )
...
* add the rest of the eth methods
* added the rest of the namespaces
* get rid of extra space
* doc bug fixes
* remove space
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-10-06 05:45:56 -03:00
dependabot[bot]
f95011907a
build(deps): bump actions/setup-node from v2.1.1 to v2.1.2 ( #561 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.1...c6fd00ceb9747fb23ffdf72987450a2664414867 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 07:18:57 -03:00
Justin Thompson
3ed790b8cd
docs: fix JSON-RPC links ( #558 )
...
* RPC method docs
* forgot readme
* cleanup
* add table and fill in missing details
* update table
* fix tip block
* add the rest of the eth methods
* added the rest of the namespaces
* get rid of extra space
* doc bug fixes
* Update docs/.vuepress/config.js
* fix adr md comment
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-10-01 03:53:42 -03:00
dependabot[bot]
1be4b7167d
build(deps): bump github.com/btcsuite/btcd ( #556 )
...
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd ) from 0.20.1-beta to 0.21.0-beta.
- [Release notes](https://github.com/btcsuite/btcd/releases )
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES )
- [Commits](https://github.com/btcsuite/btcd/compare/v0.20.1-beta...v0.21.0-beta )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 08:13:19 -03:00
Federico Kunze
811ca7f045
rpc: implement personal_importRawKey ( #552 )
2020-09-29 20:34:01 -04:00
Federico Kunze
592eca96bc
keys: fix privkey derivation ( #554 )
...
* keys: fix privkey derivation
* changelog
* add DeriveSecp256k1 test
Co-authored-by: araskachoi <choidanielw@gmail.com>
2020-09-29 17:10:56 -03:00
noot
7f648d2c55
ante: update nonce check ( #550 )
2020-09-29 10:39:15 -04:00
dependabot[bot]
cee4c5f31f
build(deps): bump technote-space/get-diff-action from v3.2 to v3.3 ( #547 )
...
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action ) from v3.2 to v3.3.
- [Release notes](https://github.com/technote-space/get-diff-action/releases )
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc )
- [Commits](https://github.com/technote-space/get-diff-action/compare/v3.2...164d063fe2898befdce492c6fc4c1d67a450cfaa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 07:47:38 -03:00
Daniel Choi
64b18b556f
add custom ip list to cmd ( #545 )
...
* add custom ip list to cmd
* fix errs
* fix lint
* change to StringSlice
2020-09-25 16:00:49 -07:00
Federico Kunze
712a5bad61
release changelog ( #543 )
...
* Merge PR #513 : Add chainsafe to readme
* changelog
Co-authored-by: Marko <marbar3778@yahoo.com>
2020-09-25 14:12:50 -03:00
Federico Kunze
a924b20091
update chain-id format ( #542 )
...
* chain_id.go
* rpc changes
* update scripts
* additional test
* changelog
* fix tests
* update script
* rpc updates
* validate testnet command chain-id
* validate rest server chain-id
* fix lint
* rpc updates
* changelog
* comment simulations
2020-09-24 14:50:47 -03:00
Justin Thompson
b9a10b3f3e
docs: add the rest of the namespaces methods ( #535 )
...
* add the rest of the eth methods
* added the rest of the namespaces
* get rid of extra space
* Update docs/basics/json_rpc.md
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-24 14:25:47 -03:00
Federico Kunze
39c34900a3
docs: ADR template ( #536 )
...
* docs: ADR template
* update
2020-09-24 12:36:29 -03:00
noot
1339c174d7
update block format to match geth ( #532 )
2020-09-23 12:22:01 -04:00
noot
c1df065d3e
fix rpc hex unmarshaling ( #529 )
2020-09-23 12:36:07 -03:00
noot
a54c2dc726
add gas price=0 unit test, comments ( #528 )
...
* add handler comment
* add gas price=0 test
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-23 11:21:21 -04:00
Federico Kunze
1f4f7fb017
ante: add message validation decorator ( #525 )
...
* ante: add message validation decorator
* changelog
* fix lint
* fix lint
* rename
2020-09-23 11:49:20 -03:00
Federico Kunze
291dfcafbf
makefile: install yarn ( #526 )
...
* makefile: install yarn
* gitignore
2020-09-23 11:28:38 -03:00
Justin Thompson
e3f3619caf
docs: JSON-RPC methods ( #520 )
...
* RPC method docs
* forgot readme
* cleanup
* add table and fill in missing details
* update table
* fix tip block
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-09-23 10:35:53 -03:00
Justin Thompson
22788e8ce2
docs: remove npm ( #500 )
...
* change to yarn
* missing entities
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-22 05:09:11 -03:00
noot
0d545939d8
fix doCall if args.From is nil ( #518 )
2020-09-21 11:59:07 -04:00
dependabot[bot]
fe99e7e493
build(deps): bump technote-space/get-diff-action from v3.1 to v3.2 ( #512 )
...
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action ) from v3.1 to v3.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases )
- [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc )
- [Commits](https://github.com/technote-space/get-diff-action/compare/v3.1...6969017c02fb5bd972cd36c065b69a5bae4d4ca5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-19 12:06:11 -03:00
noot
248bcc3008
add test-solidity to github actions, create test script ( #510 )
2020-09-18 12:50:08 -04:00
noot
517de55720
fix account sending from new accounts ( #517 )
...
* fix account sending from new accounts
* cleanup
* more cleanup
* fix rpc tests
Co-authored-by: araskachoi <choidanielw@gmail.com>
2020-09-17 15:04:36 -07:00
noot
73d6c41b72
fix handler csdb usage, fixes consensus error again ( #516 )
2020-09-16 20:29:22 -04:00
noot
244d836669
add rpc logs, ignore block bloom errors ( #492 )
2020-09-15 14:42:06 -04:00
noot
9a2d39bf18
update minimum gas price to be 1 ( #515 )
...
* update minimum gas price to be 1
* update changelog
2020-09-15 13:17:22 -04:00
noot
cf9662c7bd
fix consensus error ( #513 )
2020-09-14 13:41:46 -04:00
dependabot[bot]
701ca7c43b
build(deps): bump github.com/ethereum/go-ethereum from 1.9.20 to 1.9.21 ( #506 )
...
* build(deps): bump github.com/ethereum/go-ethereum from 1.9.20 to 1.9.21
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum ) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/ethereum/go-ethereum/releases )
- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.9.20...v1.9.21 )
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump github.com/ethereum/go-ethereum from 1.9.20 to 1.9.21
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum ) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/ethereum/go-ethereum/releases )
- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.9.20...v1.9.21 )
Signed-off-by: dependabot[bot] <support@github.com>
* update go.sum
* try fix
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-09-09 11:55:01 -03:00
dependabot[bot]
6912016f06
build(deps): bump actions/setup-node from v1 to v2.1.1 ( #505 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v1 to v2.1.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...321b6ccb03083caa2ad22b27dc4b45335212e824 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-09 11:27:05 -03:00
Federico Kunze
44876ac72f
types: account balance fix ( #507 )
...
* fix hardcoded photon on account balance getter/setter
* types: testing suite
* balance test
* update zero diff
* add case for other coin
* changelog
* fix journal test
2020-09-09 10:53:14 -03:00
Daniel Choi
5a29e808d3
deploy network and contract ( #395 )
...
* deploy network and contract
* update binary names
* install deps
* contract script
* use POST req to sent tx
* add github actions
* fix lint
* update makefile
* go mod verify and tidy
* define amount on gentx
* gitignore
* install solcjs
* install tools, clean up, fix deployment
* include make contract-tools
* use node in actions env
* fix binary path
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-09-08 15:25:16 -07:00
Federico Kunze
d6783707dc
types: unmarshal account from hex address ( #504 )
...
* types: unmarshal account from hex address:
* changelog
2020-09-08 12:58:19 -03:00
Federico Kunze
1505ba89a1
atto photon refactor ( #503 )
...
* atto photon refactor
* update testnet command
* fix test
* changelog
2020-09-08 11:39:48 -03:00
Federico Kunze
b485542b0b
types: support eth hex address on accounts ( #502 )
...
* types: support eth hex address on accounts
* changelog
* doc update
* add note for keyring output
2020-09-08 10:57:49 -03:00
Federico Kunze
d3529dd959
types: update account pubkey JSON to string ( #494 )
...
* types: update account pubkey JSON to string
* changelog
* Update app/ethermint.go
* tests
* update
* fix secp256k1 public key formatting (#501 )
* use Compress and Decompress pubkey for secp256k1 keys
* cleanup
* update estimate gas test
* comments
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
2020-09-07 10:04:50 -03:00
Federico Kunze
820bf0f1aa
bump tests-solidity dependencies ( #499 )
2020-09-03 13:09:50 -04:00
Federico Kunze
792c1ff756
evm: params ( #458 )
...
* evm: params
* setup
* bump commit
* fixes
* increase gas usage
* tests
* evm denom param
* more config updates
* update genesis
* update ante handler
* csdb param test
* more tests and fixes
* update statedb.Copy
* lint
* additional test
* fix importer tests
* fix AnteHandler test
* minor update
* revert
* undo gas update
* stringer test
* changelog
* fix csdb index error (#493 )
* attempt to fix
* cleanup
* add idx check
* update csdb.Copy
* update default hash
* update querier
* update rpc tests
* fix estimate gas test
Co-authored-by: noot <36753753+noot@users.noreply.github.com>
Co-authored-by: noot <elizabethjbinks@gmail.com>
2020-09-02 15:41:05 -04:00
Federico Kunze
26816e2648
evm: debug non-determinism ( #496 )
...
* evm: debug non-determinism
* add tests
* changelog
2020-09-02 14:33:03 -04:00
Brett Sun
c9639c3860
tests: add solidity test suites ( #487 )
...
* tests: add solidity test suite
* tests: remove require strings
* Update tests-solidity/init-test-node.sh
* Update tests-solidity/init-test-node.sh
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-01 17:16:28 -04:00
Justin Thompson
4344dc10c7
change photon to aphoton ( #476 )
...
* change photon to aphoton
* fix test
* photon docs
* update doc
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-08-31 12:40:53 -04:00
noot
a6e152bbb6
fix csdb.Copy ( #488 )
2020-08-31 10:59:47 -04:00
Federico Kunze
8a3692e174
Fix BIP44 coin type ( #480 )
...
* fix docsearch
* update BIP44 coin type
* changelog
* set HD path
2020-08-28 11:35:10 -04:00