Skip to content

Tags: APIProtocol/casper-node

Tags

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge casper-network#1133

1133: Delta 11 genesis r=sacherjj a=sacherjj

Chainspec.toml and config-example.toml values updated to match: https://casperlabs.atlassian.net/wiki/spaces/REL/pages/1229455363/Delta-11+TestNet+MainNet+Configuration

Added known_addresses from IPs in the second tab of Delta-11 genesis spreadsheet.

Generated accounts.toml from MainNet genesis simulation spreadsheet.  Total token supply validated:

```
sacherjj@joe-ubuntu:~/repos/casper-node/utils/accounts_toml$ python3 encode_account_toml.py -a accounts.csv -d delegators.csv > accounts.toml
sacherjj@joe-ubuntu:~/repos/casper-node/utils/accounts_toml$ python3 validate_account_toml.py accounts.toml 
Total Amt: 10000000000000000000
accounts.toml is valid.
```

Genesis time is 2021-03-15T17:00:00Z one hour after stand-up start on Monday.

Co-authored-by: Joe Sacher <321623+sacherjj@users.noreply.github.com>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge casper-network#1050

1050: NO-TICKET: avoid panicking on handling get responses r=Fraser999 a=Fraser999

This PR removes a couple of `todo!`s which could allow a malformed or more likely malicious message to cause the node to panic.

Co-authored-by: Fraser Hutchison <fraser@casperlabs.io>

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Updating to match chainspec.toml.

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Enable legacy network.

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Setup for delta.

Updating CI for cargo publish and other fixes.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Bump to 0.5.1.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
CHanging gossip_interval back to 2 mins from 5 mins.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Correct pull_genesis.sh to run from S3.

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sacherjj Joe Sacher
Bump version for 0.2.2

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casper-network#630 from sacherjj/delta-4-config

Delta 4 Config