issues
search
openethereum
/
pwasm-abi
Parity WASM Abi (Legacy and new)
Apache License 2.0
29
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix payable not put in JSON
#87
NikVolf
closed
5 years ago
0
Payable functions do not have payable set in JSON ABI
#86
danrobdean
closed
5 years ago
1
Please add stateMutability to json data.
#85
usd-yamazaki
opened
5 years ago
0
Bug in impl AbiType for Vec<T>
#84
updogliu
opened
5 years ago
0
Add support for the "String" ABI type
#83
dforsten
closed
5 years ago
8
Contract member variables
#82
DemiMarie
opened
5 years ago
1
Implement fallback functions
#81
DemiMarie
opened
5 years ago
2
Fix for cannot find type `Vec` in this scope
#80
lexfrl
closed
5 years ago
2
cannot find type `Vec` in this scope
#79
dforsten
closed
5 years ago
1
Make in-repo examples of deriving functions and their variants
#78
NikVolf
opened
6 years ago
0
[WIP] Update to pwasm-std 0.13
#77
Robbepop
closed
5 years ago
2
Improve error msgs
#74
Robbepop
closed
6 years ago
2
Update syn quote
#73
Robbepop
closed
6 years ago
8
Change uint dependency to the one provided by ethereum-types
#72
Robbepop
closed
6 years ago
5
Example for custom impl of AbiType
#71
NikVolf
opened
6 years ago
0
Tuple macro for AbiType
#70
NikVolf
closed
6 years ago
0
Use `uint` instead of `bigint` Don't use `rustc-hex`
#69
dvdplm
closed
6 years ago
0
Alternate multiresult implementation
#68
cheme
opened
6 years ago
2
Set fixed gas-left if absent
#67
lexfrl
closed
6 years ago
0
Fix decode and encode for Address type
#66
lexfrl
closed
6 years ago
0
Update to latest syn
#65
NikVolf
closed
6 years ago
1
Fix eth_abi macro. Include custom types in the macro output
#64
lexfrl
closed
6 years ago
0
Makes toolchain-version match one in pwasm-std crate
#63
Pzixel
closed
6 years ago
0
Fix for latest nightly
#62
NikVolf
closed
6 years ago
0
Failed to run cargo test
#61
ztou
closed
6 years ago
3
Dependencies refactoring
#60
Pzixel
closed
6 years ago
8
WIP: move from serde_json to serde_json_core
#59
Pzixel
opened
6 years ago
10
Add support for repr enums
#58
Pzixel
opened
6 years ago
2
Fixed-size-array padding fix
#57
lexfrl
closed
6 years ago
1
Arrays as params are not supported
#56
Pzixel
closed
6 years ago
7
Multiple return parameters via tuples
#55
NikVolf
closed
6 years ago
0
pwasm-abi-derive is not compatible with no-std libs
#54
Pzixel
closed
6 years ago
11
Update dependencies for testing
#53
NikVolf
closed
6 years ago
0
#[payable] attribute implemented
#52
lexfrl
closed
6 years ago
5
Minimize comment for minimal example
#51
NikVolf
closed
6 years ago
0
Import `bigint`, `parity_hash` and `pwasm_ethereum ` inside of the `eth_abi` derive
#50
lexfrl
closed
6 years ago
3
WASM-only compact abi
#49
NikVolf
opened
6 years ago
2
Support fixed length array (`[T; *]`) as AbiType and in derivation for arbitrary T (not only u8)
#48
NikVolf
opened
6 years ago
4
Add proper abi generation for bytes* (fixed-sized [u8; *] in Rust)
#47
NikVolf
closed
6 years ago
0
Fixed length arrays & H256 abi
#46
NikVolf
closed
6 years ago
0
Generate json always
#45
NikVolf
closed
6 years ago
0
JSON is not generated if not generating a client
#44
tomusdrw
closed
6 years ago
0
Don't require clients to import crates
#43
tomusdrw
closed
6 years ago
0
AbiType missing for [u8; 32]
#42
tomusdrw
closed
6 years ago
0
AbiType implementation missing for H256
#41
tomusdrw
closed
6 years ago
0
Looks like build on `master` is broken
#40
pepyakin
closed
6 years ago
0
Naming Endpoint
#39
NikVolf
opened
6 years ago
2
impl conversion to Endpoint
#38
lexfrl
closed
6 years ago
0
Extract create json from generate_eth_endpoint
#37
lexfrl
closed
6 years ago
0
eth_abi now can take one argument also (endpoint name)
#36
lexfrl
closed
6 years ago
0
Next