Commit Graph

57 Commits

Author SHA1 Message Date
Gav 571ad85cfe Introduce block decoding/execution framework (p2) 2018-01-16 16:33:05 +01:00
Gav c382125de5 Introduce basic block decoding/execution framework. 2018-01-16 16:32:22 +01:00
Gav 108b86a56d Add tests for header ser/de 2018-01-16 15:56:05 +01:00
Gav 88f867e053 Add ser/de for header. 2018-01-15 23:03:38 +01:00
Gav 6d3cb82820 Add test for ser/de transaction. 2018-01-15 18:30:04 +01:00
Gav 8869741166 Minor fix. 2018-01-15 12:01:05 +01:00
Gav 209542581a Transaction dispatch test. 2018-01-15 11:59:54 +01:00
Gav 2e6300cad7 Add marshaller for xfer function 2018-01-15 00:01:25 +01:00
Gav adbeecbdcf Rejig tests and ensure authorities are addressed consistently. 2018-01-14 23:41:32 +01:00
Gav bd8f67a20d Balance transfers + util methods. 2018-01-14 20:51:46 +01:00
Gav 6146779e6e Remove TODOs. 2018-01-11 18:29:08 +01:00
Gav 2b05b8ff5e Tweak docs 2018-01-11 18:28:29 +01:00
Gav e11f701c09 Documentation 2018-01-11 18:23:06 +01:00
Gav 2d1f1a8933 Remove unneeded function. 2018-01-10 18:59:49 +01:00
Gav 8d1825fb0d Add some docs and a test. 2018-01-10 18:58:49 +01:00
Gav fd65f3380a Avoid using reentrancy issues. 2018-01-10 15:08:41 +01:00
Gav b48003b69a Finish up & polish environment stuff. 2018-01-10 14:53:03 +01:00
Gav ad9037df2d Add native environment to make native source-code compatible with wasm.
Also tests.
2018-01-10 14:39:56 +01:00
Gav 5f86160320 Add environmental module 2018-01-10 14:12:14 +01:00
Gav adc2e52aa3 Native storage support API. 2018-01-09 19:28:22 +01:00
Gav 391fb19143 Fix test. 2018-01-09 17:50:35 +01:00
Gav 6a69b71f46 Add wasm binaries. 2018-01-09 16:01:46 +01:00
Gav 5db5d2d98a Remove accidentally committed files. 2018-01-09 16:00:39 +01:00
Gav 55418c7ed8 Fix path. 2018-01-09 15:59:05 +01:00
Gav 06791fa07f Update path. 2018-01-09 15:58:45 +01:00
Gav 6e2fbb8e84 Update gitignore 2018-01-09 15:58:17 +01:00
Gav f3dd41efd6 Fix warning. 2018-01-09 15:50:48 +01:00
Gav 2489b3a9aa Update native support. 2018-01-09 15:07:55 +01:00
Gav 88d66681f6 More fleshing out on runtime. 2018-01-09 15:05:41 +01:00
Gav b104f5e6e4 Compile polkadot-runtime both for Wasm ad native, allowing for testing and direct usage. 2018-01-09 13:47:28 +01:00
Gav 5ab59bb171 Make initial runtime skeleton compile. 2018-01-08 19:32:46 +01:00
Gav a9fe12eb69 Clean up the runtime skeleton. 2018-01-08 17:56:16 +01:00
Gav 1f183d688a Introduce basic skeleton for Polkador runtime. 2018-01-08 17:13:44 +01:00
Gav Wood a670208a33 Introduce first groundwork for Wasm executor (#27)
* Introduce first groundwork for Wasm executor.

* Remove old Rust-runtime code.

* Avoid commiting compled files.

* Add runtime precompile.

* Rename so module makes more sense.

* Further renaming.

* Ensure tests work.

* Allow bringing in of externalities.

- Add util functions/macros.
- Add uncompacted runtime.
- Add some external crates from pwasm-std for managing allocs/memory
stuff.

* Nice macros for imports.

* Allow passing in of data through allocators.

Make memcpy and malloc work.
Basic allocator.

* Can now pass in bytes to WasmExecutor.

* Additional cleanup.

* Switch usages of `OutData` to `u64`

No need to be able to return bytes anymore.

* convert to safe but extremely verbose type conversion.

@rphmeier any more concise way of doing this?

* Remove StaticExternalities distinction.

* Remove another unused use.

* Refactor wasm utils out

* Remove extraneous copies that weren't really testing anything.

* Try to use wasm 0.15

* Make it work!

* Call-time externalities working.

* Add basic externalities.

* Fix grumbles and note unwraps to be sorted.

* Test storage externality.

Unforunately had to change signatures of externalities to avoid
immutable function returning a reference. Not sure what to do about
this...

* Fix nits.

* Compile collation logic.

* Move back to refs. Yey.

* Remove "object" id for storage access.

* Fix test.

* Fix up rest of tests.

* remove unwrap.

* Expose set/get code in externalities

Also improve tests and add nice wrappers in rust-wasm.

* Add validator set.

* Introduce validator set into externalities and test.

* Add another external function.

* Remove code and validators; use storage for everything.

* Introduce validators function.

* Tests (and a fix) for the validators getter.

* Allow calls into runtime to return data.

* Remove unneeded trace.

* Make runtime printing a bit nicer.

* Create separate runtimes for testing and polkadot.

* Remove commented code.

* Use new path.

* Refactor into shared support module.

* Fix warning.

* Remove unwraps.

* Make macro a little less unhygenic.

* Add wasm files.
2018-01-08 16:48:45 +01:00
Robert Habermeier 45c3e40a62 Candidate Agreement + Consensus (#29)
* candidate statement importing

* import votes on validity

* import availability votes

* candidate receipt type

* make table mod public

* test context for table

* add harness for tests

* some tests for misbehavior

* produce proposal from table

* count candidate issuance as implicit vote

* keep track of messages known by validators

* fix primitives compilation

* simple BFT agreement

* kill unused macro_use annotation

* tests for BFT agreement

* test for not concluding on different prepares

* return summary upon statement import

* accept bft agreement on proposal not locally submitted

* check justification set for BFT

* BFT rewrite: vote accumulator with tests

* squash some warnings

* a few more tests for the accumulator

* add sender to table's signed statement

* implement honest node strategy for BFT

* inex -> index

* import and broadcast lock proofs

* poll repeatedly when state changes

* don't broadcast advance vote immediately if locked

* do not check validity of locked candidate

* basic tests for the strategy

* remove unused context trait and fix warning

* address some review grumbles

* address some more review nits

* fix lock import logic and add a test

* fix spaces

* fix a couple more style grumbles

* more type-safe justifications

* rename Communication enum variants

* improve some panic guard proofs

* add trailing comma
2018-01-03 15:50:05 +01:00
Robert Habermeier 9612e1d7c1 Minimal collation work-flow and necessary traits (#25)
* collator crate skeleton and description

* parachain primitives: proof -> witness and egress format

* collation of ingress queues through trait

* add ingress collation test

* structure for collated ingress

* add collated ingress to proposal

* witness -> proof

* ingress collation and candidate creation + code cleanup

* update collator lib to new definitions

* address formatting grumble
2017-12-13 15:04:58 +01:00
Tomasz Drwięga 55e74cd426 Update some types and interfaces to match the spec (#24)
* Update primitives.

* Fix validator interface.
2017-12-04 16:51:43 +01:00
Guanqun Lu d17dcc1893 move version out of yaml and let it populate dynamically from package info (#26) 2017-12-04 14:57:13 +01:00
Tomasz Drwięga db78e5fb4c RPC & Client (#21)
* Initial version of http server.

* Refactor the structure.

* add unassigned ports info.

* Rename servers to match conventions.

* Add client crate and some proper RPC implementations.

* Style & docs.
2017-11-15 19:29:14 +01:00
Tomasz Drwięga 0ceebe6625 camel case and deny (#20) 2017-11-13 20:51:30 +01:00
Robert Habermeier 3dfafb5ec3 State Machine: Abstract function execution (#19)
* initial primitives

* add block primitives

* state machine: backend

* in-memory backend

* tests for overlayed storage

* blanked impl for state machine error

* abstract call execution

* squash warnings temporarily

* fix contracts crate

* address grumbles

* remove redundant state-machine dependency
2017-11-13 16:39:58 +01:00
Tomasz Drwięga 2fa0239dab State machine crate and rust impl of executor (#17)
* Executor.

* Rust contracts implementation.

* Add documentation and fix transfer data.

* Fix auth contract interface.

* Add some executor tests.

* Validator set contract.
2017-11-12 16:53:11 +01:00
Tomasz Drwięga e9177294f6 Initial validator trait. (#14)
* Initial validator trait.

* Add missing docs warning.

* Fix formatting.

* Fix validator output and serialization.

* Get rid of redundant ValidationCode type.
2017-11-12 16:48:35 +01:00
Arkadiy Paronyan 9d083be47a Merge pull request #15 from paritytech/td-better-bytes
More compact bytes serialization and code re-use.
2017-11-11 13:22:42 +01:00
Tomasz Drwięga 2d08a51f8a Fix naming and code. 2017-11-11 12:53:38 +01:00
Tomasz Drwięga 1f3c2f7148 More compact bytes serialization and code re-use. 2017-11-11 11:52:00 +01:00
Arkadiy Paronyan 348e629289 Merge pull request #13 from paritytech/td-serialization
Serialization
2017-11-11 10:43:31 +01:00
Tomasz Drwięga e2c97a3656 Add tests for invalid cases. 2017-11-10 21:45:23 +01:00
Tomasz Drwięga a08fda16b7 Merge branch 'master' into td-serialization 2017-11-10 21:32:32 +01:00
Tomasz Drwięga 799d03254f Serialization with serde. 2017-11-10 21:31:48 +01:00