Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dourvaris/rai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: frankh/nano
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 30, 2018

  1. fix imports

    boston committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c64dc9e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request frankh#4 from xboston/feature/imports

    Organized imports
    frankh authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    fd0832c View commit details
    Browse the repository at this point in the history
  2. Rebrand to Nano!

    Core team has renamed RaiBlocks to Nano. Update accordingly
    frankh committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    c47abfb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Refactor MessageBlocks to simplify publish and confirm

    Before we had MessageBlockOpen, MessageBlockSend... and
    MessagePublishOpen, MessagePublishSend...
    
    We now need to add MessageConfirmReq and MessageConfirmAck, which would
    need a different type for each block type. Instead refactor so that
    all blocks have the same type/structure, and be careful when reading
    and writing to skip unused fields as necessary
    frankh committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    562b3d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a5459 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Add MessageConfirmReq

    frankh committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    cd02ab3 View commit details
    Browse the repository at this point in the history
  2. Update milestones in readme

    frankh authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    eb15207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f72b8 View commit details
    Browse the repository at this point in the history
  4. Add confirm ack handle

    frankh committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    364959b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Fix unconnectedblock logic

    frankh committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    58e00e4 View commit details
    Browse the repository at this point in the history
  2. Add peer discovery

    frankh committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    bb753ef View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Replace sqlite with badger

    Badger is a go-native fast key/value store, much more suited to nano
    frankh committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    714677f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Add basic generic alarm, for repeating tasks

    s1na authored and frankh committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    80341fa View commit details
    Browse the repository at this point in the history
  2. Only send keepalives if latest node Reachout is old

    This means if we've sent blocks or other packets to a node we can skip
    the keepalive
    frankh committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    e8de2a9 View commit details
    Browse the repository at this point in the history
  3. Add Message interface

    frankh committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    deb2e76 View commit details
    Browse the repository at this point in the history
  4. Add some docs

    frankh committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    078a99b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    1b510c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. faster work generation

    cenkalti committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    be41f39 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Merge pull request frankh#9 from cenkalti/master

    faster work generation
    frankh authored Aug 21, 2018
    Configuration menu
    Copy the full SHA
    7df00d8 View commit details
    Browse the repository at this point in the history
Loading