Sergey Pepyakin
|
ef702b77dc
|
WASM Remove blockhash error (#7121)
* Remove blockhash error
* Update tests.
|
2017-12-04 16:14:46 +01:00 |
|
Marek Kotewicz
|
a8cf4efc91
|
Merge pull request #7110 from paritytech/remove-storage-error
WASM storage_read and storage_write don't return anything
|
2017-12-04 16:14:23 +01:00 |
|
Marek Kotewicz
|
aeb43b6af0
|
Merge pull request #7097 from paritytech/panic-payload-with-msg
WASM parse payload from panics
|
2017-12-04 16:13:29 +01:00 |
|
Sergey Pepyakin
|
561e843207
|
pwasm-std update (#7018)
|
2017-11-13 16:42:23 +01:00 |
|
Alexey
|
a2d5edb8f5
|
Merge pull request #6967 from paritytech/wasm-elog
Events in WASM runtime
|
2017-11-13 14:53:05 +01:00 |
|
Nikolay Volf
|
148ec3731c
|
[beta] Add hint in ActionParams for splitting code/data (#6968)
* Action params and embedded params handling
* fix namespaces
|
2017-11-03 12:20:54 +01:00 |
|
Arkadiy Paronyan
|
1b6588cb27
|
[beta] Backports (#6891)
* v1.8.2
* Refactor static context check in CREATE. (#6886)
* Refactor static context check in CREATE.
* Fix wasm.
* Fix serialization of non-localized transactions (#6868)
* Fix serialization of non-localized transactions.
* Return proper SignedTransactions representation.
* Allow force sealing and reseal=0 for non-dev chains. (#6878)
|
2017-10-25 13:13:11 +02:00 |
|
Nikolay Volf
|
1601030081
|
WASM gas schedule (#6638)
* some failing tests
* finalize
* fallable -> fallible
* alter mul/div/static_i64
* Update schedule.rs
* to u32
* balance charge also
* review fixes
* remove redundant line
|
2017-10-09 13:12:58 +02:00 |
|
fro
|
6956d218b5
|
address balance extern provided for wasm
|
2017-10-04 19:09:18 +03:00 |
|
Nikolay Volf
|
4260910db6
|
WASM Runtime refactoring (#6596)
* refactoring to new pwasm-std
* pass reference
* remove ref
* missing underscores
|
2017-10-04 13:15:59 +02:00 |
|
Arkadiy Paronyan
|
25b35ebddd
|
Byzantium updates (#5855)
* EIP-211 updates
* benchmarks
* blockhash instruction gas cost updated
* More benches
* EIP-684
* EIP-649
* EIP-658
* Updated some tests
* Modexp fixes
* STATICCALL fixes
* Pairing fixes
* More STATICALL fixes
* Use paritytech/bn
* Fixed REVERTing of contract creation
* Fixed more tests
* Fixed more tests
* Blockchain tests
* Enable previously broken tests
* Transition test
* Updated tests
* Fixed modexp reading huge numbers
* Enabled max_code_size test
* Review fixes
* Updated pairing pricing
* missing commas (style)
* Update test.rs
* Small improvements
* eip161abc
|
2017-09-15 21:07:54 +02:00 |
|
Alexey
|
79659bdc76
|
WASM sha3 test (#6512)
* sha3 test for empty input implemented
* rename sha3-> keccak
* update keccak test. Now it expects input to hash
* fix gas_left in tests
|
2017-09-14 19:32:29 +02:00 |
|
Svyatoslav Nikolsky
|
03e039b13d
|
wasm: math_sub_with_overflow test (#6474)
|
2017-09-11 11:43:33 +02:00 |
|
Nikolay Volf
|
ee14a3fb31
|
WASM runtime update (#6467)
* refactor to new parity-wasm
* more errors refactoring
* final test
* update tests
* fix merge bugs
|
2017-09-10 18:02:31 +02:00 |
|
Fredrik
|
308f36a532
|
Don't reexport bigint from util
|
2017-09-04 16:36:49 +02:00 |
|
Nikolay Volf
|
abecd80f54
|
Wasm math tests extended (#6354)
* extend math tests
* use latest wasm-tests
* cleanup
* avoid overflow
* use correct gas-
* and division
|
2017-08-28 14:12:40 +02:00 |
|
Nikolay Volf
|
9e4c122cf3
|
WASM math test (#6305)
* wasm tests initial
* fix bug in bitswap
|
2017-08-20 12:02:59 +08:00 |
|
Nikolay Volf
|
4ab607d4de
|
wasm-std refactoring (#6278)
|
2017-08-14 12:33:52 +03:00 |
|
Alexey
|
d209100a60
|
Wasm storage read test (#6255)
* Test for read from prepopulated storage implemented
* wasm-tests submodule update
* fix identation
* comment for storage_read added
|
2017-08-09 10:57:54 +02:00 |
|
NikVolf
|
c1108da6e9
|
fixed wasm tests
|
2017-08-01 14:35:43 +03:00 |
|
NikVolf
|
017430e803
|
fixed evm tests
|
2017-08-01 14:33:49 +03:00 |
|
Nikolay Volf
|
b7006034b1
|
Decouple virtual machines (#6184)
* work in progress for splitting vms
* evm working
* Evm -> Vm
* wasm converted
* ethcore working
* test fixes
|
2017-08-01 13:37:57 +03:00 |
|