Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4cff4c9
feat(primitives/io): update the usage of megaclite
clearloop Dec 7, 2020
5cf9d7f
feat(primitives/io): use vector instead of C style pointer in api
clearloop Dec 8, 2020
5ef5a20
feat(primitives/io): add groth16 verification
clearloop Dec 8, 2020
09f72ff
feat(primitives/io): ops with runtime interface
clearloop Dec 8, 2020
dfe79e4
feat(primitives/io): migrate the new api of groth16
clearloop Dec 11, 2020
d652c98
perf(primitives/io): remove the use of vec in package io
clearloop Dec 11, 2020
ca28dd6
chore(submodule): update the submodule?
clearloop Dec 11, 2020
d77424f
feat(primitives/chain-extension): add chain-extension
clearloop Dec 13, 2020
c401a12
feat(bin/node-dev): add chainextension to runtime
clearloop Dec 13, 2020
2936c1c
perf(clippy): the format of map fn in primitives/chain_extension
clearloop Dec 14, 2020
6439a11
feat(pallets/template): add pallet template
clearloop Dec 14, 2020
c326f7b
feat(pallets/template): add template to runtime
clearloop Dec 14, 2020
690a68e
feat(bin/node-dev): remove the duplicated executor in node-dev
clearloop Dec 14, 2020
2d07221
Merge branch 'master' into features/runtime-interfaces
clearloop Dec 14, 2020
e805e58
feat(crates/template): extend pallet contracts
clearloop Dec 15, 2020
23d14e2
feat(pallets/template): init test methods
clearloop Dec 15, 2020
0d0ff3d
fix(pallets/contracts): the preset of AccountId in benchmark
clearloop Dec 15, 2020
df19d6d
Merge branch 'master' into features/runtime-interfaces
clearloop Dec 15, 2020
7298182
feat(scripts/benchmark): migrate benchmark.sh here
clearloop Dec 16, 2020
ed4109e
feat(frame/contracts): benchmark call for flip.wasm as example
clearloop Dec 16, 2020
c5d8a5f
feat(frame/template): patch the wat file
clearloop Dec 16, 2020
b6e2a1a
(primitives/io): update the usage of func id
clearloop Dec 17, 2020
81e7d95
fix(primitives/io): fix the curve id in groth16
clearloop Dec 17, 2020
a93254f
feat(pallets/contract): add test data for the benchmark of bls12_377_…
clearloop Dec 18, 2020
0eaf185
chore(primitives/megaclite): update the version of megaclite
clearloop Dec 18, 2020
8901a25
feat(primitives/chain_extension): tests for curves
clearloop Dec 18, 2020
b0a6fc7
test(pallets/template): mock data for pallet template
clearloop Dec 18, 2020
d6f23fc
feat(primitives/chain-extension): return function id in chain-extension
clearloop Dec 19, 2020
940721e
feat(dep): update megaclite
clearloop Dec 20, 2020
41ea201
change balance from u128 to u64 in template test and provide wasm file
atenjin Dec 20, 2020
536c6ab
feat(template/tests): add contract tests
clearloop Dec 20, 2020
8e7f659
Merge remote-tracking branch 'origin/fix/runtime-interface-test' into…
clearloop Dec 20, 2020
572395e
feat(template/benchmark): add bls12_377_groth16_verify
clearloop Dec 20, 2020
cba83ee
feat(pallets/template): complete benchmarks
clearloop Dec 20, 2020
c7acb1a
feat(benchmark/groth16): add benchmark script for groth16
clearloop Dec 21, 2020
19a1fb3
perf(script): remove groth16 in primitives/io, enable JIO_MODE in ben…
clearloop Dec 21, 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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
.vs/
.idea/
.sub/
log/
log/

# need to inclue wasm src file
!/pallets/template/res/*
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "vendor/substrate"]
path = vendor/substrate
url = https://github.com/patractlabs/substrate.git
branch = patract-contracts
branch = parity/at-chain-extension
Loading