Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
96495f6
[builtin]: impl new builtin type
niklasad1 Sep 11, 2019
5d88fc5
[builtin]: style cleanup
niklasad1 Sep 11, 2019
dd9f23d
[builtin]: fix tests
niklasad1 Sep 11, 2019
fb4eca9
[builtin]: replace boxing with wrapper enum
niklasad1 Sep 12, 2019
4bd5491
cleanup
niklasad1 Sep 12, 2019
ebfb0ac
fix: make it backward compatible with old builtin
niklasad1 Sep 24, 2019
196f697
fix: update chain specs
niklasad1 Sep 25, 2019
daa7cf0
fix: revert use of `type alias` on enum
niklasad1 Sep 25, 2019
ea10a6d
fix: builtin tests
niklasad1 Sep 25, 2019
e89b7b7
fix: revert use of `type alias` on enum
niklasad1 Sep 25, 2019
7adde8c
[basic-authority]: update test-chainspec
niklasad1 Sep 25, 2019
343ae14
fix failing tests
niklasad1 Oct 1, 2019
4ad7ef3
[builtin]: multi-prices add `info field`
niklasad1 Oct 1, 2019
b716727
fix: bad rebase
niklasad1 Oct 4, 2019
b46e816
fix(grumbles): make it backward compatible
niklasad1 Oct 4, 2019
d6426a9
grumbles: resolve `NOTE`
niklasad1 Oct 4, 2019
38967fc
revert chain specs changes
niklasad1 Oct 4, 2019
997618e
rename test
niklasad1 Oct 4, 2019
e22c35a
[builtin docs]: price -> Fixed price
niklasad1 Oct 6, 2019
8e0d93b
[json]: address naming grumbles
niklasad1 Oct 6, 2019
330b9ec
docs: revert changes for `AltBn128ConstOperations`
niklasad1 Oct 6, 2019
e9d107a
[json]: usize -> u64
niklasad1 Oct 6, 2019
0a56937
grumble: simplify `spec_backward_compability.json`
niklasad1 Oct 6, 2019
7aa4122
docs: add issue link to `TODO`
niklasad1 Oct 6, 2019
d038bd9
[builtin]: replace `match` with `map`
niklasad1 Oct 6, 2019
354c643
[builtin]: add deprecation message `eip1108` params
niklasad1 Oct 6, 2019
bebc147
nits
niklasad1 Oct 6, 2019
184aa28
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 7, 2019
d629563
[json spec tests]: fix json indentation
niklasad1 Oct 7, 2019
4509cf6
[json docs]: fix typos
niklasad1 Oct 8, 2019
925a281
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 9, 2019
1a470a4
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 11, 2019
57b9539
[json]: `compability layer` + deser to BTreeMap
niklasad1 Oct 12, 2019
5c1cc60
[json]: rename `BuiltinCombat` -> `BuiltinCompat`
niklasad1 Oct 12, 2019
65c4977
Update ethcore/builtin/src/lib.rs
niklasad1 Oct 12, 2019
647fe18
[json builtin]: improve docs
niklasad1 Oct 14, 2019
2090515
[json builtin]: improve docs
niklasad1 Oct 14, 2019
f92f642
chore(builtin): sort dependencies
niklasad1 Oct 15, 2019
d58ef61
[json builtin]: deprecate `eip1108` params
niklasad1 Oct 15, 2019
2210e82
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 21, 2019
c011f57
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 22, 2019
eca1dbc
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 24, 2019
4be9685
Merge branch 'na-builtin-refactor' of github.com:paritytech/parity-et…
niklasad1 Oct 24, 2019
e557891
[machine]: add bench for calling builtin contract
niklasad1 Oct 25, 2019
519997e
[machine]: reduce calls to `Builtin::is_active`
niklasad1 Oct 26, 2019
1ab3bcc
[builtin]: fix nits
niklasad1 Oct 26, 2019
e8d8b0a
[json]: revert breakage of chain specs
niklasad1 Oct 26, 2019
fed8433
[json builtin]: remove `eip1108` params
niklasad1 Oct 15, 2019
0e83090
[chain specs]: update to new format
niklasad1 Oct 31, 2019
0bc1153
[machine]: revert changes
niklasad1 Oct 31, 2019
1bd8290
[devp2p]: revert change
niklasad1 Oct 31, 2019
279342c
[builtin]: doc nits
niklasad1 Oct 31, 2019
2be2534
Merge remote-tracking branch 'origin/master' into na-builtin-refactor
niklasad1 Oct 31, 2019
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
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions ethcore/builtin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ edition = "2018"

[dependencies]
bn = { git = "https://github.com/paritytech/bn", default-features = false }
byteorder = "1.3.2"
common-types = { path = "../types" }
eip-152 = { path = "../../util/EIP-152" }
ethereum-types = "0.8.0"
ethjson = { path = "../../json" }
keccak-hash = "0.4.0"
log = "0.4"
macros = { path = "../../util/macros" }
num = { version = "0.1", default-features = false, features = ["bigint"] }
parity-bytes = "0.1"
eip-152 = { path = "../../util/EIP-152" }
parity-crypto = { version = "0.4.2", features = ["publickey"] }
byteorder = "1.3.2"

[dev-dependencies]
hex-literal = "0.2.1"
Loading