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

feat: use sdk.Int for TxData #208

Merged
merged 9 commits into from
Jun 30, 2021
Merged

feat: use sdk.Int for TxData #208

merged 9 commits into from
Jun 30, 2021

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Jun 29, 2021

closes #207

@github-actions github-actions bot added C:JSON-RPC JSON-RPC client C:Proto protobuf files (*.pb.go) C:Types common types, interfaces and functions from /types Type: Docs Improvements or additions to documentation labels Jun 29, 2021
@fedekunze fedekunze changed the title feat: use sdk.Int for TxData feat: use sdk.Int for TxData Jun 29, 2021
@github-actions github-actions bot added the C:CLI label Jun 29, 2021
@codecov
Copy link

codecov bot commented Jun 29, 2021

Codecov Report

Merging #208 (2f9188a) into main (0113b4d) will increase coverage by 20.48%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #208       +/-   ##
===========================================
+ Coverage   47.00%   67.49%   +20.48%     
===========================================
  Files          43        9       -34     
  Lines        2876      806     -2070     
===========================================
- Hits         1352      544      -808     
+ Misses       1454      238     -1216     
+ Partials       70       24       -46     
Impacted Files Coverage Δ
app/app.go 86.40% <ø> (ø)
x/evm/types/key.go
x/evm/client/cli/utils.go
x/evm/keeper/msg_server.go
x/evm/keeper/statedb.go
x/evm/keeper/params.go
x/evm/module.go
x/evm/keeper/state_transition.go
types/code.go
x/evm/types/chain_config.go
... and 20 more

@fedekunze fedekunze marked this pull request as ready for review June 30, 2021 15:15
@fedekunze fedekunze enabled auto-merge (squash) June 30, 2021 15:25
@fedekunze fedekunze merged commit 86e30e8 into main Jun 30, 2021
@fedekunze fedekunze deleted the fedekunze/int branch June 30, 2021 15:28
@yihuang yihuang mentioned this pull request Jul 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C:CLI C:JSON-RPC JSON-RPC client C:Proto protobuf files (*.pb.go) C:Types common types, interfaces and functions from /types Type: Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use sdk.Int for TxData's chain-id and amount
1 participant