issues
search
rust-ethereum
/
ethabi
Encode and decode smart contract invocations
Apache License 2.0
517
stars
186
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Zero-sized-types cause DoS when parsed
#304
maxammann
opened
1 year ago
1
Deploy from `Contract`
#303
mustermeiszer
closed
10 months ago
0
Some fixes/improvements for no_std builds
#302
eranrund
opened
1 year ago
0
Enable private reporting of vulnerabilities or document how to report vulnerabilities
#301
maxammann
closed
1 year ago
1
Improved Type Parsing and Added Test for Complex Nested Tuples
#300
Ali-Y1
opened
1 year ago
0
Bug in read Function: Failure to Correctly Parse Complex Nested Tuples
#299
Ali-Y1
opened
1 year ago
1
Fix #297: add name and internal type information to ParamType::Tuple
#298
al8n
opened
1 year ago
1
feat: support field information in tuple field.
#297
al8n
opened
1 year ago
0
LenientTokenizer & StrictTokenizer causes unreachable crash on wasm32 target
#296
Red3nzo
closed
1 year ago
0
Support spaces in `Tokenizer`
#295
CodeSandwich
opened
1 year ago
0
Replace `pub type Int = ethereum_types::U256` with an `I256`
#294
Autoparallel
opened
1 year ago
2
Allocate Vec capacity based on size hints during decoding
#293
jordy25519
closed
1 year ago
3
Support serde Serialize/Deserialize to `Token`
#292
seunlanlege
closed
1 year ago
0
support function types in ParamType
#291
cassc
opened
1 year ago
0
Decode work but Parser not
#290
kamikazebr
opened
1 year ago
0
ethabi decode params -t '(address[],uint256[],address[],uint256[],uint256[])' Error
#289
b1u3h4t
opened
1 year ago
0
decode verify, which checks that decoded data is equal to input
#288
leviska
closed
1 year ago
10
Release v18.0.0
#287
vkgnosis
closed
1 year ago
0
Update edition to 2021
#286
vkgnosis
closed
1 year ago
0
Bump ethereum-types to 0.14.0
#285
zjb0807
closed
1 year ago
0
Decode function, which fails, if some data left
#284
leviska
closed
1 year ago
6
chore(clippy): make clippy happy
#283
mattsse
closed
2 years ago
0
fix: add nested tuple check
#282
mattsse
closed
2 years ago
5
CLI should support encoding uint values
#281
zees-dev
opened
2 years ago
0
chore: fix typo in docs
#280
charlesndalton
closed
1 year ago
0
Function Deprecated `constant` field
#279
r0wdiggity
opened
2 years ago
1
serde in no_std
#278
kvinwang
closed
1 year ago
3
Release v17.2.0
#277
shekhirin
closed
2 years ago
3
feat(ethabi, token): support nested tuples/arrays parsing
#276
shekhirin
closed
2 years ago
2
Why not publish the 17.0 version of ethabi-derive and ethabi-contract
#275
KaoImin
opened
2 years ago
11
Invalid data when decoding int24
#274
Eduard-Voiculescu
opened
2 years ago
2
Support function types in ParamType
#273
mattsse
opened
2 years ago
0
feat: Add `Token::into_tuple`
#272
oblique
closed
2 years ago
0
Release v17.1.0
#271
vkgnosis
closed
2 years ago
0
Update Crates.io
#270
Genysys
closed
2 years ago
1
feat: add Serialize trait to Token, Log and LogParams
#269
Genysys
closed
2 years ago
2
Add Serialize to Logs
#268
Genysys
closed
2 years ago
1
There is no tag for v12.0.0
#267
ivanceras
opened
2 years ago
1
Optimize encoder to minimize allocations and copying for ~85% speedup
#266
ArtificialPB
closed
2 years ago
6
chore: loosen feature requirement on deser methods
#265
gakonst
closed
2 years ago
2
Release v17.0.0
#264
vkgnosis
closed
2 years ago
0
Fix clippy warnings for new rust version
#263
vkgnosis
closed
2 years ago
0
Update ethereum-types to version 0.13.1
#262
jeffreybolle
closed
2 years ago
1
feat: support 0x prefixed hex
#261
tarrencev
closed
2 years ago
1
Add parity-codec cargo feature.
#260
dandanlen
closed
2 years ago
3
Skip writing out of `function.constant` if `None`
#259
brockelmore
closed
2 years ago
2
use_contract! macro can't handle abi function overrides in IERC721
#258
jrouaix
opened
2 years ago
0
fix(reader): default to u8 for unmatched types
#257
gakonst
closed
2 years ago
6
fix: `function.constant` as an `Option<bool>`
#256
brockelmore
closed
2 years ago
4
add ether units parsing to lenient uint tokenizer
#255
joshieDo
closed
2 years ago
4
Next