Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

seal: Rework contracts API #6573

Merged
25 commits merged into from
Jul 9, 2020
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8321883
Transition getter functions to not use scratch buffer
athei Jun 24, 2020
92fe839
Remove scratch buffer from ext_get_storage
athei Jun 26, 2020
e1c0e26
Remove scratch buffer from ext_call
athei Jun 29, 2020
6f94941
Remove scratch buffer from ext_instantiate
athei Jun 29, 2020
0b27908
Add ext_input and remove scratch buffer
athei Jun 29, 2020
46191f5
Remove the no longer used `Dispatched` event
athei Jul 1, 2020
fa6bf8c
Rework error handling (changes RPC exposed data)
athei Jun 30, 2020
c86c2ad
Updated inline documentation
athei Jul 2, 2020
ddf69ab
Prevent skipping of copying the output for getter API
athei Jul 3, 2020
868668c
Return gas_consumed from the RPC contracts call interface
athei Jul 3, 2020
84973b0
Updated COMPLEXTITY.md
athei Jul 3, 2020
d205f60
Rename ext_gas_price to ext_weight_to_fee
athei Jul 3, 2020
e096945
Align comments with spaces
athei Jul 7, 2020
6b0c1f0
Removed no longer used `ExecError`
athei Jul 7, 2020
8e5170c
Remove possible panic in `from_typed_value`
athei Jul 7, 2020
08edc84
Use a struct as associated data for SpecialTrap::Return
athei Jul 7, 2020
792c942
Fix nits in COMPLEXITY.md
athei Jul 7, 2020
41f1d55
Renamed SpecialTrap to TrapReason
athei Jul 7, 2020
3977032
Merge remote-tracking branch 'origin/master' into at-remove-scratch-b…
athei Jul 7, 2020
8373842
Fix test
athei Jul 7, 2020
cf72226
Merge branch 'master' into at-remove-scratch-buffer
athei Jul 9, 2020
9021d20
Finish renaming special_trap -> trap_reason
athei Jul 9, 2020
9ef80e1
Remove no longer used get_runtime_storage
athei Jul 9, 2020
fe110ed
fixup! Remove no longer used get_runtime_storage
athei Jul 9, 2020
9deebd3
Removed tabs for comment aligment
athei Jul 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading